@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

@font-face {
  font-family: H_Swiss 721 BT;
  src: url(../font/Swiss\ 721\ Condensed\ BT.ttf);
  src: url(../font/Swiss\ 721\ Condensed\ BT.woff2);
}

body {
  font-family: "Montserrat", sans-serif;
}

.px-lef {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.y-pad {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.chat {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 10px;
}

.chat a img {
  animation: mymove 2s infinite;
}

/* beat */
@keyframes mymove {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* top navbar */
.navigation-bar ul.nav-tabs {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
  background: #f2ca30;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
}

/* corss */
.corss-icon {
  display: none;
  transform: rotate(180deg);
}

ul.nav-tabs li {
  padding: 10px 0;
  position: relative;
}

ul.nav-tabs li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 100px;
}

ul.nav-tabs li:hover:before {
  transition-duration: 0.4s;
  transform: scaleX(1);
  transform-origin: left center;
}

ul.nav-tabs li a {
  color: #000;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
}

.hamburger img {
  height: 30px;
  width: 30px;
}

.ham-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

/* hamburger */
.hamburger {
  display: none;
}

/* banner-sec */
.banner {
  background-image: url(../images/banner-image-3.jpg);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.heading h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 3rem;
}

.banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9rem 0% 9rem 4%;
  clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #124897;
}

span.qu-li {
  display: block;
  font-size: 58%;
  background: #f2ca30;
  color: #124897;
  padding: 4px 0;
}

span.text-yellow {
  color: #f2ca30;
}

.heading {
  flex: 0 0 60%;
  text-align: center;
}

span.qu-li {
  display: block;
  font-size: 58%;
}

/* counter */
.counter-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-img img {
  width: 100%;
}

.counter-item h2 {
  padding-left: 1rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #2d4e9d;
  font-weight: 700;
}

span.counter-count.count {
  font-size: 4rem;
  font-weight: 700;
  color: #dbab2e;
}

span.percent:after {
  content: "+";
  display: inline-block;
}

.counter-item h2>span {
  display: block;
}

/* heading-sec */
.sec-heading {
  background: #124897;
  color: #dbab2e;
  padding: 6px 0;
  text-align: center;
  position: relative;
}

.sec-heading h4 {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.sec-heading h4:after {
  content: "";
  height: 36px;
  width: 60px;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  background: #124897;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 5;
}

.solar-item-plate img {
  transform: rotate(348deg);
  width: 100%;
  animation: mymove 1s infinite;
}

.solar-item-image img {
  width: 100%;
  animation: mymove 1s infinite;
}

.solar-sec {
  position: relative;
}

.solar-sec:before {
  content: "";
  position: absolute;
  top: 24px;
  height: 140px;
  width: 100%;
  background: #e8e6a9;
  z-index: 0;
}

.solar-item-texture {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.solar-item-texture h5 {
  margin-top: 2rem;
  font-weight: 700;
}

ul.gen-list {
  font-size: 0.8rem;
  list-style: none;
  padding-left: 0;
  font-weight: 500;
  text-align: center;
}

.theme-btn a {
  display: inline-block;
  padding: 8px 35px;
  background: #ffe001;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
}

.theme-btn a:hover {
  color: #fff;
}

.theme-btn a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: #124897;
  transition: all 0.5s;
  z-index: -1;
}

.theme-btn a:hover:before {
  opacity: 1;
  left: 0;
  right: 0;
}

/* coprative idendtity */
.cop-sec {
  background: #f2ca30;
  color: #124897;
}

.cop-sec h4:after {
  background: #f2ca30;
}

.about-multiline h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0.6rem 0;
}

.about-multiline p {
  font-weight: 600;
  color: #59595b;
}

/* story section */
.paper-img img {
  width: 100%;
}

.partner-sec h6 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
}

/* partners section */
.partner-logo img {
  width: 100%;
  height: 100%;
  height: 6rem;
  object-fit: scale-down;
}

.partner-logo {
  position: relative;
  overflow: hidden;
}

.partner-logo:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #000000ab;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  transform: scale(0);
}

.partner-logo:hover:before {
  transform: scale(1.5) rotate3d(1, 1, 1, 360deg);
}

.bdr {
  border-top: 8px solid rgb(128 128 128 / 21%);
  border-bottom: 8px solid rgb(128 128 128 / 21%);
}

/* team banner image */
.team-banner img {
  width: 100%;
}

/* services */
.sevices {
  display: flex;
  justify-content: space-evenly;
}

.sevices h5 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-transform: uppercase;

}

/* services section */
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-image {
  height: 100%;
  padding-bottom: 0.7rem;
}

/* slider*/
.slider-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-image img {
  width: 80%;
}

