/*
Theme Name: Aura
Author: hatched.agency
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.6
Version: 1.0
*/
:root {
  --color-text: #404041;
  --color-dark: #1b2b35;
  --color-pink: #eb008b;
  --color-pink-light: #f9c4c6;
  --color-grey-light: #efefef;
  --color-grey-mid: #cccccc;
  --color-grey-dark: #404041;
  --radius-large: 5em;
}

@media only screen and (max-width: 992px) {
  :root {
    --radius-large: 3em;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  margin: 0;
  font-size: 13px;
  color: var(--color-text);
  letter-spacing: 0.05rem;
}

/*  UI */
.overflow-h {
  overflow: hidden;
}

span.pink-header {
  text-transform: uppercase;
  background-color: var(--color-pink);
  color: white;
  padding: 0em 1.2em;
  border-radius: 3px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  display: inline-block;
  font-weight: 500;
}

.dot {
  height: 5px;
  width: 5px;
  background-color: var(--color-pink);
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.5em 0.17em;
}

.image {
  border-bottom-right-radius: var(--radius-large);
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.content-1 h3,
.content-0 h3 {
  font-family: "myriad-pro", sans-serif;
  font-size: 3.5rem;
  color: var(--color-dark);
  display: inline;
  top: 0.2em;
  position: relative;
}

.btn-secondary {
  text-transform: none;
  background-color: var(--color-pink);
  border: 0;
  font-size: 0.9rem;
  padding: 0.1em 0.5em;
}

.btn-dark {
  font-size: 1rem;
  background-color: var(--color-dark);
  color: white;
  text-transform: uppercase;
  padding: 0.2em 1.8em 0.3em;
  letter-spacing: 0.1em;
  border-radius: 3px;
  position: relative;
  font-weight: 500;
  transition: background-color 0.3s;
}

.btn-white {
  background-color: white;
  color: var(--color-dark);
}

.btn-dark::after {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -6px;
  right: -20px;
  content: "";
  background-size: cover;
  transition: 0.15s;
  background-image: url(/wp-content/themes/aura/assets/images/darkbtn-icon.svg);
}

.btn-white::after {
  background-image: url(/wp-content/themes/aura/assets/images/whitebtn-icon.svg);
}

.btn-dark:hover::after {
  width: 45px;
  height: 45px;
  top: -10px;
  right: -25px;
  transform: rotateY(360deg);
}

.btn-dark:hover {
  background-color: var(--color-pink);
  text-decoration: none;
}

/* Navbar */
.navbar {
  padding: 0em 0.5em;
}

.navbar-nav {
  margin: 0 auto;
  align-items: center;
}

.animated-icon1 {
  width: 40px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: white;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2),
.animated-icon1 span:nth-child(3) {
  top: 10px;
}

.animated-icon1 span:nth-child(4) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon1.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon1.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon1.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

nav li {
  margin: 0 1rem;
}

nav .navbar-toggler {
  border: none;
}

nav a {
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  position: relative;
  transition: color 0.3s;
}

nav a:hover {
  color: var(--color-pink);
  text-decoration: none;
}

.dropdown-item:active {
  background-color: white;
  color: var(--color-pink);
}

nav .dropdown-menu {
  left: -62%;
  background-color: transparent;
  border: 0;
  padding-top: 0;
  margin-top: -7px;
}

nav .dropdown-menu img {
  width: 15px;
  margin: 0 auto 0.3em;
  display: block;
}

nav .dropdown-menu > div {
  background-color: var(--color-pink);
  border-radius: 5px;
  padding: 0.25em 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

nav .dropdown-menu hr {
  margin: 0 2em;
}

nav .dropdown-item {
  text-transform: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
}

#masthead img.logo {
  width: 150px;
  margin: 1em 0;
}

#hero.alt img.logo {
  width: 100px;
  margin: 1em 0 1.5em;
}

/* Content */
.content-0 {
  padding: 3em 6em 3em 1em;
  font-weight: 300;
}

@media only screen and (max-width: 992px) {
  .content-0 {
    padding: 3em 2em 3em 1em;
    font-weight: 300;
  }
}
.content-1 {
  padding: 3em 2em 4em 4em;
  font-weight: 300;
}

.content-1 p:first-of-type,
.content-0 p:first-of-type {
  margin-top: 1.4em;
  font-size: 1.1rem;
}

.content-1 p:last-of-type,
.content-0 p:last-of-type {
  margin-bottom: 2.5em;
}

.content-1.alt {
  padding: 0 2em 4em 1em;
  font-weight: 300;
}

/* Sections */
#hero {
  background-color: var(--color-dark);
  background-image: url(/wp-content/themes/aura/assets/images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 0;
  color: white;
}

#hero.alt {
  background-color: var(--color-dark);
  background-image: none;
  padding: 0;
  color: white;
}

