.hidden{
  display: none !important;
}
.events {
  display: block;
}
.mobile-only {display: none;}
@media (max-width:768px) {
  .mobile-only {display: block !important;}
  img{
    width: 100%;
  }

}

.events .event {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #000000;
  background-image: url("/wp-content/uploads/2021/07/metro-home-placeholder.jpg");
      background-size: cover;
}
.events .event:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 1;
}
.events .event a {
  color: white;
}

.client-details {
    padding-top: 10rem;
}

.events .event .content-wrap {
  color: white;
  position: relative;
  z-index: 100;
  width: fit-content;
  height: 100%;
  display: block;
}
.events .event .content-wrap .content {
  width: 80%;
  margin: auto;
}

.section-heading {
    position: relative;
    z-index: 500;
    margin-bottom: 4rem;
}

.video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

video::-webkit-media-controls {
  display: none !important;
}

.post-categories span:last-child {
    display: none !important;
}


/* Image hover */

.ai-text-image-hover{
  padding-top: 10rem;
}

.ai-text-image-hover a {
  color: blue;
}
.ai-text-image-hover img {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  transform: translateX(-100%)  translateY(-150%);
  pointer-events:none;
  max-width: 250px;
  /* transition: 0.1s all ease; */
  /* transform: scale(0.8); */
}
.ai-text-image-hover img.visible {
  visibility: visible;
  transition: 0.1s all ease;
  /* transform: scale(1); */
}
.ai-text-image-hover nav {
  max-width: 18em;
  margin: auto
}

.ai-text-image-hover h2 {
    line-height: 58px;
    font-size: 35px;
    text-align: center;
}

.hover-content .ai-text-revel-wrapper {
  margin-bottom: 0px;
  line-height: 5rem;
}
.hover-content .ai-text-revel-wrapper .word.ai-split-line-span-reaveal{
  background: linear-gradient( 264deg, #984be8 0%, #337ef6 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

.percentage.ai-text-revel-wrapper .ai-split-line-reveal {
  line-height: 195px;
}

.percentage.ai-text-revel-wrapper .ai-split-line-reveal .ai-split-line-span-reaveal {
  background: linear-gradient( 107deg, #8b4ccc 0%, #397be5 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #000;
}

.ai-text-image-hover a {
  padding-right: 0.4rem;
}

.client-details .client-details-item a.active:after {
    width: 100%;
    background-image: linear-gradient(251deg, #984be8 0%, #337ef6 100%);
    transition: 0.4s all ease;
}

.client-details .client-details-item a.active h2{
    opacity: 1;
}
