@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.header{display:flex;align-items:center;justify-content:space-between;padding:1rem;position:fixed;width:100%;height:90px;z-index:10}.header-bg{background:#000000d9;transition:.5s}.nav-menu{display:flex;align-items:center;gap:1.5rem;padding:0 1rem}.hamburger{display:none}@media screen and (max-width:1040px){.nav-menu{flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;position:absolute;top:0;left:-100%;z-index:-3;background:#000000e6;transition:.3s}.nav-menu.active{left:0}.nav-menu li{padding:1rem}.nav-menu li a{font-size:2rem}.hamburger{display:initial}}.mask{width:100%;height:100vh;position:relative}.intro-img{width:100%;height:100%;background-size:cover;background-position:center;object-fit:cover}.mask:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:#000;opacity:.8}.hero{height:100%;width:100%}.hero .content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.hero .content h1{font-size:4rem;padding:.5rem 0 2rem}.hero .content p{font-size:1.4rem;font-weight:200}.content .btn{margin:1rem .2rem}@media screen and (max-width:640px){.hero .content h1{font-size:3rem}}.footer{width:100%;padding:6rem 0;background:#131313cc}.footer-container{max-width:1140px;margin:auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:40px}.left{height:100%;max-width:100%;display:flex;flex-direction:column;padding:1rem}.location{display:flex;flex-direction:row;margin-bottom:.8rem}.location p{line-height:30px}.right{height:100%;max-width:100%;display:flex;flex-direction:column;padding:1rem}.social{margin-top:1rem}h4{font-size:1.2rem;padding-bottom:.7rem}p{font-size:1.2rem}@media screen and (max-width:640px){.footer-container{grid-template-columns:1fr}}.project-heading{text-align:center;padding:4rem 0 2rem}.project-container{max-width:1140px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px;padding-bottom:5rem}.project-card{background:#1a1919;padding:1.2rem 1rem}.project-card img{width:100%}.project-title{color:#fff;padding:1rem 0}.pro-details p{padding-bottom:1rem;font-size:1.1rem;text-align:justify}.pro-btns{display:flex;justify-content:space-between;padding:.5rem 0}.pro-btns .btn{padding:.5rem 1rem}@media screen and (max-width:740px){.project-container{max-width:90%;margin:auto;grid-template-columns:1fr}}.hero-img{width:100%;height:60vh;background:#00000080;position:relative}.heading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.hero-img:before{content:"";background:url(/assets/hero-DjpN2S87.avif);background-size:cover;background-position:center top;height:100%;width:100%;position:absolute;top:0;left:0;z-index:-1}.hero-img h1{font-size:2.4rem}.hero-img p{font-size:1.4rem;text-align:center}@media screen and (max-width:640px){.hero-img h1{font-size:2rem}}.about{width:100%;margin:3rem 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;height:100%}.about .left{text-align:center;margin:auto;padding:1rem;max-width:350px}.about .left p{margin:1.2rem 0}.about .right{max-width:700px}.right .img-container{display:grid;grid-template-columns:repeat(12,1fr);position:relative;align-items:center;text-align:center}.right .img{max-width:90%;border:1px solid #333}.right .top{grid-column:1/span 8;grid-row:1;padding-top:20%;z-index:6}.right .bottom{grid-column:4/-1;grid-row:1;z-index:5}label{color:#fff;margin-bottom:.5rem}form{display:flex;flex-direction:column;margin:auto;padding:4rem 1rem;max-width:600px}form input,form textarea{margin-bottom:1rem;padding:10px 18px;font-size:1.2rem;background:#ffffff1a;border-color:#ffffff1a;color:#f4f4f4}.pricing{width:100%;background:#000;padding:6rem 1rem}.card-container{max-width:1140px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px}.card{border:1px solid #eee;color:#eee;text-align:center}.card h3{font-size:1.4rem}.card p{padding:5px 0}.card:hover{background:#141414}.bar{border-bottom:1px solid #eee;width:10%;margin:auto;display:block}.btc{font-size:4rem;font-weight:600;padding:2px}.card .btn{width:80%;margin:1rem auto;display:block}@media screen and (max-width:740px){.card-container{max-width:90%;margin:auto;grid-template-columns:1fr}}*{font-family:Outfit,sans-serif;box-sizing:border-box}h1,h4,p,a{text-decoration:none;color:#fff}body{background:#000}ul{list-style-type:none}.btn{padding:12px 32px;font-size:1rem;text-transform:uppercase;background:#f8d90f;color:#222;border:1px solid white;font-weight:600;cursor:pointer}.btn-light{background:transparent;color:#fff}.btn:hover{background:#fff3;transition:.3s;color:#fff}
