/* hero section      */

.cloud-hero {
  padding: 180px 100px 80px;
  background: #EFF4FF;
}

.cloud-hero .container-custom {
  max-width: 1240px;
  margin: auto;
  background: #fff;
  border-radius: 26px;
  padding: 70px;
}

.hero-content h1 {
  font-family: Bricolage Grotesque;
font-weight: 600;
font-style: SemiBold;
font-size: 44px;
line-height: 44px;
letter-spacing: 0px;

  color: #0F172B;
  margin-bottom: 25px;
}

.hero-content p {
  font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 15px;
line-height: 24.38px;
color: #45556C;
letter-spacing: 0px;

  margin-bottom: 35px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 27px;
  background: #0659F5;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-family: Space Grotesk;
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: capitalize;

  transition: 0.4s;
}

.hero-btn:hover {
  background: #1d4ed8;
  color: #fff;
}

.hero-diagram {
  text-align: center;
}

.hero-diagram img {
  max-width: 100%;
  width: 463px;
  max-height: 406px;
}

/* why enerweb  */

.why-enerweb {
  padding: 80px 0;
  background: #fff;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 36px;
line-height: 40px;
letter-spacing: 0px;
text-align: center;
background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

.why-card {
  background: #fff;
  border: 1px solid #F1F5F9;
  border-radius: 16px;
  padding: 40px 30px;
  height: 100%;
  transition: 0.4s;
  max-width: 350px;
  max-height: 358.25px;
}
.why-enerweb .row {
  --bs-gutter-x: -150px;
  --bs-gutter-y: 24px;
}

/* .why-card:hover {
  transform: translateY(-8px);
} */

 
.why-icon {
  width: 112px;
  margin-bottom: 30px;
  margin-left: 80px;

}

.why-icon1 {
  width: 290px;
  /* margin-bottom: 30px; */
}



.why-card h4 {
  font-family: Bricolage Grotesque;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
line-height: 30px;
letter-spacing: 0px;

  margin-bottom: 15px;
}

.why-card p {
  color: #6b7280;
font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 22.75px;
letter-spacing: 0px;
}

/* automated devops pipeline section  */

.pipeline-section {
  padding: 100px 0;
}

.pipeline-title {
  text-align: center;
  margin-bottom: 70px;
}

.pipeline-title h2 {
  background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 36px;
line-height: 40px;
letter-spacing: 0px;
text-align: center;

}

.pipeline-title p {
font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 28px;
letter-spacing: 0px;
color: #45556C;
text-align: center;
}

.pipeline-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 110px;
}

/* .pipeline-line {
  position: absolute;
  top: 40px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: #c7d2fe;
} */

.pipeline-line {
  position: absolute;
  top: 40px;
  left: 8%;
  right: 8%;
  height: 3px;
  overflow: hidden;
  z-index: 1;
}

/* MOVING DASHES */


.pipeline-line::before {
  content: "";
  position: absolute;
  inset: 0;

  background: repeating-linear-gradient(
    90deg,
    #1f63ff 3px,
    #1f63ff 7px,
    transparent 10px,
    transparent 18px
  );
    width: 80%;
    left: 80px;
  animation: dashFlow 0.1s linear infinite;
}

@keyframes dashFlow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(24px);
  }
}

.pipeline-item {
  position: relative;
  z-index: 10;
  /* border: 1px solid #e5e7eb; */
  border-radius: 20px;
  /* padding: 24px 16px; */
  text-align: center;
  transition: 0.3s ease;
  margin-top: 6px;
}

.pipeline-item img {
      width: 68px;
    margin-bottom: 15px;
    background: white;
    /* border: 1px solid #0000002b; */
    border-radius: 16px;
    padding: 20px;
    border-top: 0.8px solid #F3F4F6;
box-shadow: 0px 20px 40px 16px #0659F414;

}

.pipeline-item h6 {
font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
color: #0F172B;
margin-bottom: 0;
margin-top: 10px;
}

.pipeline-item span {
  font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 12px;
line-height: 16px;
letter-spacing: 0px;
text-align: center;
margin-top: 0;
color: #62748E;
}

/* Connect Your Entire Ecosystem section  */

.ecosystem-section {
  padding: 100px 0 220px;
  background-color: #F9FAFC ;
}

.ecosystem-section .container-customm{
    max-width: 1240px;
  margin: auto;
  background: #fff;
  border-radius: 26px;
  padding: 70px;
}

.ecosystem-title {
  text-align: center;
  margin-bottom: 60px;
}

.ecosystem-title h2 {
  font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 36px;
line-height: 40px;
letter-spacing: 0px;
text-align: center;
 background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.ecosystem-title p {
 font-family: Arial;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 28px;
letter-spacing: 0px;
text-align: center;
color: #45556C;
  margin: auto;
  max-width: 672px;
}

.tool-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  border-radius: 16px;
  padding: 25px;
  max-width: 317.6000061035156px;
  height: 97.5999984741211px;
  max-height: 100%;
}

