.kl-hero-sec-video .title_hero{
  font-size: 80px;
  font-weight: normal;
  line-height: 1.19;
  margin-bottom: 10px;
  color: #fff;
}
.kl-hero-sec_img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.kl-hero-01__content{
  position: relative;
}
/*animate text*/
.animate-text {
  height: 97px;
  overflow: hidden;
  display: inline-flex;
}

.animate-text span{
  color:#FF00A7;
  font-weight: 600;
  display: none;
}

.animate-text span.text-in{
  display: block;
  animation: textIn .5s ease;
}
.animate-text span.text-out{
  animation: textOut 1s ease;
}
@keyframes textIn{
  0%{
    transform: translateY(100%);
  }
  100%{
    transform: translateY(0%);
  }
}
@keyframes textOut{
  0%{
    transform: translateY(0%);
  }
  100%{
    transform: translateY(-100%);

  }
}


/**/
.content__max{
  max-width: 100% !important;
  width: 100%;
}
.kl-hero-sec-video  p{
  line-height: 1.334;
}
.cnt__video{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;   
  object-fit: cover;
}
.kl-hero-sec-video{
  position: relative;
}
.content__text{
  position: relative;
  z-index:1;
}
@media(max-width: 1250px){
  .kl-hero-sec-video .kl-hero-01__content {
    padding: 20px 20px 20px 20px;
}
@media(max-width: 768px){
  .animate-text {
    height: 57px;
    overflow: hidden;
    display: block;
  }
  .kl-hero-sec-video{
     display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .kl-hero-sec-video h1{
    font-size: 65px;
  }
  .kl-hero-sec-video  p{
    font-size: 20px !important;
  }
  .kl-hero-sec-video .title_hero{
    font-size: 42px !important;
  }
  .kl-hero-sec-video .kl-rich-text__buttons{
    margin-top: 35px;
  }
  .kl-hero-sec-video .kl-rich-text__buttons {
    margin-top: 35%;
  }
  .kl-hero-sec-video .kl-rich-text>div:first-child {
    max-width: 100% !important;
  }
}
@media(max-width: 500px){
  .kl-hero-sec-video{
    min-height: 100vh;
  }
}