
      .section-1{
        width: 99.3vw;
        height: 100vh;
        position: relative;
        background: black;
      }
      .section-1-img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-position: center;
        background-image: url(../Images/25.jpg);
        background-size: cover;
        background-attachment: fixed;
        opacity: 50%;
      }
      .section-1-txt{
        position: absolute;
        bottom: 0;
        left: 5%;
        right: 0;
        right: 50;
        color: white;
        padding: 50px;
      }
      .section-1-txt p{
        font-size: 70px;
        }
      .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;
      }
      .card-img{
        height: 40vh;
        background-position: center;
        background-size: cover;
    }
    .carousel-item{
      width: 100vw;
      height: 100vh;
      position: relative;
      background: black;
    }
    .slide-bg{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-position: center;
      background-size: cover;
      background-attachment: fixed;
      opacity: 70%;
    }
      @media (max-width: 995px) {
        .hs{
            padding: 175px 50px;
        }
        form input{
            flex-direction: column;
        }
        .news{
          height: 50vh !important;
        }
        .section-1-txt p{
            font-size: 50px;
        }
      }
      @media (max-width: 800px) {
        .section-1-txt p{
            font-size: 40px;
        }
      }