/* Initial Theme Colors */
:root {
  --themeWhite: #fff;
  --primaryGreen: #01783f;
  --themeGreen: #2d654a;
  --themeYellow: #f6aa1e;
  --themeBlue: #2354e1;
  --themeDark: #000;
  --greyText: #8d8ba7;
  --greyBorder: #d4d2e3;
  --themeMildDark: #4d4d4d;
  --lightGreyText: #f0f2f0;
  --lightText: #3f3f4d;
  --light: #f6f6f6;
  --themeLightGreen: #f2fff8;
  --inputBackground: #f9f9ff;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

button:hover {
  cursor: pointer;
  opacity: 0.9;
}

.lightFontWeight {
  font-weight: 400 !important;
}

body {
  background-color: var(--themeWhite);
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "DM Sans";
}

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.widthAdjuster {
  width: 80%;
  align-self: center;
}

.headerContainer {
  display: flex;
  width: 90%;
  margin: 1.25rem 5%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
a {
  text-decoration: none !important;
}

.headerContainer > div > a > span {
  color: var(--themeGreen);
  font-size: 1rem;
  font-weight: 300;
}
.headerContainer > div > a > span:hover {
  cursor: pointer;
  border-bottom: 0.05rem solid var(--primaryGreen);
  transition: 0.5s;
}

.headerText {
  font-size: 2rem;
  /* color: var(--themeWhite); */
  font-weight: 500;
  display: inline;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(
    to right,
    var(--themeMain) 40%,
    var(--textMain) 40% 100%
  );
}

.headerCta {
  background-color: var(--primaryGreen);
  border-radius: 1.875rem;
  padding: 1.125rem 1.5rem;
  border: 0;
  color: var(--themeWhite);
  font-size: 0.875rem;
  font-weight: 700;
}

.arrowRight {
  font-weight: 900 !important;
  font-size: 1.4rem !important;
  margin-left: 1rem;
}

.headingLight {
  font-size: 3rem;
  font-weight: 200 !important;
  color: var(--themeGreen);
}
.headingBolder {
  font-size: 3rem;
  font-weight: 600;
  color: var(--themeGreen);
}

.headingBold {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--themeGreen);
}

.brandImg {
  height: 2rem;
  filter: grayscale(0);
  border-radius: 0.4rem;
  padding: 1rem;
}

.brandImg:hover {
  filter: grayscale(1);
}

.topHeading {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  color: var(--themeBlue) !important;
}

.topsubHeading {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--themeGreen);
}

.topsubHeading > .blueText {
  font-weight: 700 !important;
  font-size: 2.4rem !important;
}

.models > .topsubHeading {
  text-align: center;
  font-size: 2.2rem !important;
  background-color: var(--lightGreyText);
  border-radius: 0.4rem;
}

.highlightBackground {
  background-color: var(--themeYellow);
  border-radius: 0.4rem;
}
.topMidHeading {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--themeGreen);
}

.topCta {
  padding: 0.8rem 1.2rem;
  border-radius: 2rem;
  background-color: var(--themeYellow);
  border: 0;
}

.topCta:hover {
  cursor: pointer;
  opacity: 0.8;
}

.topCta > span {
  font-size: 1.2rem;
  color: var(--themeDark);
  font-weight: 400;
}

.headerLink {
  color: var(--themeWhite);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
}

.headerLink:hover {
  cursor: pointer;
}

.textContainer {
  background-color: var(--themeWhite);
  width: 100%;
  display: flex;
  margin-top: -3rem;
}

.textContainer > div > span {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--themeGreen);
  text-align: center;
}

.rotate90 {
  transform: rotate(-90deg);
}

.iconCircle {
  font-size: 4rem !important;
  color: var(--themeYellow);
}

.blueText {
  color: var(--themeBlue) !important;
  font-weight: 500 !important;
  font-size: 1.4rem !important;
}

.card {
  padding: 1rem;
  border-radius: 0.4rem;
  /* box-shadow: 0 2px 4px 0 var(--greyText), 0 1px 2px 0 var(--greyText); */
  /* margin-top: 1rem; */
}

