/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding-top: 80px;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-VariableFont_wght.woff2") format("woff2-variations");
  src: url("../fonts/Outfit-VariableFont_wght.woff2") format("woff2") tech("variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}
header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 80px;
}

.nav {
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px 30px;
  font-weight: 500;
  font-size: 18px;
}
.nav .splitter {
  flex-grow: 2;
}

.nav a {
  text-decoration: none;
  color: #000;
}

.nav a:first-child {
  width: 194px;
  height: 66px;
}

.nav #menu-toggle {
  display: none;
}

@media screen and (max-width: 600px) {
  .nav a:not(:first-child) {
    display: none;
  }
  .nav a#menu-toggle {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .nav.nav--open {
    position: relative;
  }
  .nav.nav--open #menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav.nav--open a {
    float: none;
    display: block;
    text-align: left;
  }
}
.menu-toggle__bar1, .menu-toggle__bar2, .menu-toggle__bar3 {
  width: 21px;
  height: 3px;
  background-color: #000000;
  margin: 4px 0;
  transition: 0.3s;
}

.menu-toggle--open .menu-toggle__bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}

.menu-toggle--open .menu-toggle__bar2 {
  opacity: 0;
}

.menu-toggle--open .menu-toggle__bar3 {
  transform: translate(0, -7px) rotate(45deg);
}

body {
  color: rgb(0, 0, 0);
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0px;
  text-align: left;
  line-height: 1.4;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .wrap {
    padding: 0 20px;
  }
}

section#top {
  padding: 10vw 0 calc(10vw + 65px);
  background: url(../images/marko-blazevic-4ibyBpL6bBA-unsplash.jpg);
  background-size: cover;
  position: relative;
}
section#top h1 {
  color: rgb(255, 255, 255);
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.1;
  max-width: 615px;
}
@media (max-width: 767px) {
  section#top h1 {
    font-size: 28px;
  }
}
section#top :after {
  content: "";
  background: url(../images/pondhawktech-logo-mark-full-color-rgb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px;
  width: 110px;
  z-index: 40;
  position: absolute;
  bottom: 40px;
  right: 20vw;
}
@media (max-width: 767px) {
  section#top :after {
    right: 10vw;
    height: 75px;
    width: 55px;
  }
}

section#top::before {
  content: "";
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: -0.3%;
  left: 0;
  background-size: auto;
  background-repeat: repeat no-repeat;
  background-position: 39vw bottom;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200  134' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 98L50 92C100 86 200 74 300 50C400 26 500 -10 600 2C700 14 800 74 900 98C1000 122 1100 110 1150 104L1200 98V134H1150C1100 134 1000 134 900 134C800 134 700 134 600 134C500 134 400 134 300 134C200 134 100 134 50 134H0V98Z' fill='%23ffffff'/></svg>");
}

@media (max-width: 850px) {
  section#top::before {
    height: 65px;
  }
}
#services {
  width: 100%;
}
#services h2 {
  opacity: 1;
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 4px;
  text-align: center;
  margin: 50px 0;
}
#services h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0 0 20px;
  line-height: 1.1;
}

.service {
  width: 100%;
  position: relative;
  min-height: 700px;
}
.service .wrap img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .service .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .service .wrap .content {
    max-width: 55%;
  }
  .service .wrap img {
    max-width: 40%;
    height: auto;
    margin-bottom: 0px;
  }
}

.two, .four {
  color: #fff;
}

.five {
  min-height: auto;
  margin-top: 50px;
}

.one .wrap, .three .wrap, .five .wrap {
  flex-direction: row-reverse;
}

.service.three:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/background-2.png) no-repeat;
  background-size: 200% 100%;
  color: #fff;
  height: 100%;
  bottom: 90%;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .service.three:before {
    bottom: 90%;
    height: 1135px;
    width: 100%;
    background-size: 100% 100%;
  }
}

.service.three:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/background-3.png) no-repeat;
  background-size: 400% 100%;
  color: #fff;
  z-index: -1;
  top: 50%;
  height: 150%;
  width: 100%;
}
@media (min-width: 768px) {
  .service.three:after {
    top: 0;
    height: 1400px;
    background-size: 100% 100%;
  }
}

section#about {
  background: url(../images/BottomFooterImage-Desk.png) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 130px 0 100px 0;
  margin-top: 50px;
  color: #fff;
  position: relative;
}
section#about .wrap {
  max-width: 675px;
  margin: 0 auto;
}
section#about .wrap h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section#contact {
  background: #001C27;
  padding: 50px 0;
  color: #fff;
}
section#contact a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}
section#contact a:first-child {
  padding-right: 10px;
  margin-right: 8px;
  border-right: solid 1px #fff;
}

footer {
  background: #001C27;
  padding: 20px 0;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}

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