@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;700&family=Quicksand&display=swap");
:root {
  --black: #1f2328;
  --white: #fff;
  --blue: #2499ee;
  --sky-blue: #1b88ec;
  --dark-blue: #2e80bb;
  --darker-blue: #206494;
  --blue-jay: #2b4b84;
  --metal-grey: #1f2328;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Quicksand", sans-serif;
  color: var(--black);
}

header {
  position: sticky;
  top: 0px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
header .header-container {
  position: absolute;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  background-color: var(--white);
  justify-content: space-between;
  margin: 0 auto;
}
header .header-container .header-container-inner {
  z-index: 2;
  display: flex;
  align-items: center;
  width: 76vw;
  justify-content: space-between;
  margin: 0 auto;
}
header .hamburger {
  padding: 0.2em 0.5em;
  padding-right: 0px;
  font-size: 4rem;
  cursor: pointer;
  color: var(--black);
  display: none;
}
header .logo-cont {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}
header .logo-cont .logo-img {
  height: 5rem;
}
header .menu {
  list-style: none;
  display: flex;
  isolation: isolate;
  font-size: 1.8rem;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  align-items: center;
}
header .menu li a {
  text-decoration: none;
  color: var(--black);
  display: block;
  letter-spacing: 0.03em;
}
header .menu li:last-child a {
  color: var(--white);
  background-color: var(--blue);
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 3rem;
  font-weight: 700;
}
header .menu li.active a {
  border-bottom: 3px solid var(--black);
}

#contactUs,
#services,
#work {
  scroll-margin-top: 100px;
}

h1 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(6vw, 11rem, 7vw);
  color: var(--white);
  max-width: 73vw;
  line-height: 1em;
  margin-bottom: 0.175em;
}

h2 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(6vw, 11rem, 7vw);
  color: var(--sky-blue);
}

h3 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1vw, 2.6rem, 3.6vw);
  color: var(--white);
  font-weight: 500;
  margin-bottom: 0.9em;
}

h4 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.8rem, 3.2rem, 3.6vw);
  color: var(--white);
  font-weight: 700;
  margin-top: 1rem;
  letter-spacing: 0.02em;
}

p {
  font-family: "Quicksand", sans-serif;
  font-size: clamp(1.6rem, 1.8rem, 3.6vw);
  color: var(--white);
  margin-top: 0.5em;
}

span {
  font-size: clamp(1vw, 1.8rem, 3.6vw);
}

.contact-button,
#contact-button {
  color: var(--white);
  background-color: var(--blue);
  padding: 0.54em 1.25em 0.6em 1.25em;
  border-radius: 3rem;
  font-weight: 700;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: clamp(1vw, 1.7rem, 2.5vw);
  text-decoration: none;
  transition: all 0.25s;
  letter-spacing: 0.02em;
}
.contact-button:hover,
#contact-button:hover {
  background-color: var(--dark-blue);
  transform: translatey(-0.15em);
  box-shadow: 0em 0.15em 0.35em var(--metal-grey);
}

#contact-button {
  border: none;
}

.home {
  position: relative;
  display: flex;
  height: 97vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-image: url("/images/linebreak-hero.jpg");
  background-size: cover;
  background-position: center;
}
.home .home-content {
  width: 76vw;
}
.home .home-content h3 {
  max-width: 28vw;
}
.home .home-content .home-container {
  display: flex;
  flex-direction: column;
  max-width: 80vw;
}
.home .home-left-tri {
  position: absolute;
  bottom: -2px;
  left: 0 !important;
  background: none;
  z-index: 99;
  left: auto;
  fill: var(--metal-grey);
  stroke-width: 5;
}
.home .home-right-tri {
  position: absolute;
  bottom: -2px;
  right: 0 !important;
  background: none;
  z-index: 99;
  left: auto;
  fill: var(--metal-grey);
  stroke-width: 5;
}

.services {
  position: relative;
  background-color: var(--metal-grey);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}
.services .services-content {
  width: 76vw;
}
.services .services-content .services-container {
  display: flex;
  flex-direction: column;
}
.services .services-content .services-container a {
  display: flex;
  align-self: flex-end;
  margin-top: 3em;
  margin-bottom: 11em;
}
.services .services-content .services-container .services-card-container {
  display: flex;
  width: 76vw;
  justify-content: space-between;
}
.services .services-content .services-container .services-card-container .services-card {
  max-width: 28%;
}
.services .services-content .services-container .services-card-container .services-card img {
  width: 100%;
}
.services .services-content .services-container .services-card-container .services-card .mobile-img {
  display: none;
}
.services .services-left-tri {
  position: absolute;
  bottom: -2px;
  left: 0 !important;
  background: none;
  z-index: 99;
  left: auto;
  fill: var(--blue-jay);
  stroke-width: 5;
}
.services .services-right-tri {
  position: absolute;
  bottom: -2px;
  right: 0 !important;
  background: none;
  z-index: 99;
  left: auto;
  fill: var(--blue-jay);
  stroke-width: 5;
}

