@import"https://fonts.googleapis.com/css2?family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap";*{font-family:Winky Rough,sans-serif;margin:0;padding:0;box-sizing:border-box}body{background-color:#111417}nav{display:flex;align-items:center;justify-content:space-between;padding:20px;width:100%;height:80px;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}.ham{width:40px;height:2px;background-color:#0ff;transition:.3s}.hamburger{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px;flex-direction:column;display:none}.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}nav ul{display:flex;align-items:center;justify-content:center;gap:20px;color:#fff;list-style:none;font-size:20px}nav h1{font-size:35px;background:linear-gradient(to right,#6fe9ff,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.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;padding-top:80px;overflow:hidden}.lefthome{width:50%;height:100vh;display:flex;align-items:center;justify-content:center;color:#fff}.homedetails{font-size:2vmax}.homedetails button{padding:10px 30px;background-color:#6fe9ff;color:#000;border:2px solid rgb(111,233,255);margin-top:30px;border-radius:20px;font-size:19px;transition:all .3s;cursor:pointer}.homedetails button:hover{background-color:transparent;color:#6fe9ff}.line1{font-size:.8em}.line2{font-size:2.5em;background:linear-gradient(to right,#6fe9ff,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.line3{font-size:1em}.righthome{width:50%;height:100vh;display:flex;align-items:center;justify-content:center}.righthome img{width:60%;filter:drop-shadow(2px 2px 15px rgb(111,248,255))}@media (max-width:750px){#home{flex-direction:column-reverse}.lefthome{width:100%;height:50vh}.righthome{width:100%;height:50vh;margin-top:50px}}#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;align-items:center;justify-content:center;flex-direction:column}.circle{width:60px;height:60px;border-radius:50px;background-color:#7ad7ea;box-shadow:2px 2px 20px #7ad7ea}.line{width:2px;height:120px;background-color:#7ad7ea}.aboutdetails{display:flex;gap:40px;flex-direction:column}.aboutdetails ul{list-style:none}.aboutdetails h1{background:linear-gradient(to right,#ffff15,#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,.rightabout{width:100%}}.card{width:400px;height:170px;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 #59ecff,2px 2px 20px #59ecff}.hovercard img{width:80%;filter:drop-shadow(2px 2px 10px black)}.hovercard{width:100%;height:100%;background:linear-gradient(to top,#58cce365,#0000007d);position:absolute;bottom:0;transform:translateY(110%);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,#15ffff,#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:300px;display:flex;align-items:center;justify-content:center;overflow-x:scroll;overflow-y:hidden;gap:30px;scrollbar-width:none;padding:20px}.h1{font-size:4vmax;background:linear-gradient(to right,#ffff15,#fff);-webkit-background-clip:text;background-clip:text;color:transparent;text-align:center}@media (max-width:750px){.slider{flex-direction:column;height:70vh}}#contact{display:flex;width:100%;height:100%;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(125,242,255))}.rightcontact{width:50%;height:100vh;display:flex;justify-content:center;align-items:center}form{width:80%;height:70%;background-color:#13191d;box-shadow:2px 2px 10px #000,2px 2px 10px #000;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;transition:all .3s;border-radius:20px}form:hover{box-shadow:2px 2px 10px #7df2ff,2px 2px 10px #7df2ff}form input{width:80%;height:50px;border:2px solid rgb(125,242,255);border-radius:20px;padding:20px;outline:none}form textarea{width:80%;height:200px;border:2px solid rgb(125,242,255);border-radius:20px;padding:20px;outline:none}#btn{width:100px;height:50px;background-color:#7df2ff;display:flex;align-items:center;justify-content:center;padding:0;font-size:20px;transition:all .3s;cursor:pointer}#btn:hover{background-color:transparent;color:#7df2ff}@media (max-width:750px){#contact{flex-direction:column}.leftcontact{width:100%;height:50vh}.rightcontact{width:100%;height:80vh}.leftcontact img{width:70%}}
