@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);body{margin:0;font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,:after,:before{margin:0;padding:0;box-sizing:border-box}li{list-style:none}a{text-decoration:none}.nav{background-color:#000;max-width:1440px;margin-inline:auto;color:#f5f5f7;position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:2000}.nav-container{position:relative;padding:1rem;max-width:1250px;margin-inline:auto;display:flex}.nav-logo-image h1{cursor:pointer;font-size:1.5rem;transition:.3s ease-in-out}.nav-logo-image h1:hover{-webkit-transform:translateY(-.1rem);transform:translateY(-.1rem);text-shadow:.15rem .05rem #ec9f05;transition:.3s ease-in-out}.hamburger{cursor:pointer;width:35px;height:35px;display:flex;flex-direction:column;background-color:#fff;justify-content:center;align-items:center}.bar{display:block;width:20px;height:2px;background-color:#000}.bar:not(:last-child){margin-bottom:.2rem}.nav-links-ul li a{cursor:pointer;transition:.3s ease-in-out}.nav-links-ul li a:hover{color:#ec9f05;transition:.3s ease-in-out}.nav-links-ul-contact li a{color:#f67302!important}.nav-links-ul-contact li a.active{color:red}@media (max-width:968px){.nav-container{padding:1.1rem 1rem;flex-direction:column}.nav-logo{z-index:5;width:100%;display:flex;justify-content:space-between;align-items:center}.nav-logo-image{background-color:#000}.nav-links{position:fixed;transition:.3s;position:absolute;top:-400px;left:0;right:0;padding:1rem;background-color:#101010}.nav-links.active{top:76px!important;z-index:50}.nav-links li{height:64px}.nav-links-ul li a{color:#f9f9f9;font-weight:300;font-size:1rem;font-family:sans-serif}}@media (min-width:968px){.nav{height:82px}.hamburger{display:none}.nav-container{justify-content:space-between;align-items:center}.nav-logo{flex-basis:30%}.nav-links{flex-basis:70%}.nav-links-ul{display:flex;justify-content:space-between;align-items:center}.nav-links-ul li{display:inline-block}.nav-links-ul li a{font-size:.8rem;color:#fefefe}.nav-links-ul-main li{padding:0 1.5rem}.nav-links-ul-contact li{cursor:pointer;padding:.5rem 1rem;border-radius:2rem;background-color:#191919}.nav-links-ul-contact li a{font-weight:600}}.landing{min-height:calc(100vh - 80px);background-color:#000}.landing-container{width:90%;max-width:1200px;margin-inline:auto;color:#fff}.landing-main h1{color:#f5f5f7;font-size:3rem}.landing-main-full{background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%);background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.landing-main-me{margin:2rem 0;color:#a1a1a6;font-size:18px;font-weight:300}.landing-main-contact button{cursor:pointer;color:#fff;padding:0 .4rem;height:3.5rem;width:250px;border-radius:3rem;background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%);border:none;display:flex;justify-content:space-between;align-items:center}.landing-main-contact-p{padding-left:.5rem;font-size:1rem}.arrow{background-color:#fff;height:3rem;width:3rem;border-radius:3rem;display:flex;justify-content:center;align-items:center}.arrow img{height:1rem}.landing-image{width:100%;display:flex;justify-content:center;align-items:center}.landing-image img{width:90%}@media (max-width:768px){.landing{padding-top:4rem}.landing-image{margin-top:2rem}}@media (min-width:768px){.landing{display:flex;justify-content:center;align-items:center}.landing-container{padding:1rem;display:grid;place-items:center;grid-template-columns:repeat(2,1fr)}.landing-image img{width:80%}}.services{background-color:#000;min-height:100vh;color:#fff}.services-container{padding:5rem 0;width:90%;max-width:1200px;margin-inline:auto}.services-main{display:flex;flex-direction:column}.services-main h1{color:#f5f5f7;font-size:2rem}.services-main h1 span{background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%);background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.services-main p{color:#b3b3b3;max-width:520px}@media (min-width:568px){.services-main h1{font-size:3rem}}@media (min-width:768px){.services-main{text-align:center!important}.services-main p{padding-top:1rem;line-height:30px;margin-inline:auto}}.services-crads{margin-top:7rem;display:grid;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem}.services-crads img{display:block;height:2rem}.services-cards-one{padding:0 1rem 1rem;text-align:center;position:relative;background-color:#1d1d1f;border-radius:.5rem}.services-cards-one-main h1{font-size:1.2rem}.services-cards-one-main p{color:#a1a1a6;padding:.5rem 0}.services-cards-one-image{height:4rem}.services-cards-one-image-div{position:absolute;top:-2rem;height:90px;width:90px;border-radius:50%;background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%);display:flex;justify-content:center;align-items:center}@media (max-width:968px){.services-cards-one-image{display:flex;justify-content:center;align-items:center}.services-cards-one{margin-block:1.5rem}}@media (min-width:600px){.services-crads{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.services-cards-one-main{text-align:left!important}.services-crads{grid-template-columns:repeat(3,1fr)}}@media (min-width:968px){.services-cards{grid-template-rows:40px 40px 25 0}.one{grid-column:1/2;grid-row:1/4}.two{grid-column:2/3;grid-row:2/5}.three{grid-column:3/4;grid-row:3/6}}.projects{padding:5rem 0;min-height:100vh;background-color:#f2f2f2}.projects-container{width:90%;max-width:1200px;margin-inline:auto}.projects-main h1{font-size:2rem}.projects-main h1 span{background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%);background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.projects-main p{max-width:520px;color:#181818;font-size:.9rem;padding-bottom:2rem}.projects-projects-one{margin-block:1rem;position:relative;background-color:#fff;box-shadow:0 0 .5rem .2rem #e6e6e6;padding:1rem}.projects-projects-one-image img{display:block;width:100%}.projects-projects-tags{padding:.5rem 0}.projects-projects-tags button{border-radius:2rem;padding:.3rem;border:none;margin-right:.5rem;background-color:#efefef;color:#000}.projects-projects-title h1{font-size:1.5rem;font-weight:600}.projects-projects-title{padding-bottom:3rem}.projects-projects-view{padding:.5rem 0;position:absolute;bottom:10px}.projects-projects-view a{display:flex;align-items:center}.projects-projects-view a,.projects-projects-view a div{transition:.3s ease-in-out}.projects-projects-view a:hover div{margin-left:1rem;transition:.3s ease-in-out}.projects-projects-view a div{background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%);margin-left:.5rem;background-color:#000;height:1.5rem;width:1.5rem;border-radius:50%;display:flex;justify-content:center;align-items:center}.projects-projects-view a div img{height:.5rem}.projects-all button{background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%);display:flex;justify-content:space-between;align-items:center;border-radius:2rem;height:64px;width:250px;border:none;padding:0 .5rem;color:#fff}@media (min-width:568px){.projects-main h1{font-size:3rem}}@media (min-width:768px){.projects-projects{display:grid;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:968px){.projects-projects{place-items:center;grid-template-rows:100px minmax(400px,500px) 100px minmax(400px,500px) 100px}.p-one{grid-column:2/3;grid-row:1/3}.p-two{grid-column:1/2;grid-row:2/4}.p-three{grid-column:2/3;grid-row:3/5}.p-four{grid-column:1/2;grid-row:4/6}.p-five{grid-column:2/3;grid-row:5/6}}.projects-all-p{padding-left:.5rem;font-size:1rem}.skills{min-height:50vh;background-color:#000}.skills-container{width:90%;max-width:1200px;margin-inline:auto}.skills-title{padding:3rem 0;font-size:1.9rem;color:#f5f5f7;margin-bottom:2rem}.skills-title h1 span{background-image:linear-gradient(to right top,#ff5f00,#e85700,#d14e00,#bb4600,#a53e00);background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.skills-images{display:flex;justify-content:space-around;align-items:center}.skills-images img{display:block;width:100%;cursor:pointer;transition:.3s}.skills-images img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.skills-images-add,.skills-images-eight,.skills-images-five,.skills-images-four,.skills-images-nine,.skills-images-one,.skills-images-seven,.skills-images-six,.skills-images-ten,.skills-images-three,.skills-images-two{height:5rem;width:5rem}@media (min-width:568px){.skills-title{text-align:center}.skills-title h1{font-size:2.5rem}}.logs{background-color:#f2f2f2}.logs-container{min-height:20vh;width:90%;max-width:1200px;margin-inline:auto}.logs-container,.logs-container article{display:flex;justify-content:center;align-items:center}.logs-container article{width:100%;flex-direction:column}.logs-container article div{text-align:center}.logs-container article div h1{font-size:3rem}.logs-container article div p{color:#121212;text-transform:uppercase;font-weight:400}.logs-container article div{padding:1rem 0}@media (min-width:768px){.logs-container article{display:flex;flex-direction:row;justify-content:space-around;align-items:center}}.addon{background-color:#000;border-bottom:2px solid #222}.addon-container{padding:3rem 0;min-height:60vh;width:90%;max-width:1200px;margin-inline:auto;color:#f5f5f7;display:flex;flex-direction:column;justify-content:center;align-items:center}.addon-container h1{font-size:1.6rem}.addon-container h1 span{background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.addon-container button,.addon-container h1 span{background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%)}.addon-container button{margin-top:3rem;cursor:pointer;color:#fff;padding:0 .4rem;height:3.5rem;width:250px;border-radius:3rem;border:none;display:flex;justify-content:space-between;align-items:center}.addon-container-p{padding-left:.5rem;font-size:1rem}@media (min-width:568px){.addon-container h1{font-size:2.2rem}}@media (min-width:768px){.addon-container h1{font-size:2.5rem}}.footer{background-color:#000}.footer-container{padding:3rem 0 0;width:90%;max-width:1200px;margin-inline:auto;color:#f5f5f7}.footer-contact img{height:1rem}.footer-contact-mail,.footer-contact-phone{display:flex;align-items:center;padding-bottom:1rem}.footer-contact-mail-mail,.footer-contact-phone-phone{font-size:1.1rem;font-weight:600}.footer-contact-mail-image,.footer-contact-phone-image{height:2rem;width:2rem;margin-right:.5rem;border-radius:50%;background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%);display:flex;justify-content:center;align-items:center}.footer-rest{display:flex;justify-content:space-between;align-items:center}.footer-rest h1{font-size:1rem}.footer-rest p{cursor:pointer;font-size:.9rem;color:#d9d9d9}hr{margin-top:5rem;color:#222!important;border:1px solid #222!important}.copyright{padding:1rem 0}.copyright p{font-size:.8rem;color:#a1a1a6}.copyright p span{background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%);background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}@media (max-width:768px){.footer-rest{width:80%;padding:2.5rem 0}}@media (min-width:768px){.footer-contact-mail-mail,.footer-contact-phone-phone{font-size:1.4rem}.footer-rest{width:70%}}@media (min-width:968px){.footer-rest{flex-basis:50%}.footer-container .article{display:flex;justify-content:space-between;align-items:center}}.intouch{width:100%}.intouch-container{position:absolute;top:0;width:100%;height:100vh;z-index:100;background-color:rgba(0,0,0,.8);position:fixed;display:flex;justify-content:center;align-items:center;color:#fff}.intouch-form{border-radius:1rem;padding:1rem;background-color:#1f1f1f;width:95%;max-width:500px}.intouch-form-title{padding-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.intouch-form-title h1{font-size:1.2rem;color:#f5f5f7}.intouch-form-title p{background-color:#262626;height:2rem;width:2rem;display:flex;justify-content:center;align-items:center;font-size:1.5rem;border-radius:.5rem;cursor:pointer;color:#f8d7da;transition:.3s ease-in-out}.intouch-form-title p:hover{background-color:#333;color:#842029;transition:.3s ease-in-out}input,textarea{color:#f5f5f7;border-radius:.2rem;padding-left:.5rem;background-color:#171717;border:1px solid #171717;transition:.3s ease-in-out}input{width:100%;height:2.5rem;margin-block:.2rem}textarea{padding-top:1rem;width:100%;resize:none}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#b3b3b3}input::placeholder,textarea::placeholder{color:#b3b3b3}input:focus,textarea:focus{outline:none;border:1px solid #8738a7;transition:.3s ease-in-out}.intouch-form-submit{padding-top:1rem}.intouch-form-submit button{width:100%;cursor:pointer;color:#fff;padding:0 .4rem;height:3rem;border-radius:3rem;background-color:#ff4e00;background-image:linear-gradient(315deg,#ff4e00,#ec9f05 74%);border:none}.error{padding-left:.5rem;color:red;font-size:.7rem}.App{position:relative}.spinner{width:100%;font-family:Poppins,sans-serif;border-radius:.2rem;position:absolute;color:#fff;z-index:1000;padding:1rem .5rem;justify-content:center}.spinner,.spinner div{top:10px;display:flex;align-items:center}.spinner div{position:fixed;border:1px solid #f5f5f7;background-color:#1f1f1f;height:3rem;padding:0 .5rem;border-radius:.2rem}.spinner p{padding-left:.5rem;color:#fff}
/*# sourceMappingURL=main.793903f0.chunk.css.map */