.work {
  position: relative;
  background-color: var(--blue-jay);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}
.work .work-content {
  width: 76vw;
}
.work .work-content .work-container {
  display: flex;
  flex-direction: column;
}
.work .work-content .work-container h2 {
  color: var(--white);
}
.work .work-content .work-container .highlight-project-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  width: 100%;
  height: auto;
  margin-bottom: 6rem;
}
.work .work-content .work-container .highlight-project-container .first-work-p {
  margin-bottom: 1em;
}
.work .work-content .work-container .highlight-project-container img {
  width: 36vw;
  height: auto;
}
.work .work-content .work-container .highlight-project-container .highlight-text-container {
  width: 36vw;
}
.work .work-content .work-container .more-project-container {
  display: flex;
  flex-direction: column;
}
.work .work-content .work-container .more-project-container h4 {
  margin-bottom: 4rem;
}
.work .work-content .work-container .more-project-container h3 {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
.work .work-content .work-container .more-project-container p {
  margin-top: 0rem;
}
.work .work-content .work-container .more-project-container a {
  text-decoration: none;
}
.work .work-content .work-container .more-project-container .project-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5rem;
}
.work .work-content .work-container .more-project-container .project-grid .project-card {
  max-width: 33vw;
}
.work .work-content .work-container .more-project-container .project-grid .project-card img {
  max-width: 100%;
}
.work .work-content .work-container .more-project-container .work-button {
  display: flex;
  align-self: flex-end;
  margin-top: 6rem;
  margin-bottom: 10em;
}
.work .work-left-tri {
  position: absolute;
  bottom: -2px;
  left: 0 !important;
  background: none;
  z-index: 99;
  left: auto;
  fill: var(--white);
  stroke-width: 5;
}
.work .work-right-tri {
  position: absolute;
  bottom: -2px;
  right: 0 !important;
  background: none;
  z-index: 99;
  left: auto;
  fill: var(--white);
  stroke-width: 5;
}

#contactUs > div > div > div.left-side > a > i > span {
  color: var(--blue);
  text-decoration: underline;
}

#reach-out {
  margin-top: 0.6rem;
}

#contact-h3 {
  margin-bottom: 1rem;
}

.contactUs {
  position: relative;
  background-color: var(--white);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 10vh;
}
.contactUs .contactUs-content {
  width: 76vw;
}
.contactUs .contactUs-content .contactUs-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
}
.contactUs .contactUs-content .contactUs-container .left-side {
  display: flex;
  flex-direction: column;
}
.contactUs .contactUs-content .contactUs-container .left-side h2,
.contactUs .contactUs-content .contactUs-container .left-side h3,
.contactUs .contactUs-content .contactUs-container .left-side p,
.contactUs .contactUs-content .contactUs-container .left-side i {
  color: var(--black);
}
.contactUs .contactUs-content .contactUs-container .left-side i {
  font-size: 1.8rem;
  margin-top: 2rem;
}
.contactUs .contactUs-content .contactUs-container .left-side i span {
  padding-left: 2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
.contactUs .contactUs-content .contactUs-container .right-side img {
  max-width: 38vw;
}
.contactUs .contactUs-content .contactUs-container form {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  width: 100%;
}
.contactUs .contactUs-content .contactUs-container form label {
  font-size: clamp(1vw, 2.6rem, 3.6vw);
  margin-bottom: 1rem;
}
.contactUs .contactUs-content .contactUs-container form input {
  font-size: clamp(1vw, 1.8rem, 3.6vw);
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  padding: 0.5em 0 0.5em 0.25em;
  margin-bottom: 2rem;
}
.contactUs .contactUs-content .contactUs-container form textarea {
  resize: none;
  font-size: clamp(1vw, 1.8rem, 3.6vw);
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
  padding: 0.45rem 0 0 0.45rem;
}

footer {
  z-index: 2;
  display: flex;
  justify-content: center;
  background-color: var(--metal-grey);
  color: var(--white);
  height: 30vh;
}
footer hr {
  height: 2px;
  color: var(--white);
  width: 76vw;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer .footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 76vw;
  height: auto;
}
footer .footer-container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 76vw;
  position: relative;
}
footer .footer-container .top ul {
  list-style-type: none;
  position: relative;
  top: 5px;
}
footer .footer-container .top ul li {
  margin-bottom: 1rem;
}
footer .footer-container .top ul li a {
  text-decoration: none;
  color: var(--white);
  display: block;
  letter-spacing: 0.03em;
  font-size: clamp(1vw, 1.8rem, 3.6vw);
}
footer .footer-container .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 76vw;
  position: relative;
}
footer .footer-container .bottom ul {
  list-style-type: none;
  position: relative;
  top: 12px;
  display: flex;
  flex-direction: row;
}
footer .footer-container .bottom ul li {
  margin-bottom: 1rem;
  padding-right: 1.5rem;
}
footer .footer-container .bottom ul li a {
  text-decoration: none;
  color: var(--white);
  display: block;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
}
footer .footer-container .bottom .copyright {
  font-size: 1.2rem;
}
footer .footer-container .logo-cont {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}
footer .footer-container .logo-cont .logo-img {
  height: 5rem;
}

