/* rizwan */
#ball {
   
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #f71e52 !important;
    background-color:#f71e52 !important;
}
h1.hero-title.caption-timeline.primary-font-title.aku-primary-color {
  text-transform: unset !important;
}

.slide-caption .slide-title {
  font-size: 60px !important;
  text-align: center;
}

.overlapping-image .slide-caption {
  position: relative;
  display: block;
}

.big-title {
  font-size: 40px;
  line-height: 48px;
}
.overlapping-image .slide-caption {
  box-sizing: border-box;
  display: block;
  /* padding: 80px; */
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  pointer-events: none;
}
.overlapping-image .slide-caption .slide-date {
  line-height: 24px;
  width: 80%;
}

.video-text-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}
.text-content {
  width: 50%;
  text-align: center;
   padding-left: 30px;
}

.text-content p {
  padding-top: 15px;
}

.video-content {
  width: 50%;
}
.video-content img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

/* Responsive */

@media (max-width: 600px) {
  .overlapping-image .slide-caption .slide-title {
    font-size: 35px !important;
    line-height: 40px;
    padding: 0;
    margin-top: 20px;
  }
  .overlapping-image .slide-caption {
    padding: 20px;
  }
  .overlapping-image .slide-caption .slide-date {
    line-height: 24px;
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
  }
  .video-text-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .video-content img {
    width: 600px;
    display: none;
  }
  .text-content {
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  .text-content p {
    padding-top: 0px;
  }
}