/* footer */
ul.icon-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

ul.icon-list li {
  height: 30px;
  width: 30px;
  background: #373435;
  margin: 5px;
  border-radius: 50%;
  transition: all 0.5s;
}

ul.icon-list li:hover {
  transform: translateY(-4px);
}

ul.icon-list li a img {
  height: 25px;
  width: 25px;
  padding: 2px;
  margin-left: 2px;
  margin-top: 2px;
}

/* coustom arrows */
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  background-image: url(../images/icon/arrow-left-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  width: 80px;
  position: absolute;
  color: transparent;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  background-image: url(../images/icon/arrow-right-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  width: 80px;
  position: absolute;
  color: transparent;
}

/* ev charging page */
.ev-img img {
  width: 100%;
}

.ev-text p:last-child {
  margin-bottom: 0;
}

.ev-text h2 {
  font-weight: bold;
  margin: 1rem 0 0.6rem;
}

.ev-text p {
  font-weight: bold;
}

/* ev-banner section */
.ev-banner-sec {
  background-image: url(../images/ev-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
}

.ev-iner-img img, .ev-bottom img {
  width: 100%;
}

/* intake power */
.intake-power {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.intake-power p {
  width: 640px;
  max-width: 100%;
  margin: 1rem 0;
}

.intake-power h2 {
  font-weight: bold;
}

.pwer-inner-para {
  width: 500px;
  max-width: 100%;
  background: #2d4f9e;
}

.pwer-inner-para h5 {
  font-weight: bold;
  color: #fff;
  margin: 0.4rem 0;
}

/* plygone */
.intake__wrapper {
  display: flex;
}

.intake__wrapper>div>.intake-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 200px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 73%, 50% 100%, 0 73%, 0 25%);
  background: linear-gradient(180deg, rgba(231, 245, 255, 1) 0%, rgba(107, 187, 238, 1) 100%);
  position: relative;
}

.intake__wrapper>div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
}

.intake__wrapper>div>.turn-btn {
  display: inline-flex;
  width: 100%;
}

.intake__wrapper>div:not(.turn__wrapper):after {
  content: "";
  background-image: url(../images/ev-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: -34px;
  width: 70px;
  height: 45px;
  position: absolute;
  z-index: 2;
}

.intake-item h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  width: 100px;
  max-width: 100%;
}

.intake__wrapper>.turn__wrapper {
  padding: 10px 10px 10px 30px;
}

/* turn btn */
.turn-btn a {
  padding: 16px 20px;
  background: #000;
  border-radius: 6px;
  transition: all 0.5s;
  width: 100%;
}

.turn-btn a:hover img {
  transform: scale(1.1);
}

.turn-btn a img {
  transition: all 0.5s;
  width: 100%;
}


/* media query */
@media screen and (min-width: 1400px) {
  .banner-text {
    padding: 10rem 0% 10rem 6%;
  }
}

@media screen and (max-width: 1199px) {

  /* banner */
  .heading h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 2.4rem;
  }

  span.qu-li {
    margin: 0 20px;
  }

  /* counter */
  .counter-item {
    margin-top: 1.5rem;
  }

  .counter-item h2 {
    font-size: 1.3rem;
  }

  span.counter-count.count {
    font-size: 3rem;
  }

  /* banner section */
  .heading {
    flex: 0 0 80%;
  }

}

