/**************************/
/* HEADER */
/**************************/
.header {
  padding: 1.2rem 4.8rem;
  border-top: 4px solid #e67e22;
  position: relative;
}
.logo {
  font-size: 3rem;
  color: #000;
  font-weight: 500;
}
.logo-a {
  text-decoration: none;
}
.logo i {
  color: #e67e22;
}
/**************************/
/* HEADING */
/**************************/
.heading-primary {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 3.2rem;
  padding-top: 3.2rem;
}
/**************************/
/* BUTTONS */
/**************************/
.btn-savings:link,
.btn-savings:visited {
  background: linear-gradient(10deg, #e67e22, yellow);
  color: #fff;
  padding: 1.6rem 3.2rem;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  transition: all 0.5s;
}
.btn-savings:hover,
.btn-savings:active {
  background: linear-gradient(10deg, #cf6d17, rgb(223, 223, 112));
}
/**************************/
/* HERO */
/**************************/
.section-hero {
  background-image: url(img/background\ gradient.png);
  height: 80vh;
}
.hero {
  max-width: 130rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25rem;
  padding: 5.2rem 3.2rem 3.2rem 3.2rem;
}
.hero-para {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  padding-bottom: 3rem;
}
.hero img {
  margin-top: -6rem;
}
.section-hero input[type="text"] {
  background-color: white;
  border: 1px solid rgb(214, 209, 209);
  padding: 1.4rem 3.2rem;
  font-size: 1.6rem;
}
.merit {
  font-size: 1.8rem;
  text-align: center;
  margin-top: -30rem;
}
.merit h3 {
  color: #e67e22;
  margin-bottom: 0.5rem;
}
/**************************/
/* SWITCH */
/**************************/
.section-switch {
  padding: 2.4rem 0;
  margin-top: 4.8rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
}
.switch {
  margin-top: 2.4rem;
}
.switch h4 {
  color: #e67e22;
}
/**************************/
/* EXPLORE */
/**************************/
.section-explore {
  padding: 2.4rem 0 3rem 0;
  margin-top: 4.8rem;
  text-align: center;
  background-color: #f7e8db5e;
}
.section-explore h2 {
  color: #e67e22;
  font-size: 5.6rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}

.section-explore h5 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
}
.section-explore p {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
/**************************/
/* SAVE */
/**************************/
.section-save {
  padding: 2.4rem 0;
  text-align: center;
  font-size: 1.8rem;
}
.section-save p {
  margin-bottom: 3rem;
}
.section-save h3 {
  margin-bottom: 1rem;
}
.save {
  margin-top: 4.8rem;
  line-height: 1.5;
}
.box {
  background: rgb(232, 243, 232);
  text-align: center;
  width: 85%;
}
.box h6 {
  padding-top: 3rem;
}
.bar {
  position: relative;
  top: 2rem;
}
.save span {
  color: rgb(59, 150, 59);
}

.save h5 {
  color: rgb(167, 37, 37);
}
/**************************/
/* WHY */
/**************************/
.section-why {
  background-image: url(img/background.png);
  padding: 2.4rem 0;
  margin-top: 4.8rem;
  text-align: center;
  line-height: 1.5;
}
.section-why h2 {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
.section-why p {
  font-size: 1.6rem;
}
.mar {
  margin-bottom: 5rem;
}
.sun i {
  color: rgb(59, 150, 59);
}
.elec i {
  color: rgb(167, 37, 37);
}
/**************************/
/* GO */
/**************************/
.section-go {
  padding: 2.4rem 0;
  margin-top: 4.8rem;
  text-align: center;
}
.section-go h2 {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
.section-go p {
  font-size: 1.6rem;
  margin-top: 4.8rem;
}
.section-go input[type="text"] {
  background-color: white;
  border: 1px solid rgb(214, 209, 209);
  padding: 1.4rem 3.2rem;
  font-size: 1.6rem;
}
