

.product-banner {
    background: 
        linear-gradient(
            rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65)),
        url("https://s.clipartkey.com/mpngs/s/27-276261_solar-power-png-clipart-solar-power-png.png");

    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-content {
    text-align: center;
    padding: 30px 40px;
    backdrop-filter: blur(10px);
    /* background: rgba(255, 255, 255, 0.08); */
    border-radius: 15px;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); */
    color: #fff;
    max-width: 80%;
}

.product-content h1 {
    font-size: 4rem;
        font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 20px;
    font-weight: 700;

}

.product-content p {
    font-size: 1.2rem;
    color: #e0e0e0;
    letter-spacing: 2px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.product-content button {
    padding: 12px 28px;
    border: none;
    border-radius: 30px;
    color: #267712a1;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.product-content button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(15, 65, 0, 0.5);
}

.about-sec h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
/* font-display: 600; */
font-weight: 600;
letter-spacing: 2px;
font-style:normal;
}

.about-sec p{
      /* font-size: 1.2rem; */
      font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 25px;
    justify-content: flex-start;
    line-height: 1.7;
    text-align: justify;
}

.type-card {
  background: rgb(0, 65, 0);
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  color: white;
  padding: 20px;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.type-card h5{
    font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: 550;
}

.type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.562);
  border-color: #ddd;
}

.product-img-6{
    box-shadow: 0px 10px 30px  rgb(0, 0, 0);
    width: 100%;
    border-radius: 15px;
}

.product-content-6{
    letter-spacing: 2px;
    text-transform: uppercase;
}
.product-content-6 h1{
    font-weight: 600;
text-transform: capitalize;
        font-family: Georgia, 'Times New Roman', Times, serif;

}
.bi{
    color:  rgb(0, 65, 0);
    font-size: 40px;
    margin-right: 10px;
}




