.services-box{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.services-card{width:fit-content;max-width:300px;margin:0 auto;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;border-radius:5px;transition:all .4s ease}.services-card:hover{box-shadow:inset 6px 6px 30px rgb(75,75,75);border:none}.services-icon{font-size:3rem;color:var(--nav-blue);margin-bottom:2rem}.services-title{font-size:1.3rem;margin-bottom:1rem}.services-desc{font-size:.8rem;line-height:1.5}@media screen and (max-width:768px){.services-card{width:100%;padding:1rem}}@media screen and (max-width:550px){.services-icon{font-size:2.5rem;margin-bottom:1.5rem}.services-title{font-size:1.2rem}.services-desc{font-size:.7rem}}.contact-box{display:grid;grid-template-columns:repeat(2,1fr);column-gap:2rem}.contact-heading{margin-bottom:2rem}.contact-heading p{line-height:2}.contact-hello{display:flex;flex-direction:column}.contact-hello p{text-transform:uppercase;font-weight:700;letter-spacing:2px;margin-bottom:1rem}.hello-links{color:var(--nav-blue-shade);margin:.5rem 0;text-decoration:none;transition:all .3s ease-in-out}.hello-links:hover{color:var(--nav-blue)}.right-box{width:90%;margin:0 auto;color:var(--white);font-size:80%}.form-top{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:4rem}.email,.name{width:40%}.email,.message,.name{display:flex;flex-direction:column}.email label,.message label,.name label{margin-bottom:1rem}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px transparent!important;box-shadow:inset 0 0 0 1000px transparent!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px transparent!important;box-shadow:inset 0 0 0 1000px transparent!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}.form-mid{margin-bottom:4rem}.form-btn{display:flex;justify-content:center}.Toastify__toast{font-size:12px;padding:8px 12px}.Toastify__toast-body{font-size:12px}@media screen and (max-width:900px){.contact-box{display:grid;grid-template-columns:1fr;row-gap:5rem}.right-box{width:90%;margin:0 auto}}@media screen and (max-width:550px){.contact-heading p,.contact-hello p,.hello-links,input,textarea{font-size:80%}.right-box{font-size:70%}}@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans:wght@400;500&family=Poppins:wght@300;400;600&family=Quicksand:wght@400;600&family=Roboto+Condensed:wght@400;700&display=swap");*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}::-webkit-scrollbar{width:6px;height:8px}::-webkit-scrollbar-thumb{border-radius:100vh}.Toastify__container,.Toastify__toast-container{z-index:9999!important}body{overflow-x:hidden;background:var(--section-bgd)}:root{--nav-grey:#a8a9b4;--nav-deep-grey:#94959b;--nav-blue:#149ddd;--nav-blue-shade:#0e668f;--card-blue-shade:#112240;--nav-deep-blue:#2c2f3f;--nav-bgd:#040b14;--white:#fff;--soft-white:#ccd6f6;--light-blue:linear-gradient(90deg,#3b82f6,#a855f7,#ec4899)}.about,.contact,.services,.skills,.works{background-color:var(--section-bgd);color:var(--nav-grey);width:100%}.containers{padding:4rem;max-width:1200px;margin:0 auto}.loader{height:100vh;width:100vw;justify-content:flex-start;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.loader-icon{color:#fff;height:100;width:50}.svg-wrapper{position:relative;text-align:center}@keyframes pageLoad{0%{stroke-dasharray:140 540;stroke-dashoffset:-474;stroke-width:8px}to{stroke-width:2px;stroke-dashoffset:0;stroke-dasharray:760}}.shape{stroke-dasharray:140 540;stroke-dashoffset:-474;stroke-width:8px;fill:transparent;stroke:linear-gradient(90deg,#3b82f6,#a855f7,#ec4899);border:5px solid black;animation:pageLoad 3s ease 0s 1}.text{font-size:16px;text-transform:uppercase;line-height:32px;letter-spacing:8px;color:#fff;position:absolute;left:20px;top:10px;gap:8px;width:100%;padding-right:50px;transform:translate(-50% -50%)}@media screen and (max-width:700px){.container{padding:3rem}}@media screen and (max-width:500px){.text{font-size:13px;position:absolute;left:40px;top:10px}.container{padding:1rem}}.icon{font-size:28px;vertical-align:middle}.hero-contact{text-decoration:none;color:var(--nav-blue);font-weight:500;letter-spacing:3px;padding:1rem 2rem;border:1px solid var(--nav-blue);background-color:transparent;width:fit-content;border-radius:4px;overflow:hidden;position:relative;transition:transform .4s ease-in-out;will-change:transform;display:flex;flex-direction:row;align-items:center;cursor:pointer}.hero-contact:after{background-color:var(--nav-blue);content:"";display:block;height:100%;width:100%;position:absolute;left:0;top:0;transform:translate(-100%);transform-origin:top right;transition:transform .8s ease-out;will-change:transform;z-index:-1}.hero-contact:hover:after{transform:translate(0)}.hero-contact:hover{color:var(--white);will-change:transform}.hero-contact{font-size:80%}.works-box{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:1rem}.work-link-group{text-decoration:none}.works-container{width:100%}.works-card{background-color:var(--card-blue-shade);color:var(--nav-grey);border-radius:5px;position:relative;padding:1rem 2rem;width:300px;max-width:300px;margin:0 auto;height:250px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .3s ease}.works-card:hover{transform:translateY(-7px)}.works-card:hover .work-title{color:var(--nav-blue)}.top-work{flex-direction:row;justify-content:center;align-items:center;margin-bottom:2rem}.mid-work,.top-work,.top-work .right{display:flex}.mid-work{margin-bottom:2rem;flex-direction:column;justify-content:center;align-items:center}.work-title{font-size:1.3rem;font-weight:700;word-spacing:5px;margin-bottom:.5rem}.work-desc{font-size:70%}.work-folder{font-size:2rem;color:var(--nav-blue)}.work-git,.work-link{color:var(--nav-grey);margin:0 .5rem;font-size:1.5rem;display:flex;align-items:center;transition:all .3s ease}.work-git:hover,.work-link:hover{color:var(--nav-blue)}.bottom-work{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;align-items:center}.bottom-work small{margin:0 .5rem;font-size:60%}.tabs{display:flex;justify-content:center;margin-bottom:2rem}.tab{padding:.5rem 1rem;margin:0 .5rem;background-color:var(--card-blue-shade);color:var(--nav-grey);border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;font-size:1rem;outline:none}.tab.active,.tab:hover{background-color:var(--nav-blue);color:white}@media screen and (max-width:750px){.tabs{flex-wrap:wrap}.tab{margin:.5rem}}@media screen and (max-width:550px){.work-desc{font-size:60%}.work-folder{font-size:1.5rem}.work-git,.work-link,.work-title{font-size:1.2rem}.bottom-work small{font-size:50%}}@media screen and (max-width:320px){.works-card{width:250px;max-width:300px;margin:0 auto;height:250px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .3s ease}}