.circle {
  height: 8rem;
  width: 8rem;
  border-radius: 8rem;
  border: 0.2rem solid var(--themeGreen);
}

.paragraph {
  font-size: 1rem;
  font-weight: 400;
  color: var(--themeGreen);
  width: 10rem;
}

.headerImage {
  width: 10.375rem;
  height: 4.189rem;
  /* border-radius: 2.5rem; */
}

.footerImage {
  height: 2.6rem;
  padding: 0.4rem;
  border-radius: 0.2rem;
  background-color: var(--themeWhite);
}

.mt-2 {
  margin-top: 2rem;
}

.m-0 {
  margin: 0 !important;
}

.cta {
  background-color: var(--themeWhite);
  border-radius: 0.3rem;
  border: 0.18rem solid var(--themeWhite);
  padding: 0.4rem 2.2rem;
  color: var(--textMain);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 4rem;
}

.alsc {
  align-self: center;
}

.whiteBg {
  width: 100%;
  /* height: 12rem; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: var(--themeWhite);
}

.blueBoldBg {
  width: 100%;
  /* height: 12rem; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: var(--themeGreen);
}

.blueBg {
  width: 100%;
  /* height: 12rem; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: var(--themeMain);
}

.imgContainer {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 4rem;
}

.imageIcon {
  width: 6rem;
  height: 6rem;
}

.blueBg > .sloganContainer {
  margin-bottom: 4rem;
}

.imgContainer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  width: 30%;
  margin-bottom: 2rem;
}

.graph-l {
  left: -10;
  top: 50;
}

.graph-r {
  right: -10;
  top: 50;
}

/* .paragraph {
  margin: 1rem;
  font-size: 1rem;
  color: var(--light);
  font-weight: 100;
  text-align: center;
} */

.youtubeVideo {
  height: 36rem;
  border-radius: 0.2rem;
  width: 100%;
}

.p-40 {
  padding: 4rem;
}

.p-50 {
  padding: 5rem;
}

.whiteBg > span {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 200;
  color: var(--themeMain);
  text-align: center;
}

.imgContainer > div:hover {
  transform: scale(1.1);
  transition: transform 0.6s;
  cursor: pointer;
}

.productContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.icon {
  color: var(--themeWhite);
  font-size: 2.8rem !important;
}

.productContainer > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 2rem; */
  margin-top: 1rem;
  width: 22%;
  padding: 0.5rem;
  border-radius: 0.4rem;
  border: 0.5px dashed rgba(255, 255, 255, 0.4);
}

.proudctIconContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
}

.proudctIconContainer > span {
  color: var(--themeWhite);
  font-size: 0.8rem;
  letter-spacing: 0.08rem;
  font-weight: 400 !important;
  text-align: center;
  margin-top: 1rem;
}

.proudctBrandConatiner {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  width: 60%;
}

.proudctBrandConatiner > span {
  color: var(--themeWhite);
  font-size: 1rem;
  letter-spacing: 0.08rem;
  font-weight: 300 !important;
  opacity: 0.8;
  line-height: 1.6rem;
}

.check-icon {
  color: #5aa36d;
  font-size: 1.4rem !important;
}

.listIcon {
  color: var(--themeWhite);
  font-size: 1.4rem !important;
}

.pointText {
  font-size: 1.1rem;
  color: var(--themeWhite);
  margin-left: 0.6rem;
  letter-spacing: 0.1rem;
  transition: 0.5s;
}

.pointsContainer {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  margin-bottom: 0.8rem;
}

.stepsContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  width: 20%;
}

.stepsWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.dark {
  color: var(--themeMain) !important;
}

.next {
  font-size: 3rem !important;
}