.tool-card img {
  width: 48px;
}

.tool-card h5 {
  margin-bottom: 0;
  font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
color: #0F172B;
}

.tool-card span {
font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 12px;
color: #62748E;
line-height: 16px;
letter-spacing: 0px;
margin-top: 0;
}

.feature-card-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  border-radius: 16px;
  padding: 25px;
  max-width: 317.6000061035156px;
  /* max-height: 97.5999984741211px; */
}

.feature-card-2 img {
  width: 50px;
  margin-bottom: 15px;
  
}

.blue-card {
  background: #EFF6FF;
}

.green-card {
  background: #ECFDF5;
}

.purple-card {
  background: #FAF5FF;
}

.feature-card-2 h5 {
  font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
color: #0F172B;
  margin-bottom: 0px;
}

.feature-card-2 span {
  color: #45556C;
 font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 12px;
line-height: 19.5px;
letter-spacing: 0px;

}



.footer-ctam {
  top: 160px;
}

.footer-ctam {
  background-image: url("../images/About-us/aboutsection/future-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  border-radius: 30px;
  padding: 90px 30px;
  text-align: center;
  z-index: 2;
  margin-top: -300px;
  box-shadow: 0px 12px 70px -36px #ffffff99;
  width: 1200px;
  max-height: 400px;
  justify-self: center;
}

.footer-ctam h2 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-ctam p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  max-width: 760px;
  margin: auto;
  margin-bottom: 40px;
  color: #cad5e2;
}

.join-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: 153px;
  max-width:200px ;
  width: 100%;
  height: 46px;
  background: #fff;
  color: #0c57db;
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  margin: 30px;
  border-radius: 12px;
  transition: 0.3s ease;
  text-decoration: none;
}

.footer-section {
  padding: 222px 80px 20px !important;
}

.footer-sidetopics {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
    flex-wrap: wrap;
}



/* =========================
   TABLET (992px and below)
========================= */
@media (max-width: 991.98px) {

  .cloud-hero {
    padding: 120px 15px 60px;
  }

  .cloud-hero .container-custom,
  .ecosystem-section .container-customm {
    padding: 40px 25px;
  }

  .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .hero-content h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .hero-diagram img {
    width: 100%;
    max-width: 400px;
  }

  .why-enerweb .row {
    --bs-gutter-x: 24px;
  }

  .why-card {
    max-width: 100%;
  }

  .why-icon,
  .why-icon1 {
    margin-left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .why-icon1 {
    width: 180px;
  }

  .pipeline-wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }

  .pipeline-line {
    display: none;
  }

  .tool-card,
  .feature-card-2 {
    max-width: 100%;
  }

  .footer-ctam {
    width: 100%;
    margin-top: -180px;
  }

}


/* =========================
   MOBILE (768px and below)
========================= */
@media (max-width: 767.98px) {

  .cloud-hero {
    padding: 110px 15px 50px;
  }

  .cloud-hero .container-custom {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-btn {
    width: 100%;
    max-width: 220px;
  }

  .section-heading h2,
  .pipeline-title h2,
  .ecosystem-title h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .pipeline-title p,
  .ecosystem-title p {
    font-size: 16px;
  }

  .why-card {
    padding: 25px;
  }

  .why-icon {
    width: 80px;
  }

  .why-icon1 {
    width: 140px;
  }

  .pipeline-section {
    padding: 70px 0;
  }

  .pipeline-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .pipeline-item img {
    width: 60px;
  }

  .ecosystem-section {
    padding: 70px 0 180px;
  }

  .ecosystem-section .container-customm {
    padding: 30px 20px;
  }

  .tool-card,
  .feature-card-2 {
    padding: 18px;
  }

  .tool-card img,
  .feature-card-2 img {
    width: 40px;
  }

  .footer-ctam {
    width: 100%;
    padding: 60px 20px;
    margin-top: -200px;
    border-radius: 20px;
  margin-bottom: 130px;

    
  }

  .footer-ctam h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-ctam p {
    font-size: 14px;
    line-height: 22px;
  }

  .join-btn {
    width: 200px;
    height: 44px;
  }

  .footer-section {
    padding: 160px 10px 60px !important;
  }

}

/* =========================
   SMALL MOBILE (576px and below)
========================= */
@media (max-width: 575.98px) {

  .hero-content h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .section-heading h2,
  .pipeline-title h2,
  .ecosystem-title h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .pipeline-wrapper {
    grid-template-columns: 1fr;
  }

  .pipeline-item {
    width: 100%;
  }

  .tool-card,
  .feature-card-2 {
    flex-direction: column;
    text-align: center;
    height: 145px;
  }

  .tool-card img,
  .feature-card-2 img {
    margin-bottom: 10px;
  }

  .footer-ctam h2 {
    font-size: 24px;
    line-height: 30px;
  }

}