@import url(https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{font-family:Montserrat,sans-serif;font-size:10px;scroll-behavior:smooth}a{text-decoration:none}.container{align-items:center;display:flex;justify-content:center;min-height:100vh;width:100%}img{height:100%;object-fit:cover;width:100%}p{font-size:1.4rem;letter-spacing:.05rem;line-height:2.5rem;margin-top:5px}.section-title,p{color:#000;font-weight:300}.section-title{font-size:4rem;letter-spacing:.2rem;margin-bottom:10px;text-align:center;text-transform:uppercase}.section-title span{color:crimson}.cta{background-color:initial;border:2px solid crimson;color:#fff;display:inline-block;font-size:2rem;letter-spacing:.1rem;margin-top:30px;padding:10px 30px;text-transform:uppercase;transition:.3s ease;transition-property:background-color,color}.cta:hover{background-color:crimson;color:#fff}.brand h1{color:#fff;font-size:3rem;text-transform:uppercase}.brand h1 span{color:crimson}hr{border:1px solid}#header{height:auto;left:0;position:fixed;top:0;width:100vw;z-index:1000}#header .header{background-color:rgba(31,30,30,.24);min-height:8vh;transition:background-color .3s ease}#header .nav-bar{align-items:center;display:flex;height:100%;justify-content:space-between;max-width:1300px;padding:0 10px;width:100%}#header .nav-list ul{align-items:center;background-color:#1f1e1e;display:flex;flex-direction:column;height:100vh;justify-content:center;left:100%;list-style:none;overflow-x:hidden;position:absolute;top:0;transition:left .5s ease;width:100vw;z-index:1}#header .nav-list ul.active{left:0}#header .nav-list ul a{color:#fff;display:block;font-size:2.5rem;font-weight:500;letter-spacing:.2rem;padding:20px;text-decoration:none;text-transform:uppercase}#header .nav-list ul a:after{color:rgba(240,248,255,.021);content:attr(data-after);font-size:13rem;left:50%;letter-spacing:50px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:letter-spacing .3s ease;z-index:-1}#header .nav-list ul li:hover a:after{letter-spacing:normal;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}#header .nav-list ul li:hover a{color:crimson}#header .hamburger{align-items:center;border:3px solid #fff;border-radius:50%;cursor:pointer;display:inline-block;display:flex;height:60px;justify-content:center;margin-right:20px;position:relative;-webkit-transform:scale(.8);transform:scale(.8);width:60px;z-index:100}#header .hamburger:after{-webkit-animation:hamburger_puls 1s ease infinite;animation:hamburger_puls 1s ease infinite;border:3px solid #fff;border-radius:50%;content:"";height:100%;position:absolute;width:100%}#header .hamburger .bar{background-color:#fff;height:2px;position:relative;width:30px;z-index:-1}#header .hamburger .bar:after,#header .hamburger .bar:before{background-color:#fff;content:"";height:100%;left:0;position:absolute;transition:.3s ease;transition-property:top,bottom;width:100%}#header .hamburger .bar:after{top:8px}#header .hamburger .bar:before{bottom:8px}#header .hamburger.active .bar:before{bottom:0}#header .hamburger.active .bar:after{top:0}#hero{background-image:url(/static/media/banner.1509cba16bf3a1e637bf.png);background-position:top;background-size:cover;position:relative;z-index:2}#hero:after{background-color:#000;content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:-1}#hero .hero{justify-content:flex-start;margin:0 auto;max-width:1200px;padding:0 50px}#hero h1{-webkit-animation:text_reveal .5s ease forwards;animation:text_reveal .5s ease forwards;-webkit-animation-delay:1s;animation-delay:1s;color:transparent;display:block;font-size:4rem;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.typewriterpara{color:#f0f8ff;font-size:large;font-style:inherit;font-weight:200;height:30px;letter-spacing:3px;margin:20px 0}#hero h1:first-child{-webkit-animation-delay:1s;animation-delay:1s}#hero h1:nth-child(2){-webkit-animation-delay:2s;animation-delay:2s}#hero h1:nth-child(3){-webkit-animation:text_reveal_name .5s ease forwards;animation:text_reveal_name .5s ease forwards;-webkit-animation-delay:3s;animation-delay:3s}#hero h1 span{-webkit-animation:text_reveal_box 1s ease;animation:text_reveal_box 1s ease;background-color:crimson;height:100%;left:0;position:absolute;top:0;width:0}#hero h1 span,#hero h1:first-child span{-webkit-animation-delay:.5s;animation-delay:.5s}#hero h1:nth-child(2) span{-webkit-animation-delay:1.5s;animation-delay:1.5s}#hero h1:nth-child(3) span{-webkit-animation-delay:2.5s;animation-delay:2.5s}#services .services{flex-direction:column;margin:0 auto;max-width:1500px;padding:100px 0;text-align:center}#services .service-top{margin:0 auto;max-width:500px}#services .service-bottom{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:50px}#services .service-item{align-items:flex-start;background-color:bisque;background-size:cover;border-radius:10px;display:flex;flex-basis:80%;flex-direction:column;justify-content:center;margin:10px 5%;overflow:hidden;padding:30px;position:relative;z-index:1}#services .service-item:after{background-image:linear-gradient(60deg,#29323c,#485563);content:"";height:100%;left:0;opacity:.9;position:absolute;top:0;width:100%;z-index:-1}#services .service-bottom .icon{height:80px;margin-bottom:20px;width:80px}#services .service-item h2{color:#fff;font-size:2rem;margin-bottom:10px;text-transform:uppercase}#services .service-item p{color:#fff;text-align:left}#projects .projects{flex-direction:column;margin:0 auto;max-width:1200px;padding:100px 0}#projects .projects-header h1{margin-bottom:50px}#projects .all-projects,#projects .project-item{align-items:center;display:flex;flex-direction:column;justify-content:center}#projects .project-item{border-radius:10px;margin:20px auto;overflow:hidden;width:80%}#projects .project-info{align-items:flex-start;background-image:linear-gradient(60deg,#29323c,#485563);color:#fff;display:flex;flex-basis:50%;flex-direction:column;height:100%;justify-content:center;padding:30px}#projects .project-info h1{font-size:4rem;font-weight:500}#projects .project-info h2{font-size:1.8rem;font-weight:500;margin-top:10px}#projects .project-info p{color:#fff}#projects .project-img{flex-basis:50%;height:100px;overflow:hidden;position:relative}#projects .project-img:after{background-image:linear-gradient(60deg,#29323c,#485563);content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%}#projects .project-img img{transition:transform .3s ease}#projects .project-item:hover .project-img img{-webkit-transform:scale(1.1);transform:scale(1.1)}#about .about{flex-direction:column-reverse;margin:0 auto;max-width:1200px;padding:100px 20px;text-align:center}#about .col-left{height:360px;width:250px}#about .col-right{width:100%}#about .col-right h2{font-size:1.8rem;font-weight:500;letter-spacing:.2rem;margin-bottom:10px}#about .col-right p{margin-bottom:20px}#about .col-right .cta{color:#000;font-size:2rem;margin-bottom:50px;padding:10px 20px}#about .col-left .about-img{border:10px solid #fff;height:100%;position:relative;width:100%}#about .col-left .about-img:after{border:7px solid crimson;content:"";height:98%;left:33px;position:absolute;top:19px;width:98%;z-index:-1}#contact .contact{flex-direction:column;margin:0 auto;max-width:1200px;width:90%}#contact .contact-items{width:100%}#contact .contact-item{align-items:center;background-image:linear-gradient(60deg,#29323c,#485563);border-radius:10px;box-shadow:0 0 18px 0 #0000002c;color:#fff;display:flex;flex-direction:column;justify-content:center;margin:30px;padding:30px;text-align:center;transition:box-shadow .3s ease;width:80%}#contact .contact-item:hover{box-shadow:0 0 5px 0 #b1abab2c}#contact .icon{margin:0 auto 10px;width:70px}#contact .contact-info h1{font-size:2.5rem;font-weight:500;margin-bottom:5px}#contact .contact-info h2{font-size:1.3rem;font-weight:500;line-height:2rem}#footer{background-image:linear-gradient(60deg,#29323c,#485563)}#footer .footer{flex-direction:column;min-height:200px;padding-bottom:10px;padding-top:50px}#footer h2{color:#fff;font-size:1.8rem;font-weight:500;letter-spacing:.1rem;margin-bottom:10px;margin-top:10px}#footer .social-icon{display:flex;margin-bottom:30px}#footer .social-item{height:50px;margin:0 5px;width:50px}#footer .social-item img{-webkit-filter:grayscale(1);filter:grayscale(1);transition:filter .3s ease}#footer .social-item:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}#footer p{color:#fff;font-size:1.3rem}@-webkit-keyframes hamburger_puls{0%{display:block;opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes hamburger_puls{0%{display:block;opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.4);transform:scale(1.4)}}@-webkit-keyframes text_reveal_box{50%{left:0;width:100%}to{left:100%;width:0}}@keyframes text_reveal_box{50%{left:0;width:100%}to{left:100%;width:0}}@-webkit-keyframes text_reveal{to{color:#fff}}@keyframes text_reveal{to{color:#fff}}@-webkit-keyframes text_reveal_name{to{color:crimson;font-weight:500}}@keyframes text_reveal_name{to{color:crimson;font-weight:500}}@media only screen and (min-width:688px){.cta{font-size:2.5rem;padding:20px 60px}h1.section-title{font-size:6rem}#hero h1{font-size:7rem}#services .service-bottom .service-item{flex-basis:45%;margin:2.5%}#projects .project-item{flex-direction:row}#projects .project-item:nth-child(2n){flex-direction:row-reverse}#projects .project-item{border-radius:0;height:400px;margin:0;width:100%}#projects .all-projects .project-img,#projects .all-projects .project-info{height:100%}#about .about{flex-direction:row}#about .col-left{height:400px;padding-left:60px;width:600px}#about .about .col-left .about-img:after{border:10px solid crimson;height:98%;left:-45px;top:34px;width:98%}#about .col-right{padding:30px;text-align:left}#about .col-right h1{text-align:left}#contact .contact{align-items:center;flex-direction:column;justify-content:center;min-width:20vh;padding:100px 0}#contact .contact-items{display:flex;flex-direction:row;justify-content:space-evenly;margin:0;width:100%}#contact .contact-item{flex-direction:row;margin:0;width:30%}#contact .contact-item .icon{height:100px;width:100px}#contact .contact-item .icon img{object-fit:contain}#contact .contact-item .contact-info{padding-left:20px;text-align:left;width:100%}}@media only screen and (min-width:1200px){#header .hamburger{display:none}#header .nav-list ul{background-color:initial;display:block;height:auto;position:static;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#header .nav-list ul li{display:inline-block}#header .nav-list ul li a{font-size:1.8rem}#header .nav-list ul a:after{display:none}#services .service-bottom .service-item{flex-basis:22%;margin:1.5%}}
/*# sourceMappingURL=main.4734d1d3.css.map*/