.container-bg-color{
 background-color: #FAF7F7;
}
.quick-link-sections{
  background-color: #fff;
  padding: 40px 50px;
  width: 318px;
  border: 1px solid #EDEDED;
  border-radius: 24px;
}
.quick-link-sections:hover{
    box-shadow: 0px 14px 14px rgba(12.75, 12.75, 12.75, 0.04);
    position: relative;
    border: 1px solid transparent;
    z-index: 1;
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #F4EFFF 0%, #B9ABD6 100%) border-box;
}
.upcoming-events-container{
  padding: 25px;
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 24px; 
}
.custom-list-group{
  min-height: 275px;
  max-height: 275px;
  overflow-y: scroll;
}
.custom-list-group::-webkit-scrollbar {
    height: 5px;
    width: 4px;
    background-color: #ece9e9;
    border-radius: 12px;
  }

.custom-list-group::-webkit-scrollbar-thumb {
    /* // background-color: $border-color-v17; */
    border-radius: 12px;
}

.date-month-section{
  background: linear-gradient(180deg, rgba(255, 214, 214, 0.16) 0%, rgba(249, 122, 122, 0.16) 68%);
  border-radius: 20px;
  width: 80px;
  height: 80px;
}
.quick-link-img{
    width: 48px;
    height: 48px;
}
.quick-link-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.color-pink{
  color: #F97A7A;
}

.footer-container{
  background-color: #020609;
  padding-top: 60px;
}
.footer-link-color{
  color: #9CA1AE;
}
.footer-link-color:hover{
    color: #898a8e;
}

.footer-btn{
  background-color: #020609;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 12px;
  display: flex;
}
.footer-btn img{
    width: 20px;
    height: 20px;
}

.footer-btn:hover{
    background-color:#6a6c6d ;
}

/* // .custom-dialog{
//   min-width: 800px;
// } */
.modal-close-btn{
  background-color: #EDEDED;
  border-radius: 50%;
  position: absolute;
  right: 10px;
    top: 10px;
}
.btn-close.modal-close-btn{
  background-size: 10px;
}
.popup-img{
  /* width: 280px;
  height: 170px; */
}
.popup-img img{
    width: 100%;
    object-fit: cover;
}

/* //Project managament */
.banner-section{
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #fff;
  position: relative;
  border: 1px solid transparent;
  z-index:1;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #EDEDED 0%, #fff 100%) border-box;
  content: "";
  /* background-image: url(../img/banner-image.png); */
  /* // width: 500px;
  // height: 500px;
    // display: flex;
    // align-items: center;
    // justify-content: center; */
    overflow: hidden;
    content: "";
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.banner-text-section{
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: transparent;
  padding: 70px;
  border-radius: 24px;
  position: absolute;
  width: 600px;
}
.details-container{
  padding: 40px 60px;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media(max-width:1024px){
    .details-container{
        padding: 40px 20px;
    }
    .banner-text-section {
        padding: 60px 20px;
        width: 100%;
    }
    /* .carousel-caption.carousel-text-container{
        width: 100% !important;
    } */
    .banner-carousel, .carousel-inner.custom-carousel-sections{
        height: 400px;
    }
    .carousel-caption.carousel-text-container{
        padding: 50px 30px !important;
    }
    .carousel-indicators.custom-carousel-indicators {
        left: 43% !important;
    }
    .banner-carousel-img, .custom-carousel-item{
        height: 100%;
        object-fit: cover;
    }
}
.border-left-para{
  border-left: 3px solid #5351BD;
}
.primary-btn{
  background-color: #020608;
  color: #fff;
  border: 1px solid #020608;
  border-radius: 9px;
  padding: 8px 10px;
}
.article-popup-scroll{
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll;
}
.article-popup-scroll::-webkit-scrollbar {
        height: 5px;
        width: 4px;
        background-color: unset;
        border-radius: 12px;
      }
    
.article-popup-scroll::-webkit-scrollbar-thumb {
        background-color: #9C9C9C;
        border-radius: 12px;
      }
.article-popup-scroll::-webkit-scrollbar-track {
        background-color: unset;
        border-radius: 12px;
}



