/* ========= [ * page-home_5 ]  =========*/
.home-st5 .tc-showcase-st5 {
  position: relative;
}
.home-st5 .tc-showcase-st5 .showcase-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home-st5 .tc-showcase-st5 .showcase-slider .swiper-wrapper .swiper-slide:nth-of-type(odd) .slide-item .title {
  opacity: 1;
}
.home-st5 .tc-showcase-st5 .showcase-slider .swiper-wrapper .swiper-slide:nth-of-type(odd) .slide-item .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home-st5 .tc-showcase-st5 .showcase-slider .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home-st5 .tc-showcase-st5 .showcase-slider .swiper-wrapper .swiper-slide-active {
  position: relative;
  z-index: 20;
}
.home-st5 .tc-showcase-st5 .slide-item {
  position: relative;
}
.home-st5 .tc-showcase-st5 .slide-item .info {
  position: relative;
  height: 100vh;
  padding: 50px 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-st5 .tc-showcase-st5 .slide-item .info .title {
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 500;
}
.home-st5 .tc-showcase-st5 .slide-item .info .sub-title {
  position: relative;
  font-size: 25px;
  color: var(--cr-gold1);
  letter-spacing: 30px;
  text-transform: uppercase;
  margin-top: 20px;
}
.home-st5 .tc-showcase-st5 .slide-item .info .info-card {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  border: 1px solid #fff1;
  border-radius: 100px;
  padding: 10px 30px 10px 10px;
}
.home-st5 .tc-showcase-st5 .slide-item .info .social-links {
  position: relative;
}
.home-st5 .tc-showcase-st5 .slide-item .info .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #fff2;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.home-st5 .tc-showcase-st5 .slide-item .info .social-links a:hover {
  background-color: var(--cr-gold1);
  border-color: var(--cr-gold1);
  color: #fff;
}
.home-st5 .tc-showcase-st5 .slide-item .img {
  position: relative;
  height: 100vh;
}
.home-st5 .lines-st2 {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  gap: 27vw;
  z-index: -1;
}
.home-st5 .lines-st2 span {
  width: 18%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.05;
}

.light-theme .tc-showcase-st5 .slide-item .info .social-links a,
.light-theme .tc-showcase-st5 .slide-item .info .info-card {
  border-color: #9993;
}

@media screen and (max-width: 991px) {
  .home-st5 .tc-showcase-st5 .slide-item .info {
    height: 65vh;
    padding: 20px;
  }
  .home-st5 .tc-showcase-st5 .slide-item .info .title {
    font-size: 40px;
  }
  .home-st5 .tc-showcase-st5 .slide-item .info .sub-title {
    font-size: 14px;
    letter-spacing: 10px;
  }
  .home-st5 .tc-showcase-st5 .slide-item .info .icon-80 {
    width: 50px;
    height: 50px;
  }
  .home-st5 .tc-showcase-st5 .slide-item .info .fsz-20 {
    font-size: 14px !important;
  }
  .home-st5 .tc-showcase-st5 .slide-item .img {
    height: 35vh;
  }
}