@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

* {
  transition: all 0.5s linear;
  font-family: "Poppins", sans-serif;
}

.header {
  background-image: url(images/bg-top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 15rem 0 4rem;
}

.logo {
  width: 64px;
}

.menu-bar {
  font-size: 30px;
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin: 0 0.5rem;
}

.onScroll {
  background: rgba(255, 255, 255, 1);
  box-shadow: -2.96px 34px 114px #19191912;
}

.get-quote {
  background: #ffea00 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 0.7rem 0 !important;
  text-align: center;
  width: 196px;
  font-weight: 400 !important;
}

.header-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 57px;
  margin-top: 7rem;
  letter-spacing: -4.32px;
}

@media (max-width: 768px) {
  .header-text {
    font-size: 40px;
    letter-spacing: -2px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    background: rgba(255, 255, 255, 1);
    box-shadow: -2.96px 34px 114px #19191912;
  }

  .header-text {
    margin-top: 0rem;
  }
}

.yellow-bullets-list {
  list-style-type: none;
  font-size: 24px;
}

.yellow-bullets-list li {
  position: relative;
}

.yellow-bullets-list li::before {
  content: "";
  background-color: #ffea00;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: -30px;
}

.form-type {
  box-shadow: -2.96px 34px 114px #19191912;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 4rem;
}

@media (max-width: 576.98px) {
  .form-type {
    padding: 2rem;
  }
}

.form-heading-question {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -1.8px;
}

.form-paraghraph {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.form-question {
  font-weight: 500;
  font-size: 25px;
  color: #000000;
}

.solar-form .form-group {
  margin-bottom: 1rem;
  position: relative !important;
}

.solar-form .form-group img {
  width: 18px;
  position: absolute;
  top: -5px;
  right: -3px;
  display: none;
}

.solar-form .form-control {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: -0.7px 8px 27px #19191914 !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 20px !important;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 1.5rem 2rem !important;
}

.solar-form .form-control:focus {
  border: 3px solid #16c780 !important;
}

.solar-form .form-control::placeholder {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.form-button {
  background: #ffea00 0% 0% no-repeat padding-box;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 400;
  padding: 0.1rem 0;
}

.form-range-control {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: #dcdcdc;
  outline: none;
  position: relative;
}

.form-range-control-before {
  width: 100%;
  height: 100%;
  background: #16c780;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0s linear;
}

.form-range-control-before::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #16c780;
  position: absolute;
  top: 0;
  left: 0;
}

.form-range-control::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #16c780;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}

.form-range-control::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #16c780;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}

.range-values {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}

.range-values span {
  display: block;
  width: 15%;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
  cursor: pointer;
}

/* features-section */
.features-section {
  padding: 6rem 0;
}

.features-section .heading {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -1.44px;
}

.card-type {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d3d4dc;
  border-radius: 5px;
  padding: 2rem;
  cursor: pointer;
  transition: transform 0.2s;
}

.card-type:hover {
  box-shadow: 0px 10px 25px #0000001a;
}

.card-image {
  width: 51px;
  margin-bottom: 3rem;
}

.card-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.card-text {
  font-size: 18px;
  font-weight: 400;
}

.hover-img {
  display: none;
}

.card-type:hover .static-img {
  display: none;
}

.card-type:hover .hover-img {
  display: inline;
}

/*----solar-panel-section-----*/
.solar-panel-section {
  padding: 6rem 0;
  background: #f5f4f8 0% 0% no-repeat padding-box;
}

.image-side-text {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0;
}

.image-side-para {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
}

.learn-more-btn {
  background: #ffea00 0% 0% no-repeat padding-box;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  padding: 1rem 2.8rem;
}

/*----- Question Area -------*/
.question-marks-cards {
  padding: 6rem 0;
}

.question-marks-cards .heading {
  text-align: center;
  letter-spacing: -1.2px;
  color: #3a3161;
  font-weight: 500;
  font-size: 30px;
}

.q-card {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d3d4dc;
  border-radius: 5px;
  padding: 2rem;
  cursor: pointer;
}

.q-heading {
  letter-spacing: -1.2px;
  color: #3a3161;
  font-weight: 500;
  font-size: 20px;
}

.quetsion-mark-wrap {
  margin-top: -2.3rem;
}

.q-card:hover .static-img {
  display: none;
}

.q-card:hover {
  box-shadow: 0px 10px 25px #0000001a;
}

.q-card:hover .hover-img {
  display: inline;
}

.q-card p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  color: #575a73;
  margin-top: 2rem;
  line-height: 32px;
}

/*-------Footer side-------*/

footer {
  background-color: #000000;
  padding: 3rem 0;
}

.footer-logo {
  width: 84px;
}

.social-icons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
}

.social-icons a:hover {
  text-decoration: none;
}

.footer-hr {
  background-color: #d3d4dc;
  width: 100%;
}

.copyright-text {
  letter-spacing: 0;
  color: #fdfcff;
  font-weight: 500;
  font-size: 15px;
}
