@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:#111417}#home{width:100%;height:100%;display:flex;overflow:hidden;padding-top:80px}.lefthome{width:50%;height:100vh;display:flex;align-items:center;justify-content:center;color:#fff}.righthome{width:50%;height:100vh;display:flex;align-items:center;justify-content:center}.righthome img{width:60%;filter:drop-shadow(2px 2px 20px rgb(106,201,225))}.homedetails{font-size:2vmax}.line1{font-size:.8em}.line2{font-size:2.5em;background:linear-gradient(to right,#00f,#42b4cd,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.line1{font-size:1em}.line3{color:#fff!important;font-size:24px;z-index:10}.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:20px;transition:all .2s;cursor:pointer}.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:flex-start;justify-content:center;padding-top:20px}.righthome img{width:60%;max-height:90%;object-fit:contain}}nav{height:80px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px;position:fixed;top:0;z-index:20;background-color:#111417}.active{color:#6bd3d3;border-bottom:2px solid white}nav ul a{cursor:pointer}nav ul a:hover{color:#6bd3d3;border-bottom:2px solid white}nav ul{display:flex;align-items:center;justify-content:flex-end;gap:20px;color:#fff;list-style-type:none;font-size:20px;margin-left:auto}nav h1{font-size:30px;background:linear-gradient(to right,#00f,#42b4cd,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;height:30px;transition:all .5s;cursor:pointer}.ham{width:40px;height:3px;background-color:#f0f8ff;margin:3px 0;display:none}.mobilemenu{position:absolute;top:80px;width:100%;height:calc(100vh - 80px);background-color:#1114176e;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);right:0;transform:translate(100%);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .5s;gap:50px}.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:-4px}@media (max-width:750px){.desktopmenu{display:none}.ham{display:flex}}.activemobile{transform:translate(0);flex-direction:column}#about{width:100%;height:100%;display:flex;overflow:hidden}.leftabout{width:50%;height:100vh;display:flex;align-items:center;justify-content:center;gap:40px}.rightabout{width:50%;height:100vh;display:flex;align-items:center;justify-content:center;gap:30px;flex-direction:column}.circle{width:60px;height:60px;border-radius:50px;background-color:#7ad7ea;box-shadow:2px 2px 20px #7ad7ea}.circle-line{display:flex;justify-content:center;align-items:center;flex-direction:column}.line{width:2px;height:120px;background-color:#f0f8ff}.aboutdetails{display:flex;gap:40px;flex-direction:column}.aboutdetails h1{background:linear-gradient(to right,#c62a60,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.aboutdetails ul{list-style:none}.aboutdetails li{color:#fff}.aboutdetails span{color:#7ad7ea}.card{width:90%;max-width:400px;height:150px;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 20px #000;border-radius:10px;transition:all .2s;flex-shrink:0;padding:10px}.card:hover{box-shadow:2px 2px 10px #62c1d9,2px 2px 20px #62c1d9;cursor:pointer}.hovercard img{width:100%;height:100%;object-fit:cover;filter:drop-shadow(2px 2px 10px black)}.hovercard{width:100%;height:100%;background:linear-gradient(to top,#79cdde7c,#0c11147e);position:absolute;bottom:0;transform:translateY(100%);transition:all .5s;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.card:hover .hovercard{transform:translateY(0)}.card h1{background:linear-gradient(to right,#62c1d9,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}@media (max-width:750px){#about{flex-direction:column}.leftabout,.rightabout{width:100%;padding:10%}}#para{font-size:4vmax;background:linear-gradient(to right,#00f,#eb288a,#fff);-webkit-background-clip:text;background-clip:text;color:transparent;text-align:center}.project{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;gap:30px;overflow:hidden}.slider{width:90%;height:300px;padding:20px;display:flex;align-items:center;overflow-x:scroll;overflow-y:hidden;gap:30px;scrollbar-width:none}#contact{display:flex;width:100%;height:100%;overflow:hidden}.leftcontact,.rightcontact{width:50%;height:100vh;display:flex;justify-content:center;align-items:center}.leftcontact img{width:50%;filter:drop-shadow(2px 2px 10px rgb(49,206,206))}form{width:80%;height:70%;background-color:#13191d;box-shadow:2px 2px 2px #000 2px 2px 20px #000;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;border-radius:20px}form:hover{box-shadow:2px 2px 2px #31cece 2px 2px 20px #31cece}form input{width:80%;height:50px;border:2px solid rgb(49,206,206);border-radius:20px;padding:20px;outline:none}#textarea{width:80%;height:200px;border:2px solid rgb(49,206,206);border-radius:20px;padding:20px;outline:none}#btn{height:50px;width:100px;background-color:#31cece;display:flex;align-items:center;justify-content:center;padding:0;font-size:20px;transition:all .3s;cursor:pointer}#btn:hover{background:transparent;color:#31cece}@media (max-width:750px){#contact{flex-direction:column}.leftcontact{width:100%;height:50vh}.leftcontact img{width:70%}.rightcontact{width:100%}}
