@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{border:none;box-sizing:border-box;outline:none;margin:0;padding:0;text-decoration:none;font-family:Outfit,sans-serif}body{background-color:#050505fd}h1,h4,p,a{color:#fff}ul{list-style-type:none}.btn{padding:12px 32px;font-size:1rem;text-transform:uppercase;background:#f8d90f;color:#222;border:1px solid #fff;font-weight:600;cursor:pointer;border-radius:10px}.btn-light{padding:12px 32px;font-size:1rem;text-transform:uppercase;border:1px solid #fff;font-weight:600;cursor:pointer;border-radius:10px;background:transparent;color:#fff}.btn:hover,.btn-light:hover{background:#fff3;color:#fff;transition:.3s}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem;position:fixed;width:100%;height:60px;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:600}.hamburger{display:none}@media screen and (max-width: 1040px){.nav-menu{flex-direction:column;justify-content:center;align-items:center;background-color:#000000e6;width:100%;height:100vh;position:absolute;top:0;left:-100%;z-index:-3;transition:.3s}.nav-menu.active{left:0}.nav-menu li{padding:1rem}.nav-menu li a{font-size:2rem}.nav-menu li a:hover{color:gray}.hamburger{display:initial}}.mask{width:100%;height:130vh;position:relative}.mask .hero-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:.3}.hero{width:100%;height:100%}.hero-content{position:absolute;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}.hero-content .btn{margin:1rem .2rem}@media screen and (max-width: 640px){.hero-content h1{font-size:3rem}.hero-content p{font-size:1.4rem}}.footer{width:100%;padding:6rem 0;background:#131313cc}.footer .footer-container{max-width:1140px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px}.footer .footer-left{height:100%;max-width:100%;display:flex;flex-direction:column;padding:1rem}.footer-left .address{display:flex;margin-bottom:.8rem}.address p{line-height:30px}.footer .footer-right{height:100%;max-width:100%;display:flex;flex-direction:column;padding:1rem}.footer-right .social{margin-top:1rem}h4{font-size:1.2rem;padding-bottom:.7rem}p{font-size:1.2rem}@media screen and (max-width:640px){.footer .footer-container{grid-template-columns:1fr}}.hero2{width:100%;background:#00000080;height:70vh;position:relative}.hero2:before{content:"";background:url(https://images.unsplash.com/photo-1605379399843-5870eea9b74e?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NzV8fHByb2dyYW1taW5nfGVufDB8fDB8fHww);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}.hero2 h1{font-size:2.4rem}.hero2 p{font-size:1.4rem;text-align:center}@media screen and (max-width:640px){.hero2 h1{font-size:2rem}}.about{width:100%;height:100%;margin:3rem 0;display:flex;align-items:center;flex-wrap:wrap}.about .myself{max-width:60%;height:100%}.myself .tajul{max-width:100%;height:280px;margin:1rem;border:1px solid #333;border-radius:10%}.about .about-left{max-width:350px;text-align:center;padding:1rem;margin:auto}.about-left p{margin:1.2rem 0}.about .about-right{max-width:350px}.about-right .img-container{display:grid;grid-template-columns:repeat(12,1fr);position:relative;align-items:center;text-align:center}.about-right .img{max-width:90%;border:1px solid #333}.about-right .top{grid-column:1 / span 8;grid-row:1;padding-top:35%;padding-right:25%;z-index:6}.about-right .bottom{grid-column:4 / -1;grid-row:1;z-index:5}.pricing{width:100%;padding:6rem 1rem;background:#000}.card-container{max-width:1140px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px}.card{border:1px solid #eee;color:#eee;text-align:center;padding:1rem}.card:hover{background-color:#141414}.card h3{font-size:1.4rem;padding:1rem}.card p{padding:10px 0}.card .bar{border-bottom:1px solid #eee;width:10%;margin:1.5rem auto;display:block}.card .btc{font-size:4rem;font-weight:600;padding:1rem 0}.card .btn{display:block;width:80%;margin:2rem auto}@media screen and (max-width: 740px){.card-container{max-width:90%;margin:auto;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:repeat(3,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}@media screen and (max-width:740px){.project-container{max-width:90%;margin:auto;grid-template-columns:1fr}}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}
