@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

@keyframes example {
  0% {
    left: -600px;
  }
  50% {
    left: 50px;
  }

  100% {
    left: 0px;
  }
}

.getquote {
  position: fixed;
  top: auto;
  bottom: 100px;
  right: 20px;
  z-index: 800;

  display: flex;
}

.getquote a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.getquote img {
  width: 3vw;
  height: auto;
}

.getquote p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  background-color: #033d02;
  padding: 1px 5px;
  border-radius: 10px 1px;
}

.chatwithus {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 20px;
  z-index: 800;
  display: flex;
}

.chatwithus a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.chatwithus img {
  width: 3vw;
  height: auto;
}

.chatwithus p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  background-color: #033d02;
  padding: 1px 5px;
  border-radius: 10px 1px;
}

.hero {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.bg-image img {
  width: 100%;
  height: auto;
}

.nav-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;

  padding-top: 50px;
}

.nav-bar img {
  width: 3vw;
  height: auto;
  margin-left: 5vw;
}

.nav-bar p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3vw;
  margin-left: 1vw;
  cursor: pointer;
}

.nav-links {
  display: flex;
  flex-direction: row;
  margin-right: 5vw;
  margin-left: auto;
  list-style: none;
}

.nav-links li {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.3vw;
  cursor: pointer;
  margin-right: 4vw;
}

.ham {
  display: none;
}

.mob-menu {
  display: none;
}
.hero-content {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: absolute;
  top: 20vw;
  margin-left: 5vw;
}

.hero-content h1 {
  overflow-y: hidden;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 6vw;
  position: relative;
  animation-name: example;
  animation-duration: 4s;
}

.hero-content h3 {
  overflow: hidden;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.3vw;
  margin-top: 5px;
  position: relative;
  animation-name: example;
  animation-duration: 4s;
}

.hero-content button {
  overflow: hidden;
  margin-top: 3vw;
  background-color: #fff;
  opacity: 50%;
  color: #333333;
  padding: 5px 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.5vw;
  position: relative;
  animation-name: example;
  animation-duration: 4s;
}

/*ABOUT SECTION */

.about {
  width: 100%;
  height: auto;
  position: relative;
}

.about-bg {
  width: 100%;
  height: auto;
}

.about-mob-bg {
  display: none;
}

.about p {
  position: absolute;
  top: 28vw;
  right: 7vw;
  max-width: 38vw;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.3vw;
  text-align: justify;
}

/* Green Energy */

.green-energy {
  width: 100%;
  height: auto;
  position: relative;
}

.green-energy-mob-bg {
  display: none;
}
.green-energy-bg {
  width: 100%;
  height: auto;
}

.green-energy p {
  position: absolute;
  top: 26vw;
  right: 7vw;
  max-width: 38vw;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.3vw;
  text-align: justify;
}

/* Why choose Us */

.why-choose-us {
  width: 100%;
  height: auto;
  position: relative;
}

.why-choose-us-mob-bg {
  display: none;
}

.why-choose-us-bg {
  width: 100%;
  height: auto;
}

.why-choose-us ul {
  position: absolute;
  top: 25vw;
  right: 7vw;
  max-width: 38vw;
  list-style-type: disc;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.1vw;
  text-align: justify;
}

.why-choose-us ul li {
  margin-bottom: 0.6vw;
}

.ongrid-packages {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.ongrid-packages-bg {
  width: 100%;
  height: auto;
}

.ongrid-packages-bg-mob {
  display: none;
}

.off-grid-packages {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.off-grid-packages-bg-mob {
  display: none;
}

.off-grid-packages-bg {
  width: 100%;
  height: auto;
}
.contact {
  width: 100%;
  height: auto;
  position: relative;
}

/* SUBSIDY */
.subsidy {
  width: 100%;
  height: auto;
  padding: 2vw 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgb(14, 186, 74), rgb(7, 82, 0));
  gap: 20px;
}
.subsidy p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.8vw;
}
.subsidy button {
  background-color: #fdfd13;
  color: #025e39;
  padding: 0.5vw 3vw;
  border: none;
  border-radius: 10px 10px;
  box-shadow: 2px 2px 10px #767575;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.5vw;
}

/* CONTACT */

.contact-bg {
  width: 100%;
  height: auto;
}
.contact-bg-mob {
  display: none;
}

.contact-content {
  position: absolute;
  top: 27vw;
  right: 18vw;
  max-width: 50vw;

  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.1vw;
  text-align: justify;
}

.contact-content .mob {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1vw;
}