#hero h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

#hero h1 > span {
  color: var(--color-pink);
  display: block;
}

#hero h2 {
  font-size: 1.4rem;
  font-weight: 300;
  width: 100%;
  padding-right: 4em;
}

#hero h2 > span {
  font-weight: 700;
}

#hero > div {
  margin: 0;
  background-color: rgba(27, 43, 53, 0.9176470588);
}

#hero .cutout-1 {
  padding: 2.5em 1.5em 2em 2.5em;
  border-top-left-radius: 2em;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  overflow: hidden;
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #6facd2;
  background-image: url(/wp-content/themes/aura/assets/images/herofakebg.png);
}

#hero .cutout-2 {
  background-image: url(/wp-content/themes/aura/assets/images/60yearbg.png);
  padding: 1.5em;
  border-top-left-radius: 2em;
  font-size: 0.8rem;
  text-align: center;
}

#hero .cutout-2 h1 {
  font-size: 4.5rem;
  line-height: 3.5rem;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  font-weight: 800;
  padding-top: 0.1em;
}

#hero .mobile {
  background-image: url(/wp-content/themes/aura/assets/images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
}

#hero .mobile .cutout-2,
#hero .mobile .cutout-1 {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 992px) {
  #hero h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #hero h2 {
    font-size: 1.1rem;
    padding-bottom: 1.5em;
  }
}
.cutout-2 h2 {
  text-transform: uppercase;
  line-height: 0.6rem;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.cutout-2 h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 0;
  margin-top: 1em;
  letter-spacing: 0.063rem;
}

#benefits {
  position: relative;
  overflow: hidden;
}

#benefits .blades {
  filter: brightness(0.85);
  opacity: 0.35;
}

#benefits .image {
  background-image: url("/wp-content/themes/aura/assets/images/image-1.jpg");
}

#client-representation .image {
  background-image: url("/wp-content/themes/aura/assets/images/image-6.jpg");
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--radius-large);
}

#engineers .image {
  background-image: url("/wp-content/themes/aura/assets/images/image-7.jpg");
  border-bottom-right-radius: 0;
  border-bottom-left-radius: var(--radius-large);
}

@media only screen and (max-width: 992px) {
  #project-management .image,
  #benefits .image,
  #engagement .image {
    min-height: 400px;
  }
}
.blades {
  position: absolute;
  top: -325px;
  bottom: 0;
  right: 0;
  width: 700px;
  pointer-events: none;
}

.blades div {
  position: absolute;
  width: 700px;
  top: 50px;
  transform: scale(0.6);
  z-index: -1;
}

.blades img.blade {
  -webkit-animation: spin 3.5s linear infinite;
  -moz-animation: spin 3.5s linear infinite;
  animation: spin 3.5s linear infinite;
}

.blades div:nth-child(1) img.blade {
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

.blades div:nth-child(2) img.blade {
  -webkit-animation: spin 4.5s linear infinite;
  -moz-animation: spin 4.5s linear infinite;
  animation: spin 4.5s linear infinite;
}

.blades img.base {
  position: absolute;
  top: 310px;
  left: 315px;
  width: 80px;
}

.blades div:nth-child(1) {
  top: 140px;
  left: -25px;
  transform: scale(0.75);
}

.blades div:nth-child(2) {
  top: 230px;
  left: 15px;
  transform: scale(1);
}

.blades div:nth-child(3) {
  top: 340px;
  left: -50px;
  transform: scale(1.1);
}

.blades div:nth-child(5) {
  display: none;
}

.blades div:nth-child(6) {
  display: none;
}

#value > div {
  background-color: var(--color-grey-mid);
  border-top-left-radius: var(--radius-large);
  margin-left: 5em;
}

#value .image {
  border-bottom-left-radius: var(--radius-large);
  border-bottom-right-radius: 0;
  background-image: url("/wp-content/themes/aura/assets/images/image-2.jpg");
}

