.hero{
    background-image: url(../assets/about/solar-power-panel-sky-background-3d-rendering\ \(1\)\ 1.png);
    height: 580px;
} 
.hero{
    color:#00DA4A;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 6rem ;
}
.hero h1{
    font-size:5rem;
}
.hero h3{
    font-size: 2rem;
}
.about{
    padding: 30px 80px;
}
.about .title-text,.strength .title-text{
    color: #000;
}
.about  div p{
padding: 15px 0px;
font-size: 18px;
}
.vison-mission,.costomer{
    background: #343434;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
}
.statements{
    display: flex;
    align-items: center;
    justify-content: center;
}
.statements .text h2{
    color: #00DA4A;
    font-size: 36px;
}
.statements .text p{
    color: #fff;
    font-size: 18px;
}
.mission{
    margin-top: 6rem;
}
.strength{
    padding: 30px 60px;
}
.strength h2{
    color: #00DA4A;
    margin-top: 30px;
}
.strength p{
    font-size: 18px;
}
.brochure{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cost-card-section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.cost-card-section .logo-card{
    width: 250px;
    height: 150px;
    padding: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    margin: 20px;
}
.cost-card-section .logo-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.advantages-card-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 3rem;
    flex-wrap: wrap;
}
.advantages{
    padding: 30px;
    background-image: url(../assets/avd-bg.png);
    background-position: bottom;
   height: 700px;
}
.advantages h1{
    color: #000;
}
.avd-card{
    padding: 20px;
    border: 2px solid #00DA4A;
    width: 360px;
    height: 400px;
    border-radius: 12px;
}
.avd-card p{
    font-size: 18px;
    margin-top: 2rem;
    font-weight: 600;
    color: #343434;
}

.gall{
    width: 90%;
    margin: 0 auto;
}
  #gallery{
    -webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;
     width: 100%;
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  @media (max-width:1200px){
    #gallery{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:800px){
    #gallery{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:600px){
    #gallery{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }  
  }
  #gallery img,#gallery video {
    width:100%;
    height:auto;
    margin: 4% auto;
    box-shadow:-3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .modal-img,.model-vid{
    width:100%;
    height:auto;
  }
  .modal-body{
    padding:0px;
  }


@media(max-width:670px){
    .about,.vison-mission, .costomer,.strength{
        padding: 30px 20px;
    }
    .brochure h2{
        font-size: 16px;
    }
    .statements{
        flex-direction: column;
    }
    .statements img{
        width: 100%;

    }
    .hero{
        padding: 30px;
        background-size:cover;
    }
    .hero >h1 {
        font-size: 45px;
    }
    .hero > h3{
        font-size: 30px;
    }
    .hero{
        height: 300px;
    }
    .advantages{
        height: auto;
    }
    .avd-card {
        margin: 30px 0;
    }
}