@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";.Header{display:flex;justify-content:space-between;align-items:center;padding:1rem;position:fixed;width:100%;height:90px;z-index:10}.Header-bg{background-color:#000000d9;transition:.5s}.nav-menu{display:flex}.nav-menu li{padding:0 1rem}.nav-menu li a{font-size:1.2rem;font-weight:500}.hamburger{display:none}@media screen and (max-width: 1040px){.nav-menu{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;background:#000000e6;position:absolute;top:0;left:-100%;z-index:-3;transition:.3s}.nav-menu.active{left:0}.nav-menu li{padding:1rem 0}.nav-menu li a{font-size:2rem}.hamburger{display:initial}}mask{width:100%;height:100vh;position:relative}.into-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-color:#000;opacity:.6}.hero{height:100%;width:100%}.hero .content{position:relative;transform:translate(-50%,-50%);top:50%;left:50%;text-align:center}.hero .content h1{font-size:4rem;padding:.6rem 0 1.5rem}.hero .content p{font-size:1.4rem;font-weight:200;text-transform:uppercase}.content .btn{margin:1rem .2rem}@media screen and (max-with: 640px){.hero .content h1{font-size:3rem}.hero .content p{font-size:1.4rem}}.project-heading{text-align:center;padding:4rem 0 2rem}.project-container{max-width:1540px;margin:auto;display:grid;grid-template-columns:repeat(4,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-around;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}}.footer{width:100%;padding:6rem 0;background-color:#131313cc}.footer-container{max-width:1140px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px}.left{height:100%;max-width:100%;display:flex;flex-direction:column;padding:1rem}.location{display:flex;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}}.hero-img{width:100%;background:#00000080;height:60vh;position:relative}.hero-img:before{content:"";background:url(https://plus.unsplash.com/premium_photo-1663040543387-cb7c78c4f012?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center top;height:100%;width:100%;position:absolute;top:0;left:0;z-index:-1}.heading{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.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;display:flex}.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}.pricing{width:100%;padding:6rem 1rem;background:#030a3f}.card-container{max-width:1300px;margin:auto;display:flex;grid-template-columns:repeat(3,1fr);grid-gap:40px;justify-content:space-around}.card{border:1px solid #eee;color:#eee;text-align:center;padding:1rem;width:30%}.card:hover{background-color:#141414}.card h3{font-size:1.4rem;padding:1rem}.card p{padding:10px 0}.bar{border-bottom:1px solid #eee;width:10%;margin:1.5rem auto;display:block}.btc{font-size:4rem;font-weight:600;padding:1rem 0}.card .btn{display:block;width:80%;margin:2rem auto}@media screen and (max-width: 375px){.card-container{max-width:90%;margin:auto;flex-direction:column}.card{width:100%}}@media screen and (max-width: 425px){.card-container{max-width:90%;margin:auto;flex-direction:column}.card{width:100%}}label{color:#fff;margin-bottom:.5rem}form{display:flex;flex-direction:column;padding:4rem 1rem;margin:auto;max-width:600px}form input,form textarea{margin-bottom:1rem;padding:10px 18px;font-size:1.2rem;background-color:#ffffff1a;border-color:#ffffff1a;color:#f4f4f4}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}body{background:#00f}h1,h4,p,a{color:#fff;text-decoration:none}ul{list-style-type:none}.btn{padding:12px 32px;font-size:1rem;text-transform:uppercase;background:#01021b;color:#fff;border:1px solid #fff;font-weight:600;cursor:pointer}.btn-light{background:transparent;color:#fff}.btn:hover{background:#fff3;color:#fff;transition:.3s}
