@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}:root{--background-clr: #080808;--surface-clr: #141414;--text-primary-clr: #FFF;--text-secondary-clr: #b1b1b1;--acent-clr: #7AFC0F;--fix-clr: #080808}[data-theme=light]{--background-clr: #FFF;--surface-clr: #F5F5F5;--text-primary-clr: #080808;--text-secondary-clr: #333}body{background:var(--background-clr);overflow-x:hidden}a{text-decoration:none}li{list-style:none}.flex{display:flex;align-items:center;flex-wrap:wrap}.column{flex-direction:column}.between{justify-content:space-between}.center{justify-content:center}.wrapper{max-width:1400px;margin:auto;padding-inline:2rem}img{max-width:100%;height:auto;margin:auto;display:block}.p-block-9{padding-block:9rem}.text-center{text-align:center}.navbar{min-height:14vh}.logo{font-size:1.8rem;color:var(--text-primary-clr);font-weight:700}.logo span{display:inline-block;background:var(--acent-clr);color:var(--fix-clr);width:2.8rem;aspect-ratio:1;border-radius:100vw;text-align:center;margin-right:.4em}.link{font-size:.95rem;color:var(--text-secondary-clr)}.link:hover{color:var(--acent-clr);transition:.3s ease-in-out}.gap-2{gap:2rem}.btn{display:inline-block;padding:.7rem 1.5rem;background:var(--acent-clr);color:var(--fix-clr);font-weight:700;font-size:.9rem;border-radius:100vw;border:.1rem solid var(--acent-clr);transition:.3s ease-in-out}.btn:hover{background:transparent;color:var(--acent-clr)}.icon-container{width:2.7rem;aspect-ratio:1;border-radius:100vw;font-size:1.4rem;display:flex;justify-content:center;align-items:center;transition:.5s ease-in-out}.icon-container:hover.green-inverse{background:transparent;color:var(--acent-clr)}.border-inverse{border:.1rem solid rgba(123,123,123,.2);color:var(--text-secondary-clr)}.hamburger{color:var(--text-primary-clr);font-size:1.5rem;display:none}.mobile-menu{display:none}@media screen and (max-width: 790px){.desktop-menu,.nav-action .btn{display:none}.hamburger{display:block}.logo{font-size:1.6rem}.logo span{width:2.5rem;margin-right:.2rem}.mobile-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;position:absolute;top:20%;left:-100%;transform:translate(-50%);background:var(--surface-clr);border:.1rem solid rgba(123,123,123,.2);width:20rem;padding:1.5rem;border-radius:1rem;z-index:99;transition:.4s ease-in-out}.mobile-menu-active{left:50%;transform:translate(-50%)}}.hero-section{min-height:86vh}.hero-image,.hero-content{flex:1;flex-basis:300px}.hero-image{height:60vh}.hero-image img{width:100%;height:100%;object-fit:contain}.sub-text{color:var(--text-primary-clr);font-size:1.2rem;text-transform:capitalize;font-weight:400}h1{font-size:2.5rem;line-height:4rem;color:var(--text-primary-clr);margin-block:.5rem}.green-text{color:var(--acent-clr)}p{font-size:.95rem;color:var(--text-secondary-clr);max-width:550px}.para{margin-block:2rem}.border-btn{color:var(--text-primary-clr);border-color:var(--text-secondary-clr);background:transparent}@media screen and (max-width: 790px){.hero-image{height:100%}.gap-4{gap:4rem}h1{font-size:2rem;line-height:3rem}.hero-content{padding-top:3rem}}.headline{background:var(--acent-clr);width:100%}.moving-text{padding-block:.8rem;white-space:nowrap;overflow:auto}.moving-text::-webkit-scrollbar{display:none}.container{display:inline-block;animation:slide-left 12s linear infinite}.container h5{color:var(--fix-clr);font-size:2.2rem;display:inline-block;margin-right:3rem}.container .star{font-size:1.5rem;margin-right:3rem}@keyframes slide-left{to{transform:translate(-100%)}}@media screen and (max-width: 790px){.container h5{font-size:1.5rem;margin-right:2rem}.container .star{font-size:1.2rem}}h2{font-size:2.8rem;line-height:100%;margin-top:2.5rem;color:var(--text-primary-clr);text-transform:capitalize}.overlay-text{position:relative}.overlay-text:before{content:attr(datatype);position:absolute;top:-70%;left:-60%;font-size:6rem;color:var(--text-primary-clr);font-weight:700;text-transform:uppercase;white-space:nowrap;z-index:-1;opacity:.09}.self-end{align-self:flex-end}.card{padding:1.5rem;background:var(--surface-clr);border:.1rem solid rgba(123,123,123,.2);border-radius:1rem;flex:1;flex-basis:300px}.mt-5{margin-top:5rem}h4{font-size:1.7rem;color:var(--text-primary-clr)}.service-icon{width:4rem;aspect-ratio:1;font-size:1.8rem;color:var(--text-primary-clr);background:var(--background-clr);border:.1rem solid rgba(123,123,123,.2);display:inline-flex;justify-content:center;align-items:center;border-radius:100vw}.arrow{vertical-align:middle}.m-block-1{margin-block:1rem}.stretch{align-items:stretch}.design{position:relative}.design:before{content:" ";position:absolute;background:var(--acent-clr);inset:2rem 0 7rem -.9rem;z-index:-1;border-radius:inherit}.boder-btm{border-bottom:.1rem solid rgba(123,123,123,.2)}@media screen and (max-width: 790px){.overlay-text:before{font-size:4rem;top:30%;left:-30%}h2{font-size:2.4rem}.p{padding-block:5rem}}.about-image,.about-content{flex:1;flex-basis:300px}h6{font-size:2rem;color:var(--acent-clr);text-align:center}.m-block-3{margin-block:3rem}.gap-5{gap:5rem}.project-image,.project-content{flex:1;flex-basis:300px}.project-image{border-radius:1rem;overflow:hidden}.rotate{transform:rotate(-100deg);transition:.3s ease-in-out}.card:hover .rotate{transform:rotate(0)}h3{font-size:2rem;color:var(--text-primary-clr)}.project:nth-child(2n){flex-direction:row-reverse}.list{padding:.8rem 2rem;background:var(--acent-clr);color:var(--fix-clr);border-radius:100vw}.gap-1{gap:1rem}.mt-2{margin-top:2rem}@media screen and (max-width: 790px){.list{padding:.8rem 1.5rem}h3{font-size:1.6rem}.gap-5{gap:2rem}}.middle:before{left:50%;transform:translate(-50%)}.green-inverse{background:var(--acent-clr);color:var(--fix-clr);border:.1rem solid var(--acent-clr)}.p-bottom-1{padding-bottom:1rem}form{flex:2;flex-basis:300px}.info{flex:1;flex-basis:200px}.details{background:var(--surface-clr);padding:1.5rem;border-radius:1rem 1rem 0 0;border:.1rem solid rgba(123,123,123,.2)}.details h6{font-size:1.5rem;text-align:start}.bg-header{padding:1.5rem;background-image:url(/assets/background-BRwbCVwF.jpeg);background-size:200%;background-position:center;background-repeat:no-repeat;border-radius:1rem}.rounded-b{border-radius:0 0 1rem 1rem}.rounded-b h5{font-size:1.5rem}.black-inverse{background:var(--fix-clr);border:.1rem solid var(--background-clr);color:var(--acent-clr)}.icon-container:hover.black-inverse{color:var(--background-clr);background:transparent}.input-container{flex:1}label{font-size:.9rem;color:var(--text-primary-clr)}.input-field{width:100%;background:var(--surface-clr);border:.1rem solid rgba(123,123,123,.2);padding:1rem;border-radius:1rem;margin-top:.5rem;color:var(--text-primary-clr)}.input-field::placeholder,textarea::placeholder{color:#aaa}.input-field:focus{outline:.09rem solid var(--acent-clr)}.input-field::placeholder{color:gray}textarea{resize:none}.copyright{background:var(--acent-clr);padding-block:2rem}.copyright p{color:var(--background-clr);font-weight:500}.p-block-2{padding-block:2rem}.p-block-7{padding-block:7rem}.footer-wrapper{flex:1;flex-basis:210px}.footer-wrapper:nth-child(1){flex:2;flex-basis:300px}.footer-wrapper:nth-child(1) p{max-width:350px}.footer-wrapper h6{font-size:1.2rem;font-weight:500;text-align:start}.flex-start{align-items:flex-start}.footer-input{height:7vh}.email-field{flex:1;border-radius:1rem 0 0 1rem;background:var(--surface-clr);border:.1rem solid rgba(123,123,123,.2);padding:1rem;color:#fff}.email-field::placeholder{color:#ffffffb3}.email-field:focus{outline:.09rem solid var(--acent-clr)}.input-btn{width:3rem;background:var(--acent-clr);font-size:1.2rem;color:var(--background-clr);border:none;border-radius:0 1rem 1rem 0}
