/*title section
---------------------------------------------------------------- */
.tf-title-section .title-section .sub-title {
    color: var(--theme-primary-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 16px;
    display: inline-block;
    position: relative;
}


.tf-title-section .title-section .heading {
    color: #081E2A;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    position: relative;
}

.tf-title-section .title-section .heading span {
    color: #B6C2D4;
    font-family: 'Yesteryear',sans-serif;
    font-weight: 400; 
      
}

.tf-title-section .title-section .heading span.icon {
  position: relative;
  display: inline-block;
}

.tf-title-section .title-section .heading span.icon::before {
  content: '';
  border: 1.5px dashed var(--theme-primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% + 10px);
  height:  calc(100% + 20px);
  rotate: -2deg;
  margin-top: -15px;
}

.tf-title-section .title-section .heading span span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% + 10px);
  height:  calc(100% + 20px);
  rotate: -2deg;
  margin-top: -15px;
}

.tf-title-section .title-section .heading span span::after,
.tf-title-section .title-section .heading span span::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid var(--theme-primary-color);
  background: #fff;
  top: -6px;
  left: -6px;
}

.tf-title-section .title-section .heading span span::after {
  top: -6px;
  left: auto;
  right: -6px;
  
}

.tf-title-section .title-section .heading span span:last-child::before {
  top: auto;
  bottom: -6px;
  left: -6px;
}

.tf-title-section .title-section .heading span span:last-child::after {
  top: auto;
  bottom: -6px;
  right: -6px;
}




.tf-title-section .title-section .description {
    color: #4F545A;
   font-size: 16px;
   font-weight: 400;
   line-height: 30.8px;
   margin-top: 18px;
}

.tf-title-section.style2 .title-section {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.tf-title-section.style2 .title-section .content-left,
.tf-title-section.style2 .title-section .content-right {
    width: 50%;
}

.title-section.style-2 .heading {
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tf-title-section .heading  {
    position: relative;
  }
  
  .tf-title-section .heading::after {
    content: attr(data-title);
    position: absolute;
    top: 4%;
    left: 1%;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    z-index: 10;
    opacity: 0.6;
    width: 100%;
  }

  /* style has button */

  .tf-title-section.has-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .tf-title-section.has-btn .title-section .heading {
        font-size: 48px;
  }

  .tf-title-section.has-btn .heading-button {
    font-size: 15px;
    font-weight: 700;
    line-height: 18.9px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0a0a0a;
    width: max-content;
    flex-shrink: 0;
    margin-top: 30px;
  }

  .tf-title-section.has-btn .heading-button i {
    margin-left: 8px;
    display: inline-block;
    color: var(--theme-primary-color);
  }

  .tf-title-section.has-btn .heading-button:hover {
    color: var(--theme-primary-color);
  }

  .tf-title-section.has-btn .heading-button:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
  }

@media (max-width: 767px) {
    .tf-title-section .title-section .heading,
    .tf-title-section.has-btn .title-section .heading {
        font-size: 35px;
    }
    .tf-title-section.style2 .title-section,
    .tf-title-section.has-btn {
        display: block;
    }
    .tf-title-section.style2 .title-section .content-left,
.tf-title-section.style2 .title-section .content-right {
    width: 100%;
}
}

.splitting .word,
.splitting .char {
  display: inline-block;
}
.splitting .char {
  position: relative;
}

.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.tf-animated .char {
    animation-fill-mode: both;
    animation-duration: 1000ms;
    animation-delay: calc(200ms + calc(15ms * var(--char-index)));
}

.splitting.tf-animated .char {
    animation-name: uicoreFadeInUp, uicoreFadeIn!important;
    animation-timing-function: cubic-bezier(.22,1,.36,1),cubic-bezier(0,0,.2,1);
}

@keyframes uicoreFadeInUp {
    0% {
        transform: translate3d(0,40px,0);
    }
    100% {
        transform: translateZ(0);
    }
}

@keyframes uicoreFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}