@font-face {
  font-family: Ethnocentric;
  src: url('../fonts/Ethnocentric-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #292929;
  --yellow: #fbd80d;
  --secondary: #555;
}

.body {
  color: var(--primary);
  padding-top: 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.header {
  z-index: 99999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 8px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 8px #00000026;
}

.image {
  height: 100%;
}

.header-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #292929;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.gold-link {
  background: linear-gradient(to bottom, #FBD80D, #F5AE21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hero1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  display: flex;
}

.text-block {
  background: linear-gradient(to bottom, #FBD80D, #F5AE21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  filter: drop-shadow(0 8px 16px #0009);
  font-family: Ethnocentric, Arial, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 8px 16px #0009;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 185px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #292929;
  background-image: linear-gradient(#fbd80d, #f5ae21);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 44px;
  padding: 8px 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 8px 16px #0009;
}

.dark-link {
  color: var(--primary);
}

.services {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-family: Ethnocentric, Arial, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.text-block-5 {
  max-width: 900px;
  color: var(--secondary);
  text-align: center;
  line-height: 160%;
}

.wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-6 {
  text-align: center;
  font-family: Ethnocentric, Arial, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.text-block-7 {
  text-align: center;
  line-height: 100%;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 30px;
  padding: 8px;
  display: flex;
}

.tab-link-tab-1 {
  width: 120px;
  color: var(--yellow);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.tab-link-tab-1.w--current {
  height: 100%;
  color: var(--primary);
  background-image: linear-gradient(#fbd80d, #f5ae21);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-2 {
  width: 120px;
  height: 100%;
  color: var(--yellow);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-2.w--current {
  color: var(--primary);
  background-image: linear-gradient(#fbd80d, #f5ae21);
  border-radius: 2px;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.tab-pane-tab-1 {
  width: 100%;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.div-block-8 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 16px #0000001a;
}

.div-block-9 {
  background-color: #d8d8d8;
  width: 100%;
  height: 180px;
}

.div-block-9.img1 {
  background-image: url('../images/tempImageMsD3EZ.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-9.img2 {
  background-image: url('../images/residential-Costom-homes-.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-9.img-3 {
  background-image: url('../images/residential-tesla-charger.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-9.img4 {
  background-image: url('../images/tempImageLC1eEO.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-9.img5 {
  background-image: url('../images/tempImage1DbeHX.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-9.img6 {
  background-image: url('../images/tempImageXWKKso.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-9.img7 {
  background-image: url('../images/commercial-office.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-9.img8 {
  background-image: url('../images/tempImageZcd2fF.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-9.img9 {
  background-image: url('../images/commerical-showrooms.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-9.img10 {
  background-image: url('../images/tempImageyfrIy3.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-10 {
  flex: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.text-block-8 {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-9 {
  line-height: 150%;
}

.button {
  border: 2px solid var(--primary);
  width: 140px;
  height: 44px;
  color: var(--primary);
  background-image: linear-gradient(#fbd80d, #f5ae21);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.testimonials {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-image: url('../images/Bolt-Tile.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-10 {
  background: linear-gradient(to bottom, #FBD80D, #F5AE21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  font-family: Ethnocentric, Arial, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  max-width: 900px;
  line-height: 160%;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 380px;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.test-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 460px;
  padding: 60px 20px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 16px #0000001a;
}

.test-image {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -60px auto auto;
}

.test-image.img12 {
  background-image: url('../images/1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.test-image.img13 {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.test-image.img14 {
  background-image: url('../images/3.jpeg');
  background-position: 50%;
  background-size: cover;
}

.test-image.img15 {
  background-image: url('../images/4.jpeg');
  background-position: 50%;
  background-size: cover;
}

.test-image.img16 {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-14 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-12 {
  font-size: 14px;
  line-height: 150%;
}

.text-block-13 {
  color: #555;
  text-align: right;
  width: 100%;
  font-size: 12px;
}

.contact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-contact {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.form-block {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 16px #0000001a;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  height: 50px;
  margin-bottom: 0;
  padding: 10px 16px;
}

.text-field-2 {
  min-height: 120px;
  padding: 12px 16px;
  text-align: left;
  resize: none;
}

.submit-button {
  border: 2px solid var(--primary);
  width: 140px;
  height: 44px;
  color: var(--primary);
  background-image: linear-gradient(#fbd80d, #f5ae21);
  border-radius: 6px;
  font-weight: 500;
}

.div-block-18 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-2 {
  height: 42px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-block-14 {
  color: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 100%;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  padding: 10px;
  display: flex;
}

.image-3, .image-4, .image-5, .image-6 {
  height: 100%;
}

.div-block-8-big {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 16px #0000001a;
}

.slider-2, .image-7 {
  display: none;
}

.success-message {
  background-color: #0000;
}

.text-block-15 {
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  .text-block-4 {
    font-size: 42px;
  }

  .testimonials {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-8-big {
    max-width: 360px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
  }

  .text-block {
    font-size: 42px;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .div-block-3 {
    display: none;
  }

  .services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-4 {
    font-size: 28px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-8 {
    width: 100%;
    max-width: 800px;
  }

  .div-block-9.img3 {
    background-image: url('../images/residential-tesla-charger.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-11 {
    display: none;
  }

  .testimonials {
    padding: 60px 16px;
  }

  .text-block-10 {
    font-size: 28px;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .slider {
    height: 404px;
  }

  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-15 {
    width: 100px;
  }

  .div-block-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    max-width: 300px;
  }

  .wrapper-contact {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .div-block-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-14 {
    text-align: center;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-3, .image-4, .image-5, .image-6 {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: none;
  }

  .slider-2 {
    background-color: #0000;
    width: 100%;
    height: 490px;
    display: block;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .image-7 {
    width: 100%;
    max-height: 64px;
    display: block;
  }
}


@font-face {
  font-family: 'Ethnocentric';
  src: url('../fonts/Ethnocentric-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}