@import url(https://fonts.googleapis.com/css2?family=Fira+Sans&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Source+Code+Pro:wght@200&display=swap);*{box-sizing:border-box;font-family:Outfit,sans-serif;margin:0;padding:0}body{background:#000}a,h1,h4,p{color:#fff;text-decoration:none}ul{list-style-type:none}.btn{background:#ff0;border:1px solid #fff;color:#000;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 32px;text-transform:uppercase}.btn-light{background:transparent;color:#fff}.btn:hover{background:hsla(0,0%,100%,.2);color:#fff;transition:.3s}.header{align-items:center;display:flex;height:90px;justify-content:space-between;padding:1rem;position:fixed;width:100%;z-index:10}.header-bg{background-color:rgba(0,0,0,.85);transition:.5s}.nav-menu{display:flex}.nav-menu li{padding:0 1rem;text-shadow:6px 6px 9px #1b00b3}.nav-menu li a{font-size:1.2rem;font-weight:500}.nav-menu li a:hover{color:#1ed61e}.hamburger{display:none}@media screen and (max-width:1040px){.nav-menu{align-items:center;background:rgba(0,0,0,.9);flex-direction:column;height:100vh;justify-content:center;left:-100%;position:absolute;top:0;transition:.3s;width:100%;z-index:-3}.nav-menu.active{left:0}.nav-menu li{padding:1rem 0}.nav-menu li a{font-size:2rem}.hamburger{display:inline;display:initial}}.mask{height:100vh;position:relative;width:100%}.intro-img{background-position:50%;background-size:cover;height:100%;object-fit:cover;width:100%}.mask:after{background-color:#000;content:"";height:100%;left:0;opacity:.8;position:absolute;top:0;widows:100%}.hero{height:100%;width:100%}.hero .content{left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.hero .content h1{font-size:4rem;padding:.6rem 0 1.5rem;text-shadow:2px 6px blue}.hero .content p{font-size:1.4rem;font-weight:0}.a,.hero .content p{text-transform:uppercase}.a{color:#12bdbd;display:inline-block;letter-spacing:4px;margin:40px 50px 40px 0;overflow:hidden;padding:25px 30px;position:relative;text-decoration:none;transition:.5s}.a:hover{-webkit-box-reflect:below 1px linear-gradient(transparent,#0005);background:#03e9f4;box-shadow:0 0 5px #03e9f4,0 0 25px #03e9f4,0 0 50px #03e9f4,0 0 200px #03e9f4;color:#050801}.a:first-child{-webkit-filter:hue-rotate(270deg);filter:hue-rotate(270deg)}a:nth-child(2){-webkit-filter:hue-rotate(110deg);filter:hue-rotate(110deg)}.a span{display:block;position:absolute}.a span:first-child{-webkit-animation:animate1 1s linear infinite;animation:animate1 1s linear infinite;background:linear-gradient(90deg,transparent,#03e9f4);height:2px;left:0;top:0;width:100%}@-webkit-keyframes animate1{0%{left:-100%}50%,to{left:100%}}@keyframes animate1{0%{left:-100%}50%,to{left:100%}}.a span:nth-child(2){-webkit-animation:animate2 1s linear infinite;animation:animate2 1s linear infinite;-webkit-animation-delay:1.25s;animation-delay:1.25s;background:linear-gradient(180deg,transparent,#03e9f4);height:100%;right:0;top:-100%;width:2px}@-webkit-keyframes animate2{0%{top:-100%}50%,to{top:100%}}@keyframes animate2{0%{top:-100%}50%,to{top:100%}}.a span:nth-child(3){-webkit-animation:animate3 1s linear infinite;animation:animate3 1s linear infinite;-webkit-animation-delay:.5s;animation-delay:.5s;background:linear-gradient(270deg,transparent,#03e9f4);bottom:0;height:2px;right:0;width:100%}@-webkit-keyframes animate3{0%{right:-100%}50%,to{right:100%}}@keyframes animate3{0%{right:-100%}50%,to{right:100%}}.a span:nth-child(4){-webkit-animation:animate4 1s linear infinite;animation:animate4 1s linear infinite;-webkit-animation-delay:.75s;animation-delay:.75s;background:linear-gradient(1turn,transparent,#03e9f4);bottom:-100%;height:100%;left:0;width:2px}@-webkit-keyframes animate4{0%{bottom:-100%}50%,to{bottom:100%}}@keyframes animate4{0%{bottom:-100%}50%,to{bottom:100%}}@media screen and (max-width:640px){.hero .content h1{font-size:3rem}.hero .content p{font-size:1.4rem}.content .btn{margin:1rem .1rem;padding:10px 15px}}.project-heading{padding:4rem 0 2rem;text-align:center}.project-container{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin:auto;max-width:1140px;padding-bottom:5rem}.project-card{background:#1a1717;box-shadow:0 3px 14px #0308ff;padding:1.2rem 1rem}.project-card:hover{box-shadow:0 3px 20px #71eeff}.project-card img{width:100%}.project-title{color:#dfdcdc;padding:1rem 0}.pro-details p{font-size:1.1rem;padding-bottom:1rem;text-align:justify}.pro-btns{display:flex;justify-content:space-between;padding:.5rem 0}.pro-btns .btn4{background-color:#eb9855;background:#272727;border:.1rem solid;border-radius:3px;color:#c4960d;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;padding:20px;position:relative;text-align:center;text-transform:uppercase;top:20%}.btn4{height:4rem}.btn4:hover{background:#f1f118;box-shadow:4px 5px 10px #71ee0a;color:#0f0f0f;cursor:pointer}@media screen and (max-width:740px){.project-container{grid-template-columns:1fr;margin:auto;max-width:50%}}.footer{background-color:hsla(0,0%,7%,.8);padding:6rem 0;width:100%}.footer-container{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1140px}.left{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.location{display:flex;margin-bottom:.8rem}.location p{line-height:30px}.right{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.social{margin-top:1rem}h4{padding-bottom:.7rem}h4,p{font-size:1.2rem}@media screen and (max-width:640px){.footer-container{grid-template-columns:1fr}}.hero-img{background:rgba(0,0,0,.5);height:60vh;position:relative;width:100%}.hero-img:before{background:url(https://images.unsplash.com/photo-1589149098258-3e9102cd63d3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NjR8fGNvZGluZ3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60);background-position:top;background-size:cover;content:" ";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.heading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.hero-img h1{font-size:2.4rem}.hero-img p{font-size:1.4rem;text-align:center}@media screen and (max-width:640px){p{top:23rem}}.about{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;margin:3rem 0;width:100%}.btn{background-color:#858586;box-shadow:3px 6px 20px #0d46c0}.btn:hover{-webkit-box-reflect:below 1px linear-gradient(transparent,#0005);background:#96fafa;box-shadow:0 0 5px #8be8ec,0 0 20px #7ceaf0,0 0 40px #84e7ec,0 0 100px #85e7ec;color:#050801}.about .left{margin:auto;max-width:350px;padding:1rem;text-align:center}.about .left p{margin:1.2rem 0}.about .right{max-width:700px}.right .img-container{align-items:center;display:grid;grid-template-columns:repeat(12,1fr);position:relative;text-align:center}.right .img{border:1px solid #333;max-width:110%}.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}.btn2{background-color:#6f82ec;border:2px solid #fff;font-size:larger;font-weight:100%;height:2.4rem;width:12rem}.btn2:hover{background-color:#fff;box-shadow:2px 3px 5px 15px #6b6bee}h2{color:#fff;text-shadow:3px 5px #eb193c}h2:hover{color:#7ceaf0}p:hover{color:#33dafc}label{color:#fff;margin-bottom:.5rem}form{display:flex;flex-direction:column;margin:auto;max-width:600px;padding:4rem 1rem}.form1 input,form textarea{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.1);color:#f4f4f4;font-size:1.2rem;margin-bottom:1rem;padding:10px 18px}.btn1{background-color:#8282e2;border:2px solid #fff;font-size:large;height:3rem;width:50%}.btn1:hover{box-shadow:2px 3px 4px 10px #454588}.pricing{background:#000;padding:6rem 1rem;width:100%}.card-container{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin:auto;max-width:1140px}.card{box-shadow:0 3px 14px #0308ff;color:#faf7f7;padding:1rem;text-align:center}.card:hover{background-color:#1b1616;box-shadow:4px 5px 20px #71eeff}.img{size:-4px;height:7rem;padding:1rem}@media screen and (max-width:740px){.card-container{grid-template-columns:1fr;margin:auto;max-width:90%}}
/*# sourceMappingURL=main.5c41530e.css.map*/