@media screen and (max-width: 991px) {

  /* navbar */
  ul.nav-tabs li a {
    font-size: 0.8rem;
  }

  /* coutner */

  .counter-item h2 {
    font-size: 1.2rem;
  }

  span.counter-count.count {
    font-size: 2.2rem;
  }

  .banner {
    background-size: 75%;
    background-position: left center;
  }

  .banner-text {
    padding: 7rem 0% 7rem 4%;
  }

  .heading h1 {
    font-size: 2rem;
  }

  .banner {
    background-position: left 70%;
    height: 400px;
    overflow: hidden;
  }
    /* turn btn */
  .turn-btn {
    margin: 0;
  }

  .intake__wrapper {
    flex-wrap: wrap;
  }

  .intake__wrapper>div {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .intake__wrapper>div:nth-child(3):after {
    display: none;
  }

  .intake__wrapper>div>.intake-item {
    height: 190px;
  }

  .intake__wrapper>div:not(.turn__wrapper):after {
    right: -35px;
    width: 65px;
    height: 46px;
  }

  .intake-item h4 {
    font-size: 1.2rem;
  }

  .intake__wrapper>.turn__wrapper {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {

  /* navbar */
  ul.nav-tabs li {
    padding: 15px 0;
  }

  .banner {
    background-position: left 70%;
    height: 300px;
    overflow: hidden;
    background-size: 72%;
    background-repeat-x: repeat;
  }

  .navigation-bar ul.nav-tabs {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    overflow-y: auto;
    align-items: inherit;
    padding-left: 1rem;
  }

  .navigation-bar {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 10;
    width: 45vw;
    height: 100vh;
    transform: translateX(-100%);
    opacity: 0.7;
    transition: all 0.5s;
  }

  ul.nav-tabs li {
    transform: translateX(-110px);
    transition: all 0.5s cubic-bezier(0.42, 0, 0, 1.43);
  }

  .nav-show {
    transform: translateX(0);
    opacity: 1;
  }

  .nav-show ul li {
    transform: translateX(0);
  }

  .nav-show ul li:nth-child(1) {
    transition-delay: 0.1s;
  }

  .nav-show ul li:nth-child(2) {
    transition-delay: 0.2s;
  }

  .nav-show ul li:nth-child(3) {
    transition-delay: 0.3s;
  }

  .nav-show ul li:nth-child(4) {
    transition-delay: 0.4s;
  }

  .nav-show ul li:nth-child(5) {
    transition-delay: 0.5s;
  }

  .nav-show ul li:nth-child(6) {
    transition-delay: 0.6s;
  }

  .nav-show ul li:nth-child(7) {
    transition-delay: 0.7s;
  }

  .nav-show ul li:nth-child(8) {
    transition-delay: 0.8s;
  }

  .nav-show ul li:nth-child(9) {
    transition-delay: 0.9s;
  }

  .cross-show {
    transform: rotate(0deg);
  }

  /* corss show */
  .corss-icon {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    transition: all 0.5s;
    padding-right: 10px;
    cursor: pointer;
  }

  .corss-icon img {
    height: 25px;
    width: 25px;
  }

  /* hAMburger+logo +chat*/
  .hamburger {
    display: block;
    cursor: pointer;
  }

  .ham-logo {
    justify-content: space-between;
    position: relative;
  }

  .logo {
    width: 230px;
  }

  .logo img {
    width: 100%;
  }

  /* chat */
  .chat {
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    top: -50px;
    right: 90px;
  }

  .chat a img {
    height: 40px;
    width: 40px;
  }

  /* banner-text */
  .banner-text {
    opacity: 1;
  }

  .heading {
    flex: 0 0 70%;
  }

  /* energy */
  .sec-heading.sevices {
    flex-direction: column;
  }

  .px-lef {
    padding: 0 !IMPORTANT;
  }

  .service-image img {
    padding: 10px;
  }

  .heading h1 {
    font-size: 1.7rem;
  }
    .intake__wrapper>div>.intake-item {
    height: 150px;
  }

  .intake__wrapper>div:not(.turn__wrapper):after {
    right: -27px;
    width: 51px;
    height: 34px;
  }

  .intake-item h4 {
    font-size: 1.1rem;
  }

  .intake__wrapper>.turn__wrapper {
    padding-left: 30px;
  }

  .turn-btn a {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 575px) {

  /* sidebar width */
  .navigation-bar {
    width: 52vw;
  }

  /* banner-text  */
  .heading {
    flex: 0 0 75%;
  }

  /* CHAT */
  .chat {
    display: none;
  }

  .banner-text {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    justify-content: center;
    height: 100%;
    padding: 0;
  }

  /* partner logo */
  .partner-logo {
    margin-top: 2rem;
  }

  /* heading */
  .sec-heading h4 {
    font-size: 1.2rem;
  }

  .solar-item-plate img {
    transform: rotate(0deg);
  }

  /* slider arrows */
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    height: 40px;
    width: 40px;
  }

  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    height: 40px;
    width: 40px;
  }

  .banner {
    background-size: cover;
    height: 300px;
    overflow: hidden;
    background-repeat-x: repeat;
    margin: 20px 0 0;
  }

  .heading h1 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {

  /* sidebar width */
  .navigation-bar {
    width: 100vw;
  }

  .sec-heading.cop-sec {
    margin-bottom: 2rem;
  }

  .banner-text {
    background: rgb(18 72 151 / 38%);
  }
    .intake__wrapper>div {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .intake__wrapper>div:nth-child(2)::after,
  .intake__wrapper>div:nth-child(4)::after {
    display: none;
  }

  .intake__wrapper>div:nth-child(3)::after {
    display: inline-block;
  }

  .intake__wrapper>div>.intake-item {
    height: 170px;
  }

  .intake__wrapper>div:not(.turn__wrapper):after {
    right: -30px;
    width: 56px;
    height: 40px;
  }

  .intake__wrapper>.turn__wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 30px 0 50px;
    padding: 0;
  }

  .intake__wrapper>div>.turn-btn {
    width: initial;
  }
}