@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&family=Ubuntu:wght@400;500;700&display=swap");

.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgba(0, 0, 0, 0.5); */
}

#banner-1 {
  background: url("../images/HomePage-Image1.jpg");
  width: 100vw;
  height: 86vh;
  background-size: cover;
}

#banner-2 {
  background: url("../images/HomePage-Image2.jpg");
  width: 100vw;
  height: 86vh;
  background-size: cover;
}

#banner-3 {
  background: url("../images/banner-3.jpg");
  width: 100vw;
  height: 86vh;
  background-size: cover;
}

#banner-4 {
  background: url("../images/site-photos/home-slider4.jpg");
  width: 100vw;
  height: 86vh;
  background-size: cover;
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 85vh;
}

.banner-content-inner {
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 20px 40px;
  color: #ffffff;
  text-align: center;
}

.banner-h1 {
  font-family: "Ubuntu", sans-serif;
  position: relative;
  z-index: 2;
  font-size: 3.5rem;
  letter-spacing: 1px;
  display: inline-block;
  animation: dots 2s ease-out infinite;
  text-shadow: 2px 2px #111111;
  font-weight: 500;
  margin: 2.5rem;
}

.banner-h3 {
  font-family: "Ubuntu", sans-serif;
  position: relative;
  z-index: 2;
  padding: 12px;
}

.hero-btn {
  font-family: "TitilliumWeb-Regular", sans-serif;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 12px;
}

.btn-success {
  background-color: #7ad047;
}

.about-detail {
  font-size: 1.15rem;
  font-family: "TitilliumWeb-Regular", sans-serif;
}

.about-detail-img {
  width: 100%;
  border-radius: 25px;
}

/*============= FEATURES SECTION =============*/

.btn-sm {
  border-width: medium;
  border-radius: 0;
  padding: 0.5rem 1.1rem;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 1rem;
}
.btn-nuno {
  background-color: #7ad047;
  color: white;
}
.btn-nuno:hover {
  background-color: #56a129;
  color: white;
}
h3.heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 1.9rem;
}
.heading-underline {
  width: 3rem;
  height: 0.2rem;
  background-color: #7ad047;
  margin: 0 auto 2rem;
}
.feature span {
  color: #7ad047;
  margin-bottom: 0.6rem;
}
.feature h3 {
  text-transform: uppercase;
  font-size: 1.3rem;
  padding-bottom: 0.4rem;
}

.lead {
  font-size: 16px;
  text-align: justify;
}

/*===== FIXED BACKGROUND IMG DARK =====*/

/*--- iOS Fixed Background Image --*/
.fixed {
  position: relative;
  width: 100%;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
}
.fixed-dark {
  background-image: url("../images/site-photos/bg1.jpeg");
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  z-index: -1;
  top: 0;
  left: 0;
  display: table;
}
.dark {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  z-index: 1000;
}

.client-logo {
  height: 2.5rem;
}

.client-row {
  padding: 2rem;
}

.icon-cl {
  height: 4rem;
  margin: 1rem;
}

.carousel-indicators [data-bs-target] {
  height: 6px !important;
}

@media screen and (max-width: 992px) {
  #banner-1,
  #banner-2,
  #banner-3,
  #banner-4 {
    height: 75vh;
  }
  .banner-h1 {
    font-size: 6vw;
  }

  .client-row {
    padding: 1rem;
  }
  .logo-div {
    padding: 1.5rem;
  }
  .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 75vh;
  }
}
