/***

  Global CSS
  Ecoteck Electrique
  Author: Gabriel Tavares
  Version 1.0

***/

@import url("https://fonts.googleapis.com/css?family=Arimo:400,700|Roboto:300i,400,400i,500,700|Material+Icons&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import 'components/services.css';
@import 'components/feature.css';
@import 'components/reviews.css';
@import 'components/footer.css';
@import 'components/about.css';
@import 'components/team.css';
@import 'components/jobs.css';
@import 'components/projects.css';
@import 'components/estimates.css';
@import 'components/terms-privacy.css';

body {
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.navbar a {
  color: #000;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 3.125rem;
}

h2 {
  font-family: Arimo, sans-serif;
}

h5 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px
}

.mt-ban {
  margin-top: 11rem;
}

.fs-1 {
  font-size: .75rem !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.letter-spacing-caption {
  letter-spacing: .125rem
}

.secondary-font {
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.primary {
  background-color:#3db36b;
  border: 2px solid #3db36b;
  padding: 1.25rem 2.65rem;
}

.primary:hover {
  background-color:#FFF;
  color: #3db36b !important;
  font-weight: 700;
}

.pri-cl {
  color: #3db36b !important;
}

.navbar {
  font-family: Arimo, sans-serif;
  text-transform: uppercase;
  letter-spacing: .125rem;
  /* margin-bottom: 20px; */
}

.navbar-nav {
  align-items: center;
}

.lang-nav {
  border: 1px solid #3db36b;
  font-weight: 600;
  border-radius: 10px;
  font-size: 0.75rem !important;
}

.lang-nav:hover {
  background-color: #3db36b;
  color: #fff !important;
}

.navbar-logo {
  position: relative;
  height: 40px;
  padding-right: 20px;
}

.text-muted {
  color: #9b9b9b !important
}

/* Style for hover and focus effect */
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item:focus .nav-link {
  color: #3db36b;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #3db36b;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link.active:hover {
  color: #737373;
}

.navbar-light .navbar-nav .nav-link.active .nav-item:hover,
.navbar-light .navbar-nav .nav-link.active .nav-item:hover,
.navbar-light .navbar-nav .nav-item:hover .show>.nav-link {
  color: red;
  font-weight: 700;
}

#navbar-shadow {
  transition: box-shadow 0.6s ease;
}

/* Padding & Dividers */
.featurette-divider {
  margin: 5rem 0;
}

.top-divider {
  margin: 5rem 0 4rem 0;
}

.bottom-divider {
  margin: 1rem 0 5rem 0;
}

.mt-8 {
  margin-top: 10.5rem;
}

.mb-8 {
  margin-bottom: 5rem;
}

.my-5b {
  margin-top: 3rem;
}

.my-5c {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.jc {
  justify-content: center;
}

/* Hero Banner */
#thehero {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/electrical-technician.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.the-inner {
  width: 90vw;
  padding: 1rem;
}

.the-inner h1{
  font-weight: 700;
  line-height: 1.4;
  font-size: 4.375rem;
}

.the-inner p {
  text-align: center;
  font-size: 1.125rem;
}

.white-border-text {
  color: #3db36b; /* Text color */
  -webkit-text-stroke: 1px #fff; /* WebKit browsers */
  display: inline;
}

/* Google Icons */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 250,
  'GRAD' 0,
  'opsz' 24
}

.points p {
  margin-bottom: 0;
}

.points .material-symbols-outlined {
  font-size: 5rem !important;
  margin-top: 3rem;
}

.points-style {
  color: #fff;
  transition: transform 0.3s ease-in-out;
}

.points-style:hover {
  color: #3db36b;
  transform: translateY(-10px);
}

.points-style a{
  color: #fff;
  transition: transform 0.3s ease-in-out;
}

.points-style a:hover {
  color: #3db36b;
  transform: translateY(-10px);
}

#arrow {
  transition: transform 0.3s ease-in-out, color 0.1s ease-in-out;
}

#arrow:hover {
  color: #3db36b;
  transform: translateY(50px);
}

#arrow:not(:hover) {
  transition-delay: 1s;
}

.scroll-text {
  opacity: 0;
  position: absolute;
  bottom: 100px;
  left: 50%;
  font-size: 1.5rem !important;
  font-weight: 500;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out 0.3s;
}

#arrow:hover .scroll-text {
  opacity: 1;
}

#arrow:not(:hover) .scroll-text {
  opacity: 0;
}

.secondary-font span {
  font-size: 0.8rem;
  letter-spacing: .3rem;
}

/* Bottom Section */
.featurette p {
  color: #737373;
}

.featurette-heading {
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.featurette img {
  width: 100%;
}

.featurette .row {
  align-items: center;
}