.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: var(--metal-grey);
  flex-direction: column;
}
.error-page .error-images {
  flex-direction: row;
}
.error-page .error-images .logo-cont {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}
.error-page .error-images .logo-cont .logo-img {
  height: 5rem;
}

@media (max-width: 1420px) {
  .home .home-content h3 {
    max-width: 35vw;
  }
}
@media (max-width: 1250px) {
  .highlight-project-container {
    flex-direction: column;
    width: 100%;
  }
  .highlight-project-container img {
    width: 100% !important;
  }
  .highlight-project-container .highlight-text-container {
    width: 100% !important;
  }
}
@media (max-width: 1135px) {
  .home .home-content h3 {
    max-width: 45vw;
  }
}
@media (max-width: 850px) {
  .work {
    position: relative;
    background-color: var(--blue-jay);
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
  }
  .work .work-content .work-container .more-project-container .project-grid .project-card {
    max-width: 76vw;
  }
  .work .work-content .work-container .more-project-container .project-grid .project-card img {
    max-width: 100%;
  }
  .work .work-content .work-container .more-project-container .work-button {
    display: flex;
    align-self: flex-end;
    margin-top: 8rem;
    margin-bottom: 18rem;
  }
}
@media (max-width: 900px) {
  header {
    position: sticky;
    top: 0px;
    z-index: 100;
    min-width: 76vw;
  }
  .diagonal {
    height: 70px;
  }
  .left-triangle {
    width: 35%;
  }
  .contact-button,
  #contact-button {
    font-size: clamp(1vw, 1.7rem, 4vw);
  }
  header .hamburger {
    display: block;
  }
  header nav {
    transition: height 600ms cubic-bezier(0, 0.89, 0.58, 1);
    height: 0;
    overflow: hidden;
    flex: 0 0 100%;
  }
  header nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  header nav ul li:last-of-type {
    margin-bottom: 0.75em;
  }
  header nav ul li a {
    padding: 0.45em;
    margin: 0.4em 0em;
    border-radius: 0.5em;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    width: 76vw;
  }
  header nav ul li.active a {
    border-radius: 0;
  }
  header > div.header-container,
  header > div.header-container > div.header-container-inner {
    flex-wrap: wrap;
  }
  .home .home-content h3 {
    max-width: 51vw;
  }
  .services-container a {
    margin-bottom: 8em !important;
    margin-top: 1em !important;
  }
  .work .work-content .work-container .more-project-container .work-button {
    margin-bottom: 8em !important;
    margin-top: 3em !important;
  }
  .services-card-container {
    flex-direction: column;
  }
  .services-card {
    max-width: 100% !important;
    margin-bottom: 6vh;
  }
  .services-card .mobile-img {
    display: block !important;
    width: 100%;
  }
  .services-card .desktop-img {
    display: none;
  }
  .project-grid {
    justify-content: space-around !important;
  }
  #contactUs > div > div > div.right-side > img {
    max-width: 100% !important;
  }
  .contactUs-container {
    display: flex !important;
    flex-direction: column;
  }
  .contactUs-container .left-side {
    padding-bottom: 3rem;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: clamp(7vw, 11rem, 12vw) !important;
  }
  h3 {
    font-size: clamp(3vw, 2.6rem, 5.6vw) !important;
  }
}
@media (max-width: 400px) {
  .diagonal {
    height: 50px;
  }
}/*# sourceMappingURL=style.css.map */