.quoteContainer {
  align-self: center !important;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

span {
  letter-spacing: 0.05rem;
  font-weight: 400;
}

.mt-0 {
  margin-top: 0 !important;
}

.tabContainer {
  display: flex;
  margin-top: 4rem;
  margin-bottom: 4rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.pointsWrapper {
  margin-bottom: 4rem;
}

.bottomSection > .sloganContainer {
  margin-top: 4rem;
}
.bottomSection > .sloganContainer > .minSlogan {
  margin-top: 4rem;
}

.financePartners {
  display: flex;
  align-self: center;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.financePartners > div {
  margin: 2rem;
}

.financePartners > div > img {
  height: 2.8rem;
  filter: grayscale(1);
  border-radius: 0.4rem;
  background-color: #fff;
  padding: 1rem;
}

.financePartners > div > img:hover {
  filter: grayscale(0);
}

.tab {
  border-bottom: 0.2rem solid #fff;
  opacity: 0.4;
  width: 30%;
  padding: 0.4rem;
  cursor: pointer;
}

.tab:hover {
  opacity: 0.7 !important;
}

.active {
  opacity: 1 !important;
  transition: 0.5s;
}

.spanText {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.05rem !important;
  font-weight: 400;
  line-height: 1.8rem;
  transition: 0.5s;
}

.textContainer > div:first-child {
  margin-left: 4rem;
}

.textContainer > div:nth-child(2) {
  /* margin-right: 2rem; */
}

.mobile {
  display: none !important;
}

.desktop {
  display: flex !important;
}

.colorBlue {
  color: var(--themeBlue);
}

.colorGreen {
  color: var(--primaryGreen);
}

.colorYellow {
  color: var(--themeYellow);
}

.colorLessDark {
  color: var(--themeMildDark);
}

.colorLightText {
  color: var(--lightText);
}

.colorLightGreyText {
  color: var(--lightGreyText);
}

.colorGreyText {
  color: var(--greyText) !important;
}

.colorDark {
  color: var(--themeDark);
}

.colorWhite {
  color: var(--themeWhite);
}

.bgWhite {
  background-color: var(--themeWhite);
}

.bgLightGreen {
  background-color: var(--themeLightGreen);
}

.bgGreen {
  background-color: var(--primaryGreen);
}

.boldFont {
  font-weight: 700 !important;
}

.semiBoldFont {
  font-weight: 500 !important;
}

.lightBoldFont {
  font-weight: 300 !important;
}

.mediumFont {
  font-weight: 500 !important;
  font-size: 0.875rem;
  /* color: var(--primaryGreen); */
}

h1 {
  margin: 0;
  padding: 0;
  color: var(--primaryGreen);
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.2rem;
}

h1 > span {
  font-size: 3rem;
  font-weight: 800;
}

h2 {
  margin: 0;
  padding: 0;
  color: var(--primaryGreen);
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.5rem;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 600;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: 500;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

p {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 700;
}

label {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: 700;
}

input {
  background-color: var(--inputBackground);
  padding: 1rem 1.75rem;
  border-radius: 3rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--greyText);
  border: none;
  outline-color: var(--greyText);
}

.animationText::before {
  content: "ROOFTOP SOLAR";
  opacity: 1;
  animation: animate ease-in-out 8s;
  transition: opacity 1s;
}

@keyframes animate {
  0% {
    content: "GROWTH";
    opacity: 1;
  }
  25% {
    content: "GROWTH";
    opacity: 0.5;
  }
  50% {
    content: "GROWTH";
    opacity: 0;
  }
  51% {
    content: "ROOFTOP SOLAR";
    opacity: 0;
  }
  75% {
    content: "ROOFTOP SOLAR";
    opacity: 0.5;
  }
  100% {
    content: "ROOFTOP SOLAR";
    opacity: 1;
  }
}

.footerLinks {
  display: flex;
  flex-direction: column;
  width: 35%;
}

.footerDetails {
  /* df fdr alic jcsb mt-10 */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.footerItems {
  /* df fdr alic w-40 */
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 40%;
}

.footerItem-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 40%;
}

.footerIcon {
  width: 1rem;
}

.contactImage {
  width: 50%;
}

.contactFormContainer {
  width: 50%;
}

.formFieldsRow {
  /* df fdr alic jcsb */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.inputResponsiveField {
  width: 40%;
}

.menu,
.menu span {
  display: none;
}

.mobile-menu {
  display: none;
}

.menu-container {
  display: none;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

/* Constants */

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left !important;
}

.p-10 {
  padding: 1rem;
}

.p-20 {
  padding: 2rem;
}

.p-30 {
  padding: 3rem;
}

.m-10 {
  margin: 1rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}
.mt-50 {
  margin-top: 5rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.ml-5 {
  margin-left: 0.5rem;
}

.ml-10 {
  margin-left: 1rem;
}
.ml-15 {
  margin-left: 1.5rem;
}

.ml-20 {
  margin-left: 2rem;
}

.ml-30 {
  margin-left: 3rem;
}

.mr-30 {
  margin-right: 3rem;
}

.ml-40 {
  margin-left: 4rem;
}

.mr-40 {
  margin-right: 4rem;
}

.mr-10 {
  margin-right: 1rem;
}

.df {
  display: flex;
}

.fdr {
  flex-direction: row;
}

.fdc {
  flex-direction: column;
}

.fdrr {
  flex-direction: row-reverse;
}

.fww {
  flex-wrap: wrap;
}

.fdc {
  flex-direction: column;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.w-95 {
  width: 95%;
}

.w-3 {
  width: 3%;
}

.w-8 {
  width: 8%;
}

.w-5 {
  width: 5%;
}
.w-90 {
  width: 90%;
}

.w-10 {
  width: 10%;
}

.w-12 {
  width: 12%;
}

.w-14 {
  width: 14%;
}

.w-14-2 {
  width: 14.2%;
}

.w-15 {
  width: 15%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-55 {
  width: 55%;
}

.w-51 {
  width: 51%;
}

.w-25 {
  width: 25%;
}

.w-23 {
  width: 23%;
}

.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}

.w-45 {
  width: 45%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-35 {
  width: 35%;
}

.asc {
  align-self: center;
}

.ase {
  align-self: end;
}

.alic {
  align-items: center;
}

.alifs {
  align-items: flex-start;
}

.alsfe {
  align-self: flex-end;
}

.alsfs {
  align-self: flex-start;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcsa {
  justify-content: space-around;
}

.jcse {
  justify-content: space-evenly;
}

.cp {
  cursor: pointer;
}

.wsn {
  white-space: normal;
}

.topStrip {
  background-color: var(--primaryGreen);
}

.topStrip > p {
  padding: 0.75rem 5%;
}

.fold1 {
  /* background-image: url("./assets/svg/top-illustration.svg"); */
  background-color: var(--themeWhite);
  background-position: right center;
  width: 90%;
  padding: 1rem 5% 5rem 5%;
  /* height: 34.109rem; */
  background-repeat: no-repeat;
}

.fold2 {
  width: 90%;
  padding: 5rem 5% 1rem 5%;
}

.fold3 {
  width: 90%;
  padding: 5rem 5% 5rem 5%;
}

.fold4 {
  width: 90%;
  background-color: var(--light);
  padding: 5rem 5% 5rem 5%;
}

.fold5 {
  width: 90%;
  padding: 5rem 5% 5rem 5%;
}

.fold6 {
  width: 90%;
  padding: 5rem 5% 4rem 5%;
}

.fold7 {
  width: 90%;
  padding: 5rem 5% 4rem 5%;
}

.fold8 {
  width: 90%;
  padding: 5rem 5% 5rem 5%;
}

.bgImageF3 {
  /* background-image: url("./assets/img/laptop.png");
  background-color: var(--themeWhite);
  background-position: left center; */
  width: 90%;
  padding: 5rem 5% 5rem 5%;
  height: 24.109rem;
  /* background-repeat: no-repeat; */
  /* fdr df alic jcsb mt-20 */
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.bgImageF3 > img {
  margin-left: -6rem;
}

.bgImageF5 {
  /* fdr df alic jcsb mt-20 */
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  /* background-image: url("./assets/img/laptop.png");
  background-color: var(--themeWhite);
  background-position: left center; */
  width: 90%;
  padding: 5rem 5% 5rem 5%;
  height: 24.109rem;
  background-repeat: no-repeat;
}

.bgImageF5 > img {
  margin-left: -6rem;
}

.bgImageF4 {
  width: 90%;
  padding: 5rem 5% 5rem 5%;
  height: 24.109rem;
  background-repeat: no-repeat;
  /* fdr df alic jcsb mt-20 */
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.bgImageF4 > img {
  margin-right: -6rem;
}

.gradientText {
  background: linear-gradient(to right, #01783f, #f6aa1e);
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.horizontalScroll {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

.overflow-hidden {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.check {
  width: 0.75rem;
}

.leftWhiteCard {
  box-shadow: 0px 22px 24px 0px #c0c0c06f;
  border-radius: 1.25rem;
}

.rightGreenCard {
  border-radius: 1.25rem;
  background-color: var(--primaryGreen);
  box-shadow: 0px 6px 24px 0px var(--primaryGreen);
}

.smallWhiteCard {
  box-shadow: 0px 22px 24px 0px #c0c0c06f;
  border: 0.53px solid #d4d2e3;
  background: var(--themeWhite);
  border-radius: 1.25rem;
}

.customCta {
  border-radius: 2.5rem;
  border: 0;
  padding: 0.8rem 2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.primaryCta {
  background-color: var(--primaryGreen);
  border-radius: 2.5rem;
  border: 0;
  padding: 1rem 1.75rem;
  color: var(--themeWhite);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.secondaryCta {
  background-color: var(--themeWhite);
  border: 1px solid var(--greyBorder);
  border-radius: 2.5rem;
  padding: 1rem 1.75rem;
  color: var(--primaryGreen);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.inputContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.topFooter {
  border-top: 1px solid var(--primaryGreen);
  margin: 2rem 5%;
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.bottomFooter {
  border-top: 1px solid var(--themeYellow);
  padding: 2rem 5%;
  /* df fdr alic jcsb */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
}

.bottomFooterLinks > div,
.bottomFooterLinks > a {
  margin-top: 1rem !important;
}

.bottomFooterLinks > div > p {
  text-align: center;
}

.bottomFooterLinks {
  /* df fdr alic */
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.socialIcons {
  width: 80%;
}

.stickyWhatsApp {
  position: fixed;
  right: 0;
  bottom: 4rem;
  height: 3.4rem;
  width: 4rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--themeWhite);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.stickyWhatsApp > a > svg {
  align-self: center;
  width: 3rem;
  height: 3rem;
}

.knowledgeBase {
  /* df dfr alic fww w-100 */
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}

.knowledgeBase > div {
  /* df fdc alic mb-20 */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.carouselImage > img {
  height: 24rem;
  border-radius: 1.25rem;
}

@media all and (max-width: 768px) {
  .knowledgeBase {
    /* df dfr alic fww w-100 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .carouselImage {
    width: 90%;
  }

  .carouselImage > div > h5 {
    text-wrap: auto;
  }

  .knowledgeBase > div {
    /* df fdc alic mb-20 */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }

  .fold2 > div > div > div > p {
    display: none;
  }

  .fold2 > div > div > div > h6 {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .menu,
  .menu span {
    display: none;
  }

  .mobile-menu {
    display: block !important;
    /* position: absolute; */
    /* right: 0;
    top: 0; */
    /* padding: 0.8rem 1.4rem; */
  }
  .menu-container {
    position: absolute;
    z-index: 2;
    right: -70%;
    top: 0;
    width: 70%;
    background-color: #fff;
    height: 100%;
    transform: translateX(-100%);
    border: 0.05rem solid var(--lightText);
    -webkit-transform: translateX(-100%);
  }

  .slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
  }

  .slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
  }
  @keyframes slide-in {
    100% {
      transform: translateX(0%);
    }
  }

  @-webkit-keyframes slide-in {
    100% {
      -webkit-transform: translateX(0%);
    }
  }

  @keyframes slide-out {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes slide-out {
    0% {
      -webkit-transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
    }
  }

  .menu-item {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
  }

  .menu-item > a {
    color: var(--primaryGreen) !important;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 1;
    text-align: center;
    text-decoration: none;
  }

  .fold7 > div > div {
    padding: 1rem !important;
  }

  .smallCardsConatiner > .smallWhiteCard {
    width: 25% !important;
    flex-direction: column !important;
    padding: 0.5rem !important;
    margin-top: 1rem !important;
  }

  .leftWhiteCard {
    width: calc(50% - 2.1rem) !important;
  }

  .rightGreenCard {
    width: calc(50% - 2.1rem) !important;
  }

  .fold7 {
    width: 90%;
    padding: 1rem 5% 1rem 5% !important;
  }

  .fold7 > div {
    margin: 0 !important;
    justify-content: space-between !important;
  }
  .fold7 > div > div > div > div {
    width: 100% !important;
  }

  /* .fold7 > div:nth-child(1) {
    background-color: red !important;
  } */

  h2 {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
  }

  .fold1 {
    /* background-image: url("./assets/svg/top-illustration.svg"); */
    background-color: var(--themeWhite);
    /* background-position: right center; */
    width: 90%;
    padding: 1rem 5% 1rem 5% !important;
    /* height: 34.109rem; */
    /* background-repeat: no-repeat; */
  }

  .fold1 > div {
    flex-direction: column-reverse !important;
  }

  .fold1 > div > div {
    width: 100%;
  }

  .fold1 > div > div > video {
    width: 110%;
  }
  .fold1 > div > div > div {
    justify-content: space-around;
  }

  .fold1 > div > div > div > div {
    margin-left: 0 !important;
  }
  .fold1 > div > div > h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-top: 1rem;
  }

  .fold2 > div {
    margin: 2rem 0 !important;
  }

  .fold8 {
    width: 90% !important;
    padding: 1rem 5% 1rem 5% !important;
  }

  .fold5 {
    width: 90% !important;
    padding: 1rem 5% 1rem 5% !important;
  }
  .fold3 {
    width: 90% !important;
    padding: 1rem 5% 1rem 5% !important;
  }

  .fold4 {
    width: 90% !important;
    padding: 1rem 5% 1rem 5% !important;
  }

  h3 {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 600;
  }
  /* .bgImageF3 > div > h5,
  .bgImageF4 > div > h5,
  .bgImageF5 > div > h5 {
    text-align: justify;
  } */
  .bgImageF3 > div > h3,
  .bgImageF4 > div > h3,
  .bgImageF5 > div > h3 {
    text-align: center;
    margin-top: 2rem;
  }

  .bgImageF3 {
    /* background-image: url("./assets/img/laptop.png");
    background-color: var(--themeWhite);
    background-position: left center; */
    width: 100% !important;
    padding: 0 !important;
    height: auto !important;
    /* background-repeat: no-repeat; */
    /* fdr df alic jcsb mt-20 */
    flex-direction: column !important;
    display: flex;
    align-items: center !important;
    justify-content: center;
    margin-top: 4rem !important;
  }

  .bgImageF4 {
    flex-direction: column-reverse !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    /* background-image: url("./assets/img/laptop.png");
    background-color: var(--themeWhite);
    background-position: left center; */
    width: 100% !important;
    padding: 0rem 0% 0rem 0% !important;
    height: auto !important;
  }

  .bgImageF5 {
    /* fdr df alic jcsb mt-20 */
    flex-direction: column !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    /* background-image: url("./assets/img/laptop.png");
    background-color: var(--themeWhite);
    background-position: left center; */
    width: 100% !important;
    padding: 0rem 0% 0rem 0% !important;
    height: auto !important;
    /* background-repeat: no-repeat; */
  }

  .bgImageF5 > div {
    width: 100% !important;
  }
  .bgImageF3 > div {
    width: 100% !important;
  }
  .bgImageF4 > div {
    width: 100% !important;
  }

  h1 {
    margin: 0;
    padding: 0;
    color: var(--primaryGreen);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.8rem;
  }

  h1 > span {
    font-size: 2.6rem;
    font-weight: 800;
  }

  h5 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 500;
  }

  .primaryCta {
    background-color: var(--primaryGreen);
    border-radius: 2.5rem;
    border: 0;
    padding: 0.8rem 1.25rem;
    color: var(--themeWhite);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }

  .hideElement {
    display: none !important;
  }

  .fieldCta {
    width: 100%;
  }

  .inputResponsiveField {
    width: 100%;
  }

  .formFieldsRow {
    /* df fdr alic jcsb */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .contactFormContainer {
    width: 100% !important;
  }

  .contactImage {
    width: 0%;
    display: none;
  }

  .headerLinks {
    display: none !important;
  }

  .headerImage {
    width: 8rem;
    height: 3.6rem;
  }

  .topFooter {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .footerLinks {
    display: flex;
    margin-top: 2rem;
    flex-direction: column;
    width: 100%;
  }

  .footerDetails {
    /* df fdr alic jcsb mt-10 */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 1rem;
  }

  .footerItems {
    /* df fdr alic w-40 */
    /* df fdr alic w-40 */
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 60%;
  }

  .footerItem-2 {
    /* df fdr alic w-40 */
    /* df fdr alic w-40 */
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    align-items: center;
    width: 60%;
  }

  .bottomFooter {
    border-top: 1px solid var(--themeYellow);
    padding: 2rem 5%;
    /* df fdr alic jcsb */
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .socialIcons {
    width: 1.2rem !important;
  }

  .bottomFooterLinks {
    /* df fdr alic */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 1rem 0rem;
    width: 100%;
  }

  .bottomFooterLinks > a {
    /* width: 30%; */
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .bottomFooterLinks > a > span {
    font-size: 0.6rem;
    margin-left: 0;
  }

  .headerContainer {
    /* margin-left: 0; */
    /* width: calc(80% - 1.6rem); */
    margin: 0;
    padding: 0.8rem !important;
    width: calc(100% - 1.6rem) !important;
  }
  header {
    padding: 0 !important;
    height: auto !important;
  }
  .widthAdjuster {
    width: 100% !important;
  }
  .mainDiv {
    height: auto !important;
  }
  .sloganContainer {
    margin-top: 10rem !important;
    margin-bottom: 6rem !important;
  }
  .secondarySloganContainer {
    margin-top: 6rem !important;
    margin-bottom: 2rem !important;
  }
  .slogan {
    font-size: 2rem !important;
  }
  .minSlogan {
    font-size: 2rem !important;
    font-weight: 500 !important;
  }
  .subSlogan {
    font-size: 0.8rem !important;
  }

  .cta {
    margin: 4rem 0;
    scale: 0.8 !important;
  }
  .headerCta {
    scale: 0.8 !important;
  }

  .imgContainer {
    flex-direction: column !important;
  }

  .imgContainer > div {
    width: 100% !important;
    align-self: center !important;
  }
  .stepsWrapper {
    flex-direction: column !important;
  }
  .stepsContainer {
    width: 100% !important;
  }
  .next {
    display: none !important;
  }
  .getQuoteCta {
    scale: 0.9 !important;
  }
  .tabContainer {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .spanText {
    font-size: 1rem;
    line-height: 1.3rem;
    width: 90%;
  }
  .pointText {
    line-height: 1rem;
    font-size: 0.9rem;
  }
  .listIcon {
    font-size: 1rem !important;
  }
  .tabContainer {
    align-items: normal;
  }
  .journeyWrapper {
    margin-top: 2rem;
    flex-direction: column;
  }
  .journeyStep {
    flex-direction: column;
    /* display: inline-block; */
    flex: 0 0 auto;
    width: 100%;
  }
  .journeyLine {
    display: none;
  }
  .journeyLeft {
    width: 94%;
  }
  .darkCard {
    padding: 2rem 0.4rem;
    margin: 0 1rem;
  }
  .journeyRight {
    display: none;
  }
  .journeyLine {
    height: 4rem;
  }
  .journeyStepActive > .journeyStepText {
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 1;
  }
  .journeyStepText {
    opacity: 1;
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 0;
  }

  .productContainer > div {
    width: 80%;
  }
  .proudctBrandConatiner > span {
    font-size: 0.8rem;
  }
  .proudctIconContainer > span {
    font-size: 0.7rem;
  }
  .bottomSection > .sloganContainer {
    margin-top: 4rem !important;
  }

  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .tabContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tab {
    width: 90%;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  .pointsWrapper {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pointsContainer {
    width: 90%;
    align-self: center;
  }
  .tab > .icon {
    font-size: 1rem !important;
  }
  #whySolar {
    padding-bottom: 4rem;
  }
}
