@import "./fonts.css";

/* General */

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #222;
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0ee684;
}

p {
  text-align: center;
}

h2 {
  font-family: "Cormorant Garamond", sans-serif;
  text-align: center;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin: 0.8rem auto 1rem auto;
}

hr.style-eight {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  /* border-top: medium double #333; */
  color: #333;
  text-align: center;
  width: 20%;
}
hr.style-eight:after {
  content: "*";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

.reduced-body {
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 5px rgba(58, 190, 98, 0.4) !important;
}
.btn-primary {
  background-color: #306856;
  border: 1px solid #306856;
}

.btn-primary:hover {
  background-color: #4e8674;
  border: 1px solid #4e8674;
}

.btn-outline-primary {
  color: #306856;
  border: 1px solid #306856;
}

.btn-outline-primary:hover {
  color: white;
  background-color: #4e8674;
  border: 1px solid #4e8674;
}

.choiceButtons {
  width: 75%;
}

.serviceButton {
  margin-left: 5px;
  margin-right: 5px;
}

.serviceButton.active {
  background-color: #306856 !important;
  border: 1px solid #306856 !important;
  color: white !important;
}

.padding {
  padding-bottom: 2rem;
}

.welcome {
  margin: 0 auto;
  padding-top: 2rem;
  color: rgb(243, 243, 243);
}

/*--- Fixed Background Image --*/

figure {
  position: relative;
  width: 100%;
  height: 80%;
  margin: 0 !important;
}

.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fixed {
  /* background: url("../img/landing-dark.jpg"); */
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/landing-dark.jpg");
  background-attachment: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.fixed {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  width: 100% !important;
  height: 30% !important;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.centre-contents {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Navigation */

.navbar-nav li {
  padding-right: 20px;
}

.nav-link {
  color: white;
  font-size: 0.8em !important;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.nav-link:hover,
.active {
  color: rgb(168, 172, 177);
}

.contactButton {
  font-size: 0.8em !important;
  letter-spacing: 0.2em;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

#navigationBar {
  z-index: 100;
  position: fixed !important;
  padding: 0;
  transition: 0.5s;
}

#navigationBar.smallNav {
  background-color: #222 !important;
  max-height: 40px;
}

#logo {
  transition: 0.5s;
  height: 100%;
  min-width: 170px;
  /*   filter: invert(100%) sepia(100%) saturate(5%) hue-rotate(246deg)
    brightness(112%) contrast(91%); */
}

/* #logo.smallNav {
  max-height: 40px;
} */

#nav-bar-container {
  height: 80px;
  padding: 5px 0px 5px 0px;
  transition: 0.5s;
}

#nav-bar-container.smallNav {
  background-color: #222 !important;
  height: 50px;
}

/* Anchor Link Adjustments */

.services-anchor {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}

/* Landing */

#landing {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

#landing span {
  font-family: "Cormorant Garamond", sans-serif;
  text-transform: uppercase;
}

.splash hr {
  opacity: 1;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

.splash .display-2 {
  letter-spacing: 0.25em;
}

/* Service Categories */
.service {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
}

.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Sliders */

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  border-radius: 5px;
  flex-shrink: 0;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #306856;
}

/* Sliding Text */

.ml12 {
  font-weight: 200;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}

/* Font Awesome Icons */

.fa-handshake,
.fa-award {
  color: #c28719;
}

.fa-pencil-ruler {
  color: #72592c;
}

.fa-bars {
  color: white;
  font-size: 1.5em;
}

.fa-handshake,
.fa-pencil-ruler,
.fa-award {
  font-size: 4em;
  margin: 1rem;
}

.transition-div div {
  transition: 1s ease-in-out;
}

/* Contact Form */
input {
  outline: none;
  border: none;
}
textarea {
  outline: none;
  border: none;
}
textarea:focus,
input:focus {
  border-color: transparent !important;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  color: #adadad;
}
input:-moz-placeholder {
  color: #adadad;
}
input::-moz-placeholder {
  color: #adadad;
}
input:-ms-input-placeholder {
  color: #adadad;
}
textarea::-webkit-input-placeholder {
  color: #adadad;
}
textarea:-moz-placeholder {
  color: #adadad;
}
textarea::-moz-placeholder {
  color: #adadad;
}
textarea:-ms-input-placeholder {
  color: #adadad;
}
button {
  outline: none !important;
  border: none;
  background: 0 0;
}
button:hover {
  cursor: pointer;
}
iframe {
  border: none !important;
}
.txt1 {
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
.txt2 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.6;
  color: #999;
}
.txt3 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.6;
  color: #00ad5f;
}
.size1 {
  width: 355px;
  max-width: 100%;
}
.size2 {
  width: calc(100% - 43px);
}
.container-contact100 {
  width: 100%;
  min-height: 90vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;
}
.wrap-contact100 {
  width: 1120px;
  min-height: 75vh;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
.contact100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0;
}
.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.contact100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px;
}
.contact100-form-title {
  width: 100%;
  display: block;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}
.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}
.rs2-wrap-input100 {
  border-left: none;
}
.label-input100 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}
.input100 {
  display: block;
  width: 100%;
  background: 0 0;
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #666;
  line-height: 1.2;
  padding: 0 25px;
}
input.input100 {
  height: 55px;
}
textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #00ad5f;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}
.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  background: #00ad5f;
  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn:hover {
  background: #333;
}

.success {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Footer */

footer {
  background-color: #222;
  color: #d5d5d5;
  padding-top: 2rem;
}

#footer-logo {
  max-width: 225px;
  margin-top: 0;
  margin-bottom: 18px;
}

img.houzz {
  color: transparent;
}

.houzz span {
  margin-left: 3px;
  white-space: nowrap;
}

footer a {
  color: #d5d5d5;
}

footer p {
  text-align: unset;
}

/*---Media Queries --*/
@media (max-width: 992px) {
  .social a {
    font-size: 4em;
    padding: 2rem;
  }

  .service {
    flex-direction: column !important;
  }

  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px;
  }
  .contact100-more {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .contact100-form {
    width: 100%;
  }
  .contact100-more {
    width: 100%;
  }

  .display-4 {
    font-size: 200%;
  }

  .social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }

  .navbar-collapse {
    height: 100%;
    width: 125px;
    border-bottom-left-radius: 3px;
    text-align: right;
    position: absolute;
    top: 60px;
    right: 1px;
    transition: 0.1s ease;
  }

  .navbar-collapse.smallNav {
    top: 50px;
    height: unset;
    background-color: #222;
    opacity: 0.85;
  }
  .navbar-collapse ul {
    align-items: unset !important;
  }

  footer {
    text-align: center;
  }
  #fixed,
  .fixed {
    background-attachment: scroll !important;
  }
}
@media (max-width: 576px) {
  .ml12 {
    font-size: 1em;
  }

  .contact100-form {
    padding: 56px 15px 63px;
  }
  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }
  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }

  .display-4 {
    font-size: 160%;
  }

  .social a {
    font-size: 2rem;
    padding: 0.7rem;
  }
}

@media (max-width: 400px) {
  #about h2 {
    font-size: 18px;
  }
}

@media (max-width: 319px) {
  .ml12 {
    font-size: 0.85em;
  }
}
.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f12a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-height: 775px) {
  #landing .welcome {
    padding-top: 11rem;
  }
  #logo {
    max-height: 30px;
  }
}

@media (max-height: 400px) {
  #landing .welcome {
    padding-top: 7rem;
  }
  .splash .display-6 {
    font-size: calc(1rem + 1vw);
  }
  .splash .display-2 {
    font-size: calc(1rem + 3.9vw);
  }
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}

#team::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
