

section.our-programs .item, .members .item {
  position: relative;
   cursor: pointer;
   height: 100%;
}

 .members .item:hover .designation {
   bottom: 20px;
  transition: all 0.5s ease;
}


 .members .item .designation,  .members .item p {
   bottom: 15px;
  transition: all 0.5s ease;
  font-size: 23px;
 
}
 /* .members .item p {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #FFFFFF;
    z-index: 2;
} */

 .members .item .designation {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFFFFF;
    z-index: 2;
}



#guests p, .trancate {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.logo-ab{
  height: auto;
  position: absolute;
  top : 20px;
  right: 20px;
  opacity: 0.5;
  z-index: 1;
}

.logo-ab img{
  height: 80px;
  width: auto;
}
.overlay {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    height: 60% !important;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.80) 100%) !important;
    border-radius: 8px !important;
}

.dialog{
  max-width:60%  !important;
}

.banner-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


.banner-text h1{
  font-size: 60px;
   font-weight: 500;
  font-style: normal;

  
}

.banner-text h2{
  font-size: 360px;
  font-family: 'Times New Roman', Times, serif;
    line-height: 290px;
}
.banner-text h3{
  font-size: 50px;
   font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
}
.banner-text h5{
  font-size: 30px;
   font-weight: 400;
  font-style: normal;

}



.hosts{
  margin-top: 90px;
}

@media (max-width: 1199px) {

 .banner-text h1{
  font-size: 40px;
}
.banner-text h2{
  font-size: 250px;
    line-height: 190px;
}
.banner-text h3{
  font-size: 35px;
}
.banner-text h5{
  font-size: 22px;

}

#programs .item p, #guests .item p, .members .item p {
    bottom: 15px;
    transition: all 0.5s ease;
    font-size: 20px;
}
}


@media (max-width: 992px) {

 .banner-text h1{
  font-size: 30px;
}
.banner-text h2{
        font-size: 175px;
        line-height: 140px;
}
.banner-text h3{
  font-size: 26px;
}
.banner-text h5{
  font-size: 18px;

}
#programs .item p, #guests .item p, .members .item p{
  font-size: 28px;
}
}



@media (max-width: 768px) {
    .customfs{
        font-size: 20px !important;
    }
    #programs .item p {
  font-size: 28px !important;
 
}
.dialog{
  max-width:100% !important;
}

.banner img{
  height: 300px;
  object-fit: cover;
  width: 100%;
}

}

@media (max-width: 600px) {
    .customfs{
        font-size: 18px !important;
    }

      #programs .item p {
  font-size: 30px !important;
 
}


     .banner-text h1{
  font-size: 25px;
}
.banner-text h2{
                font-size: 150px;
        line-height: 125px;
}
.banner-text h3{
  font-size: 22px;
}
.banner-text h5{
  font-size: 18px;

}
}

/* Base animation */
.animate {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: zoomFadeUp 1s ease-out forwards;
}

/* Keyframes */
@keyframes zoomFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Staggered delays */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.8s; }
.delay-4 { animation-delay: 1s; }

.ftco-footer .overlay{
  display: none !important;
}