*{scroll-behavior:smooth}::-webkit-scrollbar{width:10px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#000;border-radius:10px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-color:#555}.mainContainer{display:flex;flex-direction:column;width:100%;max-width:100vw;justify-content:center;align-items:center;font-family:Fira Sans,sans-serif}header{width:100%}h1,h2,h3,button{font-family:orbitron,sans-serif}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}header{display:flex;justify-content:space-between;align-items:center;z-index:10;position:sticky;top:0;background-color:#fff0;height:5vh;padding:5vh;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);max-width:100vw;width:100%}.logo{display:inline;flex:1;margin-left:7rem}.logo img{width:120px;height:auto}.navigation{display:flex;gap:2em;font-weight:bolder;font-size:1.2rem;max-width:25%}.link{position:relative}.link:after{content:"";position:absolute;width:0;height:3px;left:0;bottom:-2px;background-color:#000;transition:width .5s ease;border-radius:10px}.link:hover:after{width:100%}.menu-icon{display:none;flex-direction:column;cursor:pointer;gap:5px}.menu-icon div{width:25px;height:3px;background:#000;border-radius:2px}@media (max-width: 1050px){.logo{margin-left:4rem}header{padding-left:3vh}}@media (max-width: 768px){.navigation{display:none;position:absolute;top:100%;right:0;background:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);flex-direction:column;width:100%;text-align:center;padding:1rem 0;border:1px solid black;border-radius:5px 0 0 5px}.navigation.show{display:flex;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.menu-icon{display:flex;margin-right:1em;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.logo{flex:1;margin-top:1em;margin-left:0}.logo img{width:100px;margin-left:0}}@media (max-width: 400px){header{padding:.7rem 0;gap:1rem}.logo img{width:80px}.navigation{font-size:1rem;gap:1rem}}footer{position:absolute;left:50%;translate:-50% 0;height:5vh;background-color:inherit;display:flex;justify-content:center;align-items:center;font-family:Fira Sans,sans-serif;margin-bottom:2rem;font-size:.9rem}@media (max-width: 600px){footer{font-size:.5rem}}.projectCard{height:17rem;width:100%;border:solid rgb(150,150,150) 1px;display:flex;gap:20px;padding:10px;margin:20px 0 50px;border-radius:10px;box-shadow:0 0 5px #000;transition:all .4s ease;font-size:1.1rem}.projectCard:hover{border:solid black 1.5px;box-shadow:0 0 10px #000;translate:0 -2px}.projectImage{height:100%;width:100%;border-radius:10px;transition:all .3s ease}.projectImg{height:100%;width:100%}.projectImage:hover{scale:1.02}.projectSide{border:solid rgb(150,150,150) 1px;border-radius:10px;padding:10px;display:flex;flex-direction:column;justify-content:space-between;transition:all .5s ease;width:135%}.projectSide:hover{border:solid black 2px}.projectLinks{display:flex;gap:1rem}.projectTitle{font-size:1.3rem;margin:.5rem 0}.roundLink{border:solid rgb(150,150,150) 1px;padding:5px 10px;border-radius:50px;transition:all .3s ease;font-size:1.1rem;width:fit-content;height:auto}.roundLink:hover{border:solid rgb(0,0,0) 1.5px;scale:1.05}.externalLinkImage{width:20px;height:auto}.liveLink{display:flex;justify-content:center;align-items:center;margin-left:.5rem}.sCode{font-weight:400}@media (max-width:1250px){.projectCard{height:14rem}}@media (max-width: 1024px){.projectCard{height:auto;flex-direction:column;align-items:center;padding:1rem}.projectSide{width:100%;display:flex;flex-direction:column;gap:2rem}.projectImg{height:auto;max-height:250px;align-self:flex-start}.projectTitle{text-align:center}}@media (max-width: 600px){.projectCard{font-size:.8rem;gap:1rem}.projectTitle{font-size:1rem}.externalLinkImage{width:15px}.roundLink{font-size:.8rem;padding:5px 8px}.projectLinks{display:flex;flex-wrap:wrap;gap:.7rem}.liveLink{margin-left:.2rem}.sCode{font-weight:400;font-size:.7rem}}#projects{width:50%}#projects h2{margin-bottom:5px}#projects hr{height:5px;border-radius:5px;margin-bottom:15px}@media (max-width: 1024px){#projects{width:70%}}@media (max-width: 600px){#projects{width:80%}}#home{width:50%;display:flex;font-size:1.2em;flex-direction:column;min-height:90vh;gap:2em;padding-top:2em}.homeContainer{display:flex;flex-direction:column;justify-content:space-between;height:70%}.greeting{opacity:0;transform:translate(-100px);animation:slideInLeft 2s ease-out forwards;font-family:orbitron,sans-serif}.dagi{font-size:3em;font-weight:bolder}.web{font-size:1.75em;color:#515151;display:inline-block;margin:.2em 0 .5em;font-weight:500}.always{font-weight:700;font-size:1.2rem;white-space:nowrap;overflow:hidden}.cursor{display:inline-block;margin-left:2px;animation:blink .7s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hey{font-weight:700}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.shortDescription{font-size:1.1em}.downlaodCv{padding:15px 20px;border-radius:50px;background-color:#fff;border:1px solid black;outline:none;transition:all .7s ease;width:fit-content;height:auto;cursor:pointer;font-weight:700;font-size:1.1rem}.downlaodCv:hover{scale:1.1;background-color:#000;color:#fff}@media (max-width: 1024px){#home{width:70%}}@media (max-width: 600px){#home{width:80%;font-size:1em}.dagi{font-size:2em}.downlaodCv{padding:15px 20px;font-size:.9rem}.shortDescription{font-size:.9em}.web{font-size:1.3em}}.aboutContainer{width:50%;font-size:1.2rem;min-height:100vh;display:flex;flex-direction:column;gap:5rem}.desc h2{margin-bottom:5px}.aboutContainer hr{height:5px;border-radius:5px}.briefAbt{font-size:1rem}.skills{margin-bottom:5rem}.skills h3{margin-bottom:5px;font-size:1.4rem}.skills h4{margin:10px 0 20px;font-size:1.3rem;font-weight:500}.dev{font-weight:500;font-size:1.1rem}.backEnd,.frontEnd,.tools,.Languages{display:flex;flex-wrap:wrap;margin:5px 0 10px}.logos img{height:1.5rem;width:auto;margin-right:5px}.logos{border:solid black 1.5px;margin:10px;display:flex;align-items:center;width:fit-content;padding:5px;border-radius:5px;box-shadow:0 0 3px #000;cursor:default;transition:all .5s ease}.logos:hover{translate:0 -2px;scale:1.025;box-shadow:0 0 6px #000}.logos span{display:inline-block}@media (max-width: 1024px){.aboutContainer{width:70%}}@media (max-width: 600px){.aboutContainer{width:80%;font-size:1rem}.briefAbt{font-size:.8rem}.skills h3{font-size:1.1rem}.skills h4{font-size:1rem}.dev{font-weight:500;font-size:.8rem}.logos img{height:1.2rem}}#contact{width:50%;margin:5rem 0}a{position:relative;text-decoration:none}#contact a:hover{text-decoration:underline}#contact img{width:15px;height:auto}#contact ul{display:flex;gap:5%;width:100%;margin:2rem 0}#contact li{display:flex;align-items:center;font-size:1.2rem;border:solid 1px black;padding:10px 20px;border-radius:5px;box-shadow:0 0 2px #000;transition:all .5s}#contact li:hover{translate:0 -2px;box-shadow:0 0 5px #000}#contact h2{font-size:1.6rem;margin-bottom:5px}#contact hr{height:5px;border-radius:5px;margin-bottom:15px}#contact p{font-size:1.1rem;margin-bottom:5px}@media (max-width: 1024px){#contact{width:70%}}@media (max-width: 600px){#contact{width:80%}#contact ul{flex-wrap:wrap;gap:1em;width:100%;margin:1rem 0}#contact li{font-size:1rem;width:fit-content;padding:7px 15px}#contact h2{font-size:1.4rem}#contact p,#contact li{font-size:.8rem}#contact img{width:12px}}