@media only screen and (max-width: 992px) {
  .blades {
    width: 100vw;
  }
  #value .image {
    min-height: 400px;
  }
  #value .image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: var(--radius-large);
  }
  #value > div {
    margin-left: 2em;
    border-top-left-radius: 0;
    border-bottom-left-radius: var(--radius-large);
  }
}
#stats {
  background-color: var(--color-pink);
  color: white;
  padding: 6em 3em;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/aura/assets/images/turbines.svg");
}

#stats .item h6 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 4rem;
}
#stats .item h6 > span {
  vertical-align: super;
}

@media only screen and (max-width: 992px) {
  #stats {
    background-size: 300%;
  }
  #stats .item h6 {
    font-size: 7em;
    line-height: 5rem;
  }
}
#stats .item:first-of-type h6 {
  color: var(--color-pink);
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

#stats .item:nth-child(2) h6 {
  color: var(--color-pink);
  text-shadow: -1px -1px 0 var(--color-dark), 1px -1px 0 var(--color-dark), -1px 1px 0 var(--color-dark), 1px 1px 0 var(--color-dark);
}

#stats .item:nth-child(2) span {
  color: var(--color-dark);
}

#stats .col-3:nth-child(3) h6 {
  color: white;
}

#stats .item span {
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  text-shadow: none;
  text-transform: uppercase;
}

#engagement .image {
  background-image: url("/wp-content/themes/aura/assets/images/image-3.jpg");
}

#project-management .image {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: var(--radius-large);
  background-image: url("/wp-content/themes/aura/assets/images/image-5.jpg");
}

#quality-control > div,
#services > div {
  margin-left: 5em;
  background-color: var(--color-grey-dark);
  color: white;
  border-top-left-radius: var(--radius-large);
}

#quality-control h3,
#services h3 {
  color: white;
}

#quality-control .image,
#services .image {
  border-bottom-right-radius: 0;
  background-image: url("/wp-content/themes/aura/assets/images/image-4.jpg");
}

@media only screen and (max-width: 992px) {
  #value {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 80%, var(--color-grey-mid) 80%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 80%, var(--color-grey-mid) 80%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 80%, var(--color-grey-mid) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1b2b35",GradientType=1);
  }
  #quality-control,
  #services {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 80%, var(--color-grey-dark) 80%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 80%, var(--color-grey-dark) 80%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 80%, var(--color-grey-dark) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1b2b35",GradientType=1);
  }
  #quality-control .image {
    height: 400px;
    border-top-right-radius: var(--radius-large);
  }
  #engineers .image {
    height: 400px;
    border-bottom-right-radius: var(--radius-large);
    border-bottom-left-radius: 0;
  }
  #client-representation .image {
    height: 400px;
  }
  #services .image {
    height: 400px;
    padding-left: 4em;
    border-bottom-right-radius: var(--radius-large);
  }
  #services > div {
    margin-left: 2em;
  }
}
#colophon .top {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 33%, rgb(235, 0, 139) 33%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 33%, rgb(235, 0, 139) 33%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 33%, rgb(235, 0, 139) 33%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eb008b",GradientType=1);
  background-color: var(--color-pink);
}

#colophon .bottom {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 33%, var(--color-dark) 33%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 33%, var(--color-dark) 33%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 33%, var(--color-dark) 33%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1b2b35",GradientType=1);
}

#colophon .top .container {
  background-color: var(--color-pink);
  border-top-left-radius: var(--radius-large);
  background-size: 100%;
  background-position-x: right;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/aura/assets/images/turbines.svg");
}

#colophon .top .content {
  padding: 1em;
  color: white;
  font-size: 1.6rem;
  font-family: "myriad", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  align-items: flex-start;
}

#colophon .top .content span {
  color: var(--color-dark);
}

#colophon .top .content img {
  width: 65px;
  float: left;
  margin-right: 20px;
}

#colophon .bottom .fill {
  background-color: var(--color-pink);
}

#colophon .bottom .content-2.alt,
#colophon .bottom .fill.alt {
  background-color: white;
}

#colophon .bottom .content-2 {
  color: white;
  background-color: var(--color-pink);
  font-size: 0.85rem;
  display: flex;
  flex-direction: column;
}

#colophon .bottom h3 {
  font-size: 3rem;
  font-weight: 600;
}

#colophon .bottom p {
  margin: 0;
}

#colophon .bottom div.wrap {
  overflow: hidden;
  background: var(--color-dark);
}

