@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);*{border:0;box-sizing:border-box;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}:root{--color-primary:#44c9d5;--color-primary-variant:#09636b;--color-white:#fff;--color-light:#f5f5f5;--color-black:#021516;--color-dark:#4b4a53;--container-width-lg:82%;--container-width-md:90%;--container-width-sm:92%}html{scroll-behavior:smooth}body{color:#4b4a53;color:var(--color-dark);font-family:Poppins,sans-serif;font-weight:300;line-height:1.7}h1,h2,h3,h4,h5{color:#021516;color:var(--color-black)}h1{font-size:4.4rem;line-height:1.1}h2{font-size:2rem}h3{font-size:1.6rem}h4{font-size:1.4rem}h5{font-size:1rem}.lead{line-height:1.5;margin:0 auto 3rem;width:63%}img{object-fit:cover;width:100%}.container{margin:0 auto;max-width:1800px;width:82%;width:var(--container-width-lg)}section{margin:5rem 0;padding:6rem 0}.btn{background:#021516;background:var(--color-black);border:1px solid transparent;color:#f5f5f5;color:var(--color-light);cursor:pointer;display:inline-block;padding:.8rem 1.6rem;transition:all .4s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn:hover{background:#f5f5f5;background:var(--color-light);color:#021516;color:var(--color-black)}.btn-primary{background:#44c9d5;background:var(--color-primary);color:#fff;color:var(--color-white)}.btn-primary:hover{background:#f5f5f5;background:var(--color-light);border-color:#44c9d5;border-color:var(--color-primary);color:#44c9d5;color:var(--color-primary)}.btn-lg{font-size:1.2rem;padding:1.1rem 2rem}@media screen and (max-width:1024px){h1{font-size:3.6rem}h2{font-size:1.6rem}.container{width:90%;width:var(--container-width-md)}.lead{margin-top:.6rem}}@media screen and (max-width:768px){h1{font-size:2.6rem}h2{font-size:1.2rem}.container{width:90%;width:var(--container-width-md)}}nav{background:var(--color-white);display:grid;height:5rem;place-items:center;position:fixed;width:100vw;z-index:2}nav a{color:var(--color-black);font-size:.9rem;font-weight:bolder;transition:all .4s ease}nav a.active,nav a:hover{color:var(--color-primary)}.nav__container{align-items:center;display:flex;justify-content:space-between}nav button{display:none}.nav__menu{align-items:center;display:flex;gap:4rem;justify-content:space-between}@media screen and (max-width:1024px){nav{background:var(--color-black)}.nav__container{position:relative;width:100vw}.nav__logo h3{color:var(--color-white);margin-left:2rem}.nav__menu{flex-direction:column;gap:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:fixed;right:0;top:5rem;-webkit-transform:translateX(30rem);transform:translateX(30rem);transition:all .6s ease-in-out;width:18rem;z-index:3}.nav__menu.show__menu{-webkit-transform:translateX(0);transform:translateX(0)}.nav__menu li{height:5.4rem;width:100%}.nav__menu li a{align-items:center;background:var(--color-primary);box-shadow:-2rem 2rem 2rem rgba(0,0,0,.2);color:var(--color-white);display:flex;height:100%;justify-content:center;width:100%}.nav__menu li a:hover{background:var(--color-light);color:var(--color-black)}nav button{background:transparent;color:var(--color-white);cursor:pointer;display:inline-block;font-size:2.4rem;margin-right:1.4rem}.hide-menu-btn{display:none}nav button{margin-right:2rem}}header{display:grid;height:calc(100vh - 5rem);overflow:hidden;place-items:center;position:relative;top:5rem}.header__container{display:grid;grid-template-columns:40% 60%;height:100%}.header__left{align-items:center;display:flex;height:100%}.header__left h3{color:var(--color-primary);margin-bottom:.6rem}.header__left p{margin:1.2rem 0 2rem}.header__right{height:100%;position:relative}.header__socials{bottom:8rem;display:flex;flex-direction:column;font-size:1.2rem;gap:1.2rem;position:absolute;right:0}.header__socials a{color:var(--color-white);transition:all .4s ease}.header__socials a:hover{color:var(--color-black)}.header__right-bg{background:var(--color-primary);border-radius:50%;bottom:-30rem;height:65rem;position:absolute;right:-30rem;width:70rem}.header__image{bottom:-1rem;position:absolute;right:10rem;width:90%;z-index:1}@media screen and (max-width:1024px){#header{height:720px;padding:14rem 0 0}.header__container{align-items:flex-end;height:100%}.header__left{margin-bottom:10rem}.header__right{align-items:flex-end;height:100%}.header__right-bg{bottom:7%;height:30rem;right:13%;-webkit-transform:translate(40% 40%);transform:translate(40% 40%);width:30rem}.header__image{bottom:7%;right:15%;width:100%}.header__socials{bottom:7rem}.header__socials a{color:var(--color-primary)}}@media screen and (max-width:768px){#header{height:519px;width:100%}.header__left{margin-bottom:20rem}.header__image{bottom:55%;right:15%;width:100%}.header__right-bg{bottom:50%;height:25rem;right:8%;-webkit-transform:translate(40% 40%);transform:translate(40% 40%);width:25rem}.header__socials{bottom:27rem}.header__socials a{color:var(--color-primary)}}@media screen and (max-width:600px){.header__container{grid-template-columns:1fr;margin-top:0}.header__image{bottom:8rem;width:20rem}.header__left{text-align:center}.header__right-bg{bottom:-2rem;height:25rem;right:-2%;-webkit-transform:translate(40% 40%);transform:translate(40% 40%);width:25rem}#button{display:none}.header__left h3{color:var(--color-primary);margin-bottom:.2rem}.header__left{margin-top:-7rem}.header__socials{bottom:17rem}}@media screen and (max-width:375px){.header__socials{bottom:16rem}.header__right-bg{bottom:-4rem;height:25rem;right:-2rem;-webkit-transform:translate(40% 40%);transform:translate(40% 40%);width:25rem}.header__image{bottom:8rem;right:2rem;width:20rem}}@media screen and (max-width:320px){.header__right-bg{bottom:-4rem;height:25rem;right:-3.5rem;-webkit-transform:translate(40% 40%);transform:translate(40% 40%);width:25rem}.header__image{bottom:8rem;right:.5rem;width:20rem}.header__socials{bottom:18rem}}section#services{margin-top:8rem}.services__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:25% auto}.services__left{background:var(--color-primary);color:var(--color-light);padding:2rem}.services__left h1{font-size:7rem}.services__left h1,.services__left h4{color:var(--color-white);font-weight:600}.services__left h4{line-height:1.4}.services__left small{font-weight:600}.services__right h2{margin-bottom:2rem}.services__cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.services__card{background:var(--color-light);cursor:default;padding:4rem 2rem;transition:all .4s ease}.services__card:hover{background:var(--color-primary);color:var(--color-white)}.services__card:hover *{color:var(--color-white);transition:all .4s ease}.services__card-icon{font-size:2rem}.services__card h5{margin:1rem 0}.services__card a{color:var(--color-primary)}.services__card:hover a{margin-left:1rem}@media screen and (max-width:1024px){.services__container{grid-template-columns:1fr}.services__cards{gap:1rem}}@media screen and (max-width:768px){.services__cards{display:flex;flex-direction:column}}#portfolio{background:var(--color-light)}.portfolio__head{display:flex;gap:3rem;justify-content:space-between}.portfolio__head h3{width:25%}.portfolio__head-right{width:49%}.portfolio__head-right a{color:var(--color-primary);display:inline-block;margin-top:1.4rem;transition:all .4s ease}.portfolio__head-right a:hover{margin-left:1rem}.portfolio__projects{gap:2rem;margin-top:4rem}.portfolio__project,.portfolio__projects{align-items:center;display:flex;justify-content:center}.portfolio__project{flex-direction:column;gap:1rem}.portfolio__project-img{background-image:url(/static/media/sfh.f7e56c36809b9f7f9233.PNG)}.portfolio__project-img,.portfolio__project2-img{align-items:center;background-repeat:no-repeat;background-size:100% 100%;display:flex;height:550px;justify-content:center;width:70rem}.portfolio__project2-img{background-image:url(/static/media/roothub_management.fc6bbc836ed8a5407cd6.png)}.portfolio__project3-img{align-items:center;background-image:url(/static/media/TFAP.4adbc56ca10315d95e58.png);display:flex;justify-content:center}.portfolio__project-img:hover,.portfolio__project3-img{background-repeat:no-repeat;background-size:100% 100%;height:550px;width:70rem}.portfolio__project-img:hover{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/static/media/sfh.f7e56c36809b9f7f9233.PNG)}.portfolio__project2-img:hover{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/static/media/roothub_management.fc6bbc836ed8a5407cd6.png)}.portfolio__project2-img:hover,.portfolio__project3-img:hover{background-repeat:no-repeat;background-size:100% 100%;height:550px;width:70rem}.portfolio__project3-img:hover{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/static/media/TFAP.4adbc56ca10315d95e58.png)}.wrap{gap:2rem}.portfolio_descriptions,.wrap{display:flex;flex-direction:column}.portfolio_descriptions{align-items:center;justify-content:center}.portfolio_description1 p{color:#fff;font-size:larger;font-weight:bolder;text-align:center}.portfolio_display{display:none}.portfolio__project-img:hover .portfolio_display,.portfolio__project2-img:hover .portfolio_display,.portfolio__project3-img:hover .portfolio_display{display:block}.portfolio__CTA{display:flex;gap:1rem;margin-top:1rem}#specialbtn:hover{border:1px solid var(--color-black)}@media screen and (max-width:1024px){.portfolio__head h3{width:40%}.portfolio__head-right{width:auto}.portfolio__project-img,.portfolio__project-img:hover{width:58rem}}@media screen and (max-width:768px){.portfolio__projects{display:flex;flex-direction:column}.portfolio__project-img,.portfolio__project-img:hover{height:400px;width:43rem}}@media screen and (max-width:425px){.portfolio__head{display:flex;flex-direction:column}.portfolio__project-img,.portfolio__project-img:hover{height:400px;width:24rem}}#contact{background:var(--color-primary);color:var(--color-white);margin:0}.contact__left{width:50%}.contact__container{display:flex;font-size:.9rem;gap:8rem}.contact__container h2{color:var(--color-white)}.contact__container p{margin:1rem 0 2rem}.contact__socials{display:flex;gap:1rem}.contact__socials a{color:var(--color-white);font-size:1.3rem;transition:all .4s ease}.contact__socials a:hover{color:var(--color-black)}form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}#btn1:hover{border:1px solid var(--color-black)}form input,textarea{padding:1rem;width:25rem}@media screen and (max-width:2560px){form input,textarea{width:50rem}}@media screen and (max-width:1440px){form input,textarea{width:30rem}}@media screen and (max-width:1024px){.contact__container{gap:2rem}.contact__socials a{font-size:1.7rem}}@media screen and (max-width:768px){form div{width:100%}.contact__container,form div{display:flex;flex-direction:column}.contact__container{align-items:center;justify-content:center}.contact__left{text-align:center}.contact__socials{margin-left:25%}}@media screen and (max-width:500px){.contact__socials{position:absolute;right:10rem}form input,textarea{width:25rem}}@media screen and (max-width:425px){.contact__socials{position:absolute;right:8.5rem}form input,textarea{width:25rem}}@media screen and (max-width:375px){.contact__socials{position:absolute;right:7rem}form input,textarea{width:20rem}}@media screen and (max-width:320px){.contact__socials{position:absolute;right:5.5rem}form input,textarea{width:15rem}}section#companies{background:var(--color-light);margin:0;padding:0;position:relative;top:5rem}.companies__container{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(6,1fr)}.companies__container span{padding:2.4rem}@media screen and (max-width:1024px){.companies__container span{padding:1.4rem}}footer{background:var(--color-primary);border-top:1px solid var(--color-black);color:var(--color-white);padding:1.2rem 0;text-align:center}
/*# sourceMappingURL=main.f48fbdfc.css.map*/