* {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif; }

.section-title {
  font-size: 2.3em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px; }

[class$="container"] {
  max-width: 1440px;
  margin: 0 auto; }

.center-item, .brand-box__text-container, .about-us__text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.brand-box {
  position: relative; }

.brand-box__background {
  height: 100vh;
  background-image: url("../assets/landing-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: blur(1px);
  overflow: hidden; }

.brand-box__header {
  z-index: 1;
  height: 100px;
  width: 100%;
  position: absolute; }

.brand-box__nav-container {
  height: 100%;
  display: -webkit-flex;
  justify-content: space-between; }

.brand-box__logo {
  height: 65px;
  display: -webkit-flex;
  align-items: center;
  margin: auto 40px; }

.brand-box__menu {
  width: 360px;
  margin-right: 75px;
  list-style: none;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center; }
  .brand-box__menu a {
    color: black;
    text-decoration: none;
    transition: padding 100ms ease-in; }
    .brand-box__menu a:hover {
      background-color: rgba(164, 164, 164, 0.74);
      color: white;
      padding: 10px;
      border-radius: 3px; }

.brand-box__text-container {
  z-index: 1;
  width: 45%;
  text-align: center;
  border: 3px solid white;
  padding: 50px; }

.brand-box__text-container:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 5px solid white;
  background-color: rgba(255, 255, 255, 0.4); }

.brand-box__welcome {
  font-weight: 500;
  font-size: 3.3vw;
  letter-spacing: 2px; }

.brand-box__description {
  margin: 20px auto;
  padding-top: 5px;
  font-weight: 300;
  font-size: 2vw;
  border-top: thin solid black; }

.scroll-circle {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid black; }

.scroll-circle__arrow {
  z-index: 2;
  background-image: url("../assets/ExpandMore-128.png");
  background-size: cover;
  background-position: 0 2px;
  width: 100%;
  height: 100%;
  position: absolute; }

.scroll-circle__fill-circle {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  transform: scale(0);
  transition: all 300ms ease-in-out; }

.scroll-circle:hover .scroll-circle__fill-circle {
  transform: scale(1); }

.what-we-do {
  padding-bottom: 30px;
  position: relative; }

.what-we-do__side-side {
  height: 30%;
  max-width: 1440px;
  margin: 30px auto;
  display: -webkit-flex;
  align-items: center; }

.what-we-do__title {
  width: 30%;
  text-align: center;
  font-size: 2.6em;
  font-weight: 600; }

.what-we-do__description {
  width: 70%;
  padding-right: 100px;
  line-height: 1.7em;
  font-size: 1.2em;
  font-weight: 300;
  color: #939292; }

.what-we-do__service-container {
  display: -webkit-flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.service-container__service-card {
  width: 400px;
  padding: 20px 30px; }

.service-card__icon {
  width: 60px;
  height: 60px; }

.service-card__title {
  font-size: 1.1em;
  font-weight: 600;
  margin: 20px 0 20px 0; }

.service-card__description {
  color: #939292;
  font-family: 'Helvetica',sans-serif;
  font-weight: 100;
  line-height: 1.8em; }

.service-card__description-list {
  margin-left: 20px;
  color: #939292;
  font-family: 'Helvetica',sans-serif;
  line-height: 1.8em; }

.our-work {
  padding-top: 20px;
  padding-bottom: 30px; }

.our-work__container {
  max-width: 1440px; }

.our-work__portfolio-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 100%;
  margin-top: 15px; }

.portfolio-container__card {
  width: 450px;
  margin: 15px;
  position: relative;
  font-size: 1.8vw;
  text-transform: uppercase; }
  .portfolio-container__card > img {
    width: 100%;
    border: thin solid #6e6e6e; }

.card-overlay {
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  visibility: hidden;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: visibility 0s linear 250ms, opacity 250ms; }
  .card-overlay img {
    width: 50%; }

.portfolio-container__card:hover .card-overlay {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms; }

.about-us {
  background-image: url("../assets/about-us-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; }

.about-us__container {
  position: relative;
  height: 100vh; }

.about-us__title {
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.about-us__text-container {
  max-width: 950px;
  color: black;
  font-size: 1.6vw;
  font-weight: 400;
  padding: 50px;
  border: 1px solid white;
  line-height: 1.4em; }

.about-us__text-container:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid white;
  background-color: rgba(255, 255, 255, 0.8); }

.about-us__text-container__icon-container {
  display: -webkit-flex;
  justify-content: space-around;
  list-style: none;
  width: 200px;
  margin: 0 auto;
  margin-top: 40px; }

.about-us__text-container__icon {
  width: 60px;
  height: 60px;
  border-radius: 100%; }

.about-us__text-container__icon img {
  width: 60px;
  height: 60px; }

.contact-us__container {
  min-height: 450px;
  display: -webkit-flex;
  justify-content: space-between; }

.contact-us__map {
  width: 50%; }

.contact-us__form {
  position: relative;
  display: block;
  width: 50%;
  padding: 40px;
  text-align: center; }
  .contact-us__form input, .contact-us__form textarea {
    margin-top: 15px;
    height: 30px;
    padding-left: 10px;
    display: block;
    width: 100%;
    border: thin solid #ccc; }
  .contact-us__form textarea {
    padding-top: 5px;
    resize: none; }
  .contact-us__form button {
    margin-top: 15px;
    padding: 10px;
    position: absolute;
    left: 40px;
    background: none;
    border: thin solid black;
    font-weight: bold;
    color: black; }
    .contact-us__form button:hover {
      cursor: pointer; }

.contact-us__message {
  min-height: 100px; }

footer {
  height: 60px;
  background-color: #323232;
  text-align: center;
  color: white;
  font-weight: 200;
  font-size: .8em; }
  footer p {
    line-height: 60px; }

/*# sourceMappingURL=main.css.map */