body {
    margin: 0;
      padding: 0;
      background: radial-gradient(dimgray, black);
      height: 100vh;
     }
    h3 {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%,-50%);
      color: black;
      font-family: Times New Roman, serif;
      /* background: -webkit-linear-gradient(deeppink, yellow, deeppink, purple);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      font-size: 4.5vw;
      /* text-transform: uppercase; */
     
      color: #0dd370;
    }
    h3:before {
      content: attr(data-text);
      position: absolute;
      top: 0;
      left: 0;
      transform-origin: bottom;
      /* transform: rotateX(180deg); */
      line-height: 1.14em;
     background: linear-gradient(0deg, #000000 0, transparent 70%);
        -webkit-background-clip: text;
      -webkit-text-color: transparent;
      opacity: 0.3;
    }
    header {
      display: block;
      text-align: center;
      line-height: 1.5em;
      margin: 50px;
      font-size: 2vw;
      background: linear-gradient(deeppink, purple, yellow, purple);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      
    }


header {
    padding: 20px;
    background-color: #f8f9fa;
}

.logo {
    max-width: 125px;
    height: auto;
    /* display: flex; */
}

/* h3 {
    font-size: 2em;
    margin: 20px 0;
} */

.image-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.responsive-img {
    max-width: 30%;
    height: 315px;
    margin-top: 76px;
}

footer {
    padding: 20px;
    background: linear-gradient(0deg, #08080800 0, transparent 70%);
}
.we{
    width: 100%;

}
@media only screen and (max-width: 768px) {
    h3 {
   
        top: 30%;
        font-size: 3.5vw;
        
      }
      .responsive-img {
        height: auto;
      
    }
  }
