.awardImage{
    height: auto;
    border: 1px solid #ced4da;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 100%;
}


.banner-area {
  position: relative;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity as needed */
}

/*home page header banner */

#overlay{
  max-width: 70%;
  height: auto;
  background: rgb(10 3 3 / 45%);
  z-index: 2;
  margin:240px auto 0px;
}
.update-head{
  font-size:18px;
  margin-top: 8px;
}
.update-title{
  font-size:36px;
  margin-top: 8px;
  line-height: 40px;
}
.update-description{
  font-size:15px;
}

#overlay1{
  max-width: 70%;
  height: auto;
  background: rgb(10 3 3 / 45%);
  z-index: 2;
  margin:0px auto;
  padding: 20px 20px;
}
.update-button{
  margin-top: 0px;
}
.btn1{
  margin-top: 0px;
}
.slider1 .btn1{
  margin-top: 0px;
}


/* Single project slider image */
.single-pro-slider-img{
  width: 100%;
  height: auto;
}

.btn-project-nav{
  margin-top: 20px;
  width: 150px ;}


  .unclickable {
    color: black; /* Set the text color to black */
    pointer-events: none; /* Disable pointer events */
    cursor: default; /* Set the cursor to default */
}