body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{box-sizing:border-box;margin:0;padding:0;font-family:"Roboto",sans-serif}.App{text-align:center}body::-webkit-scrollbar{display:none}.about_div{background-color:#0d0d0d}.about_container{display:flex;z-index:1;width:100%;max-width:1100px;margin-right:auto;margin-left:auto;padding:50px 24px;justify-content:center}.about_container,.about_info{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.about_info{background:#212121;width:80%;box-sizing:border-box;align-items:center;border-radius:10px;padding:30px;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .2s ease-in-out}.about_title{font-size:26px;line-height:16px;letter-spacing:1.4px;margin-top:10px}.about_subtitle,.about_title{color:#dfdfdf;font-weight:700;text-align:center}.about_subtitle{max-width:768px;margin:20px auto;font-size:18px;line-height:24px}@media screen and (max-width:480px){.about_info{width:95%}.about_info,.about_subtitle{font-size:1rem}}.footer_div{background-color:#0d0d0d}.footer_container{padding:10px 24px;justify-content:center;align-items:center;margin:0 auto}.footer_text{font-size:1.2rem;text-align:center;color:#dfdfdf;margin-bottom:10px}.footer_linksDiv{display:flex;width:100%;justify-content:center}.footer_links{text-decoration:none;outline:none;margin:10px;padding:0}.footer_icons{height:50px;width:50px;margin:5px}.footer_icons:hover{transition:all .2s ease-in-out;transform:scale(1.2)}@media screen and (max-width:768){.footer_icons{height:20px;width:20px;margin:15px}}.main_div{background:#000;display:flex;justify-content:center;align-items:center;padding:0;height:880px;position:relative;z-index:1}.main_div:before{content:"";background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.6)),linear-gradient(180deg,rgba(0,0,0,.2),transparent);z-index:2}.main_background,.main_div:before{position:absolute;top:0;left:0;right:0;bottom:0}.main_background{width:100%;height:100%;overflow:hidden}.main_content{z-index:3;max-width:1200px;position:absolute;padding:8px 24px;display:flex;flex-direction:column;align-items:center}.main_title{font-size:80px}.main_subtitle,.main_title{color:#dfdfdf;text-align:center}.main_subtitle{margin-top:24px;font-size:40px;max-width:600px}@media screen and (max-width:480px){.main_title{font-size:60px}.main_subtitle{font-size:25px}}@media screen and (max-width:768px){.main_title{font-size:60px}.main_subtitle{font-size:30px}}.navbar_div{height:80px;margin-top:-80px;display:flex;justify-content:center;align-items:center;font-size:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.navbar_container{display:flex;justify-content:space-between;height:80px;z-index:1;width:100%;padding:0 24px;max-width:1100px}.navbar_logo{color:#dfdfdf;justify-self:flex-start;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;margin-left:24px;font-weight:700;text-decoration:none;outline:none}.navbar_mobileIcon{display:none}.navbar_menu{display:flex;align-items:center;list-style:none;text-align:center;margin-right:-22px}.navbar_item{height:80px}.navbar_links{color:#dfdfdf;display:flex;align-items:center;text-decoration:none;padding:0 1rem;height:100%;cursor:pointer}.navbar_links:hover{transition:all .1s ease-in-out}.navbar_links.active,.navbar_links:hover{border-bottom:3px solid #dfdfdf}.navbar_buttonDiv{display:flex;align-items:center}.navbar_button,.navbar_buttonDiv>*{font-size:1rem;text-align:center;color:#dfdfdf;margin:5px auto;text-decoration:none;outline:none;border-radius:5px;background:#212121;padding:10px 22px;display:block;max-width:200px}.navbar_button{cursor:pointer}.navbar_button:hover{transition:all .2s ease-in-out;background:#616161;color:#dfdfdf}@media screen and (max-width:768px){.navbar_mobileIcon{display:block;position:absolute;top:0;right:0;transform:translate(-100%,60%);font-size:1.8rem;cursor:pointer;color:#dfdfdf}.navbar_buttonDiv,.navbar_menu{display:none}}@media screen and (max-width:960px){.navbar_div{transition:all .8s ease}}.projects_div{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#0d0d0d;padding:50px 24px}.projects_header{font-size:2.5rem;color:#fff;margin-bottom:64px}.projects_container{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;grid-gap:16px;padding:0 20px}.projects_cards{background:#212121;width:100%;box-sizing:border-box;align-items:center;border-radius:10px;height:550px;padding:30px;margin-bottom:25px;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .2s ease-in-out}.projects_cards:hover{transform:scale(1.03);transition:all .2s ease-in-out}.projects_imgDiv{background:#dfdfdf;width:170px;height:170px;box-sizing:border-box;align-content:center;border-radius:10px;justify-content:center;padding:5px;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .2s ease-in-out;margin:10px auto}.projects_img{height:160px;width:160px}.projects_title{margin-bottom:10px}.projects_info,.projects_title{font-size:1rem;color:#dfdfdf;text-align:center}.projects_info{margin-bottom:20px}.projects_links{font-size:1rem;text-align:center;color:#dfdfdf;margin:5px auto;text-decoration:none;outline:none;border-radius:5px;background:#0d0d0d;padding:10px 22px;display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.projects_links:hover{transition:all .2s ease-in-out;background:#616161;color:#dfdfdf}@media screen and (max-width:480px){.projects_header{font-size:2rem}}@media screen and (min-width:800px){.projects_cards{width:46%;box-sizing:border-box;margin:10px 10px 25px}}@media screen and (min-width:1000px){.projects_cards{width:30%;box-sizing:border-box;margin:10px}}.sidebar_div{position:fixed;z-index:999;width:100%;height:100%;background:#0d0d0d;display:grid;align-items:center;top:0;left:0;transition:.3s ease-in-out}.sidebar_iconDiv{position:absolute;top:1.2rem;right:1.5rem;background:transparent;font-size:2remm;cursor:pointer;outline:none}.sidebar_container,.sidebar_icon{color:#dfdfdf}.sidebar_menu{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(5,100px);text-align:center}.sidebar_links{display:flex;align-items:center;justify-content:center;font-size:1.5rem;list-style:none;transition:.2s ease-in-out;text-decoration:none;color:#dfdfdf;cursor:pointer}.sidebar_links:hover{color:#616161;transition:.2s ease-in-out}.sidebar_buttonDiv{display:flex;justify-content:center}.sidebar_button{border-radius:5px;background:#212121;white-space:nowrap;padding:16px 64px;color:#dfdfdf;font-size:16px;outline:none;border:none;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none}.sidebar_button:hover{transition:all .2s ease-in-out;background:#616161;color:#010606}@media screen and (max-width:480px){.sidebar_menu{grid-template-rows:repeat(5,90px)}}.skills_div{display:flex;align-items:center;background:#0d0d0d}.skills_container,.skills_div{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center}.skills_container{z-index:1;width:100%;max-width:1100px;margin-right:auto;margin-left:auto;padding:50px 24px}.skills_title{font-size:2.5rem;margin-bottom:30px}.skills_subtitle,.skills_title{color:#dfdfdf;text-align:center}.skills_subtitle{font-size:1.3rem;line-height:24px;font-weight:700;letter-spacing:1.4px;margin-bottom:25px}.skills_imgDiv{display:flex;flex-wrap:wrap;max-width:900px;margin:auto;background:#212121;width:80%;align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:30px}.skills_imgCard,.skills_imgDiv{justify-content:center;box-sizing:border-box;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .2s ease-in-out}.skills_imgCard{background:#dfdfdf;width:130px;height:130px;align-content:center;padding:5px;margin:10px}.skills_img,.skills_imgLG{width:120px}@media screen and (max-width:480px){.skills_title{font-size:2rem}.skills_imgDiv{padding:10px}}@media screen and (max-width:768px){.skills_imgDiv{width:90%}.skills_imgCard{width:100px;height:100px}.skills_img,.skills_imgLG{width:90px}}.contact_div{height:1000px;background-color:#0d0d0d}.contact_container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#0d0d0d;padding:30px}.contact_titleDiv{text-align:center;padding:10px}.contact_title{font-size:2.5rem;color:#dfdfdf;padding-top:25px}.contact_subtitle{font-size:1.7rem;color:#dfdfdf;padding-top:30px;margin-bottom:10px}.contact_formDiv{background:#212121;flex:wrap 1;border-radius:10px;height:550px;width:70%;max-width:1100px;padding:30px;margin:40px auto;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .2s ease-in-out}.contact_formDiv,.contact_inputs{display:flex;justify-content:center;align-items:center}.contact_inputs{flex-direction:column;margin:30px 0}@media screen and (max-width:480px){.contact_container{padding:10px}.contact_formDiv{width:90%}}@media screen and (max-width:768px){.contact_container{padding:10px}.contact_title{font-size:2rem}.contact_subtitle{font-size:1.3rem}}
/*# sourceMappingURL=main.a3a5df69.chunk.css.map */