      /* Home page */
      .about-img{
        width: 99.30vw;
        height: 100vh;
        position: relative;
        background: black;
      }
      .about-bg{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-position: center center;
        background-image: url(../Images/17.jpg);
        background-size: cover;
        background-attachment: fixed;
        opacity: 50%;
      }
      .about-text{
        position: absolute;
        bottom: 0;
        left: 5%;
        right: 0;
        right: 50;
        color: white;
        padding: 50px;
      }
      .about-text p{
        font-size: 70px;
        }
      .news{
        height: 80vh !important;
        border: 5px solid black;
        background-attachment: local !important;
        opacity: 100% !important;
      }
      
      .head{
        background-image: url(..//Images/Nitin.jpeg);
        background-size: cover;
        border-radius: 10%;
      }
      .founder{
        background-image: url(..//Images/Bhavesh.jpeg);
        background-size: cover;
        border-radius: 10%;
      }
      .bhead{
        background-image: url(..//Images/Sohambhai.jpeg);
        background-size: cover;
        background-position: center center;
        border-radius: 10%;
      }
      .rhead{
        background-image: url(..//Images/Jignashaben.jpeg);
        background-size: cover;
        border-radius: 10%;
      }
      .news-bg{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        }
        #points ul li{
            list-style:disc;
            padding: 10px;
        }
      .coa{
        height: 60vh;
        width: 99.3vw;
        background-image: url(../Images/9.jpg);
        background-position: top;
        background-size: cover;
        background-attachment: fixed;
        opacity: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }
      @media (max-width: 995px) {
        .hs{
            padding: 175px 50px;
        }
        form input{
            flex-direction: column;
        }
        .news{
          height: 50vh !important;
        }
        .about-text p{
            font-size: 50px;
        }
      }
      @media (max-width: 800px) {
        .about-text p{
            font-size: 40px;
        }
      }