.contact-content .mob img {
  width: 2vw;
  height: auto;
  margin-right: 2vw;
}

.contact-content .mob p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5vw;
}

.contact-content .whatsapp {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1vw;
}

.contact-content .whatsapp img {
  width: 2vw;
  height: auto;
  margin-right: 2vw;
}

.contact-content .whatsapp p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5vw;
}

.contact-content .email {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1vw;
}

.contact-content .email img {
  width: 2vw;
  height: auto;
  margin-right: 2vw;
}

.contact-content .email p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5vw;
}

.contact-content .loc {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1vw;
}

.contact-content .loc img {
  width: 2vw;
  height: auto;
  margin-right: 2vw;
}

.contact-content .loc p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5vw;
}

/* Footer Section */

.footer {
  width: 100%;
  height: auto;
  position: relative;
}

.footer-bg-mob {
  display: none;
}
.footer-bg {
  width: 100%;
  height: auto;
}

.footer-ontent {
  position: absolute;
  display: flex;
  flex-direction: row;

  top: 10vw;
  left: 10vw;
}

.footer-col-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30vw;
}

.footer-col-1 p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #076000;
  font-size: 1vw;
  max-width: 18vw;
  margin-right: 5vw;
  text-align: justify;
}

.bottom-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2vw;
}

.bottom-logo img {
  width: 3vw;
  height: auto;
  margin-right: 1vw;
}

.bottom-logo p {
  color: #076000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.5vw;
}

.footer-col-2 {
  display: flex;
  flex-direction: column;
  width: 20vw;
}

.footer-col-2 h3 {
  color: #076000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
.footer-col-2 a {
  color: #076000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1vw;
  margin-bottom: 1vw;
}

.footer-col-3 {
  display: flex;
  flex-direction: column;
  width: 15vw;
}

.footer-col-3 h3 {
  color: #076000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
.footer-col-3 a {
  color: #076000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1vw;
  margin-bottom: 1vw;
}

.copyright {
  position: absolute;
  bottom: 1vw;
  right: 40vw;
  color: #f0f2f0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1vw;
}

/* Slider */
.slider {
  overflow: hidden;
  position: absolute;
  top: 20.5vw;
  left: 55vw;
  width: 35vw;
  height: 31.5vw;
  overflow: hidden;
}

.slide {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;

  transition: all 0.8s ease-in-out;
}

.slide img {
  width: 26vw;
  height: auto;
  border-radius: 10px;
  margin-left: 4.5vw;
}

.price {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 5.2vw;
  background-color: #059505;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1vw;
  color: #022f02;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 5px;
}

.ourprice {
  color: #eeff00;
}
.subsidyprice {
  background-color: #036203;
  color: #fff;
  width: 70%;
  padding-top: 1px;
  text-align: center;
  margin-left: 5.2vw;
}
.subsidyprice p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.2vw;
}

.dots {
  z-index: 100;
  position: absolute;
  bottom: 7px;

  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.dot {
  width: 0.7vw;
  height: 0.7vw;
  background-color: #033d02;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  z-index: 100;
}

.arrows {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  margin-left: 0px;
}

.prev-arrow,
.next-arrow {
  overflow: hidden;
  padding: 10px;
  cursor: pointer;
  font-size: 2vw;
  color: #fff;
}

.active {
  background-color: #f4f7f4;
  width: 0.8vw;
  height: 0.8vw;
  transition: 0.5s ease-in-out;
}

/* Slider */
.slider1 {
  position: absolute;
  top: 19vw;
  left: 55vw;
  width: 35vw;
  height: 32.5vw;
  overflow: hidden;
}

.slide1 {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease-in-out;

  overflow: hidden;
}

.note {
  width: 100%;
}

.note p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.8vw;
  color: rgb(231, 233, 234);
}

.slide1 img {
  width: 26vw;
  height: auto;
  border-radius: 10px;
  margin-left: 4.5vw;
}

.arrows1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  margin-left: 0px;
  overflow: hidden;
}

.prev-arrow1,
.next-arrow1 {
  overflow: hidden;
  padding: 10px;
  cursor: pointer;
  font-size: 2vw;
  color: #fff;
}

.dots1 {
  z-index: 100;
  position: absolute;
  bottom: 0px;

  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.dot1 {
  width: 0.7vw;
  height: 0.7vw;
  background-color: #033d02;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  z-index: 100;
}

.active1 {
  background-color: #f4f7f4;
  width: 0.8vw;
  height: 0.8vw;
  transition: 0.5s ease-in-out;
}

.privacy {
  width: 70%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: justify;
}