#colophon .bottom p:last-of-type {
  margin-bottom: 1em;
}

#colophon .bottom .content-2 > div {
  border-top-left-radius: var(--radius-large);
  background-color: var(--color-dark);
  padding: 2em 0 2em 4em;
  display: flex;
  flex-direction: column;
}

#colophon .bottom .content-3 > .menu {
  background-color: var(--color-dark);
  float: right;
}

#colophon .blades {
  transform: scale(0.95) translateY(10px);
}

#colophon .blades img {
  filter: sepia(100%) contrast(100%) saturate(5000%) hue-rotate(237deg);
}

#colophon .social {
  float: left;
  padding-right: 1em;
}

.social-wrap {
  display: flex;
  align-items: center;
}

#colophon a {
  color: white;
  transition: color 0.3s;
}

#colophon a:hover {
  color: var(--color-pink);
  text-decoration: none;
  text-shadow: 0 0 0 white;
}

#colophon .social img {
  width: 30px;
  transition: filter 0.3s;
}

#colophon .social img:hover {
  filter: brightness(5);
}

#colophon h4 {
  font-size: 1rem;
  text-transform: uppercase;
}

#colophon .menu {
  padding: 2em;
}

@media only screen and (max-width: 992px) {
  .menu-wrap {
    border-left: 21px solid var(--color-pink);
  }
  #colophon .bottom .content-3 > .menu {
    float: none;
    padding-left: 3em;
  }
  #colophon .top .content {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .social-wrap {
    flex-flow: column;
    align-items: flex-start;
  }
}
#colophon .menu li {
  list-style-type: none;
  color: white;
  margin-left: -40px;
  font-size: 0.8rem;
}

.site-info {
  padding: 1em 0 2em 7.5em;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 992px) {
  .site-info {
    padding: 1em 0;
  }
}
.site-info a {
  color: var(--color-text);
  padding: 0 0.25em;
}

/* Services */
#hero.alt .bottom {
  background-color: #c5c5c5;
  padding-top: 5em;
  overflow: hidden;
  position: relative;
}

#hero.alt .bottom li > a {
  color: var(--color-pink);
}

#hero.alt .bottom h1 {
  color: var(--color-dark);
  font-size: 7rem;
  z-index: 999;
  position: relative;
  line-height: 6rem;
}

#hero.alt .blades {
  width: 100vw;
  filter: brightness(9);
  right: -30%;
}

#hero.alt .blades div:nth-child(1) {
  top: 100px;
  left: -250px;
  transform: scale(1.1);
}

#hero.alt .blades div:nth-child(2) {
  top: 70px;
  left: 0px;
  transform: scale(0.9);
}

#hero.alt .blades div:nth-child(3) {
  top: 30px;
  left: 150px;
  transform: scale(0.85);
}

#hero.alt .blades div:nth-child(4) {
  top: 10px;
  left: 330px;
  transform: scale(0.9);
}

#hero.alt .blades div:nth-child(5) {
  display: block;
  top: 150px;
  left: 550px;
  transform: scale(1.2);
}

#hero.alt .blades div:nth-child(6) {
  display: block;
  top: 100px;
  left: 750px;
  transform: scale(0.9);
}

#hero.alt li {
  color: var(--color-pink);
  list-style-type: none;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.5rem;
}

@media only screen and (max-width: 992px) {
  #hero.alt .bottom h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Form */
.wpcf7-form span,
.wpcf7-form label,
.wpcf7-form textarea,
.wpcf7-form input[type=email],
.wpcf7-form input[type=text] {
  width: 90%;
  display: block;
}

.wpcf7-form label {
  color: var(--color-dark);
  font-weight: 300;
}

.wpcf7-form textarea,
.wpcf7-form input[type=email],
.wpcf7-form input[type=text] {
  padding: 0.5em;
  border: 0;
  margin-top: 0.2em;
  background-color: var(--color-grey-light);
}

.wpcf7-form textarea {
  border-bottom-right-radius: var(--radius-large);
}

.wpcf7-form div.wpcf7-response-output {
  border: 0;
  color: red;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

#contact {
  font-weight: 300;
}

#contact .image {
  background-image: url(/wp-content/themes/aura/assets/images/image-3.jpg);
}

#contact a {
  color: var(--color-pink);
}

.site-footer {
  position: relative;
}

.copy {
  color: white;
  font-size: 0.85em;
}

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