
.event-date {
    margin: 15px 0px;
}

.incubator-detail-div {
    margin: 10px 0px;
    margin-bottom: 0;
}

.img-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: contain;
}

.event-img {
    height: 250px;
    width: 100%;
    object-fit: contain;
    border: 1px solid gainsboro;
}
.event-form-div {
    margin-bottom: 20px;
}
/* .project-details{
    font-size: 1.10rem;
     color: #13005A;
} */

.sub-title{
    /* font-size: 1rem; */
    font-size: 18px;
    color: #7C89B3;
    margin-bottom: 0;
}
.iconimg{
    font-size: 70px;
    cursor: pointer;
    color: #106483;
    transition: filter 0.3s ease-in-out;
}
.text-overlay {
    position: absolute;
    top: 60%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

    font-weight: bold;
    pointer-events: none; /* Allow interactions with the icon underneath */
  }
  .icon-container:hover{
    cursor: pointer;
  }
  .icon-container:hover .iconimg {
    
    filter: blur(2px);
  }

  .icon-container:hover .text-overlay {
    opacity: 1;
  }

  .incubator-detail-div strong{
    font-size: 18px;
    /* text-shadow: -1px 0 white, 0 1px black, 1px 0 white, 0 -1px white; */
  }
  


  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .incubatorBtn{
    background: #FF9900;
    width: 100px;
    color: white;
    border-radius: 15px;
    padding: 5px 20px;
    border: none;
    width: max-content;
    /* font-weight: 900; */
    /* margin-top: 13px; */
    /* margin-left:150px; */
  }



/* new csss */

.event-main {
  padding: 22px 0px;
  background: white;
}

.event-details-div {
  /* background: white; */
  padding: 25px;
  /* box-shadow: 0px 0px 5px gainsboro; */
  /* border-radius: 5px; */
}
  .new-card{
    margin: 20px;
    border-radius: 30px;
    width: 90%;
    left:50px;
    border: 1px solid #80808045;
  }
  @media(max-width: 600px) {
    .new-card{
     
      left:0px;
    }
    }
  .title-head{
    padding: 0px 0px 0px 30px;
  }
  .details-list{
    color:#6F6F6F;
  }
  .detail-side-head{
    font-weight:600;
  }
  .detail-p{
    margin-top: 0;
    margin-bottom: 0;
  }
  .intrest-btn{
    background-color: #FFA012;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
    margin: 17px 0px;
    padding: 5px 20px;
    border: none;
    width: max-content;
  }
  .project-details {
    display: flex;
    flex-direction: column;
}
.detail-row {
  display: flex;
  margin-bottom: 10px;
}
.doc-card{
  margin: 10px;
  border-radius: 15px;
  box-shadow: 0 0 5px 0px #00000026 !important;
}
.doc-card img{
  cursor: pointer;
}
.doc-card-cont{
  padding:10px;
}