.carousel-img{
    height:700px !important;
    width:100% !important; 
    object-fit: cover;
    float: left;
   }

.overlay-content {
    position: absolute;
    top: 0%;
    left:10%;
    transform: translateX(-50%);
    width: 100%;
    /* background-color: rgb(16 63 163 / 95%); */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 20px;
    margin-left: 35%;
    text-align: left;
    z-index: 2;
    background-color: transparent;
    background-image: linear-gradient(260deg, transparent 0%, rgb(62 106 155) 100%);

}
.contcaro{
    margin: 9%;
    margin-top: 41%;
}

.style-font {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 700;
}


.texcolor {
  color: rgb(255, 255, 255);
  font-size: 74px;
  font-weight: 900;

    
}
.paraind{
  color: #ffffff;
  line-height: 2;
  font-size: 17px;
}
