@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st3 --------------- */
.tc-navbar-st3 {
  position: relative;
  padding: 30px 4vw;
  color: #fff;
}
.tc-navbar-st3 .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #fff;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.tc-navbar-st3 .sidemenu-toggle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff5;
  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;
  font-size: 1.25rem;
  -webkit-margin-start: 100px;
          margin-inline-start: 100px;
}
.tc-navbar-st3 .sidemenu-toggle:hover {
  background-color: #fff;
  color: #181818;
}

.light-theme .tc-navbar-st3 {
  color: #111;
}
.light-theme .tc-navbar-st3 .navbar-nav .nav-item .nav-link {
  color: #111;
}
.light-theme .tc-navbar-st3 .sidemenu-toggle {
  border-color: #9995;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st3 {
    background-color: #181818;
  }
}
/* --------------- header st3 --------------- */
.tc-header-st3 {
  position: relative;
  padding-bottom: 80px;
}
.tc-header-st3 .container-fluid {
  padding: 0 3vw;
}
.tc-header-st3 h1 {
  position: relative;
  font-size: 74px;
  line-height: 1.1;
  margin-top: -60px;
  text-wrap: balance;
  z-index: 20;
}
.tc-header-st3 .shap {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-header-st3 .rotate-box {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
  margin-top: -80px;
  margin-bottom: 50px;
}
.tc-header-st3 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80px;
}
.tc-header-st3 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 300;
}
.tc-header-st3 .rotate-box .rotate-circle svg {
  width: 200px;
  height: 200px;
  fill: #fff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  outline: 1px solid #fff3;
  outline-offset: -50px;
  border-radius: 50%;
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-header-st3 .marq-slider {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
.tc-header-st3 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.tc-header-st3 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-header-st3 .marq-slider .swiper-wrapper .swiper-slide:nth-of-type(even) {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.tc-header-st3 .marq-slider h2 {
  font-size: 150px;
  line-height: 1;
}
.tc-header-st3 .marq-slider .swiper-slide {
  opacity: 0.1;
}

.light-theme .tc-header-st3 .rotate-box .rotate-circle svg {
  fill: #111;
  outline: 1px solid #9993;
}

@media screen and (max-width: 991px) {
  .tc-header-st3 .btm-info {
    margin-top: 100px;
  }
  .tc-header-st3 .marq-slider {
    margin-top: 50px;
  }
  .tc-header-st3 .marq-slider h2 {
    font-size: 80px;
  }
}
/* --------------- video st3 --------------- */
.tc-video-st3 {
  position: relative;
}
.tc-video-st3 .float-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  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;
  background-color: #fff;
  color: var(--cr-gold1);
  text-transform: uppercase;
  font-size: 16px;
  z-index: 30;
  pointer-events: none;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.1s linear !important;
  transition: all 0.1s linear !important;
}

/* --------------- services st3 --------------- */
.tc-services-st3 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.tc-services-st3 .cards .item {
  position: relative;
  display: block;
  border-bottom: 1px solid #fff2;
  padding-bottom: 30px;
  margin-top: 30px;
}
.tc-services-st3 .cards .item .num {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #fff2;
  border-radius: 30px;
  color: #999;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}
.tc-services-st3 .cards .item .arrow {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff1;
  font-size: 20px;
}
.tc-services-st3 .cards .item .float-img {
  position: absolute;
  right: 20%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  width: 280px;
  height: 280px;
  max-width: unset;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-services-st3 .cards .item:hover {
  border-color: #fff;
}
.tc-services-st3 .cards .item:hover .arrow {
  background-color: var(--cr-gold1) !important;
  color: #fff;
}
.tc-services-st3 .cards .item:hover .float-img {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
.tc-services-st3 .line {
  position: absolute;
  right: -10px;
  bottom: 20px;
  z-index: 15;
  max-width: 18vw;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}
.tc-services-st3 .line.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.light-theme .tc-services-st3 .cards .item {
  border-bottom: 1px solid #9993;
}
.light-theme .tc-services-st3 .cards .item .num {
  border-color: #9993;
}
.light-theme .tc-services-st3 .cards .item .arrow {
  background-color: #9991;
}

@media screen and (max-width: 991px) {
  .tc-services-st3 .cards .item {
    padding: 15px 15px 30px;
  }
}
/* --------------- numbers st3 --------------- */
.tc-numbers-st3 {
  position: relative;
  padding-bottom: 120px;
}
.tc-numbers-st3 .num-card {
  position: relative;
  display: block;
  padding: 30px;
  text-align: center;
  background-color: #151515;
  border: 1px solid transparent;
}
.tc-numbers-st3 .num-card:hover {
  border-color: var(--cr-gold1);
}

.light-theme .tc-numbers-st3 .num-card {
  background-color: #f6f6f6;
}

/* --------------- about st3 --------------- */
.tc-about-st3 {
  position: relative;
  z-index: 20;
  padding-top: 120px;
}
.tc-about-st3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: #151515;
  -webkit-box-shadow: 0px 14px 44px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 14px 44px 20px rgba(0, 0, 0, 0.05);
}
.tc-about-st3 .info {
  position: relative;
}
.tc-about-st3 .info .main-text {
  position: relative;
  font-size: 14px;
  color: #999;
  -webkit-padding-start: 100px;
          padding-inline-start: 100px;
}
.tc-about-st3 .info .main-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 85px;
  height: 1px;
  background-color: var(--cr-gold1);
  opacity: 0.2;
}
.tc-about-st3 .info .butn {
  top: -10px;
}
.tc-about-st3 .progress-item {
  position: relative;
  margin-bottom: 40px;
}
.tc-about-st3 .progress-item .progress {
  height: 5px;
  border-radius: 5px;
  background-color: #fff2;
  margin-top: 15px;
}
.tc-about-st3 .progress-item .progress .progress-bar {
  background-color: var(--cr-gold1);
  border-radius: 5px;
}
.tc-about-st3 .rotate-box {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
  margin: 50px auto 0;
}
.tc-about-st3 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80px;
}
.tc-about-st3 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 300;
}
.tc-about-st3 .rotate-box .rotate-circle svg {
  width: 200px;
  height: 200px;
  fill: #fff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  outline-offset: -50px;
  border-radius: 50%;
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.light-theme .tc-about-st3 {
  background-color: #fff;
}
.light-theme .tc-about-st3::after {
  background-color: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.light-theme .tc-about-st3 .rotate-box .rotate-circle svg {
  fill: #111;
}

@media screen and (max-width: 991px) {
  .tc-about-st3 .info .butn {
    top: -5px;
  }
}
/* --------------- portfolio st3 --------------- */
.tc-portfolio-st3 {
  position: relative;
  padding: 120px 0;
}
.tc-portfolio-st3 .check-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto 0;
  border: 1px solid #fff2;
  border-radius: 10px;
  overflow: hidden;
}
.tc-portfolio-st3 .check-nav .form-check {
  padding: 0;
}
.tc-portfolio-st3 .check-nav .form-check .form-check-input {
  display: none;
}
.tc-portfolio-st3 .check-nav .form-check .form-check-label {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 30px;
  cursor: pointer;
}
.tc-portfolio-st3 .check-nav .form-check-input:checked ~ .form-check-label {
  background-color: var(--cr-gold1);
  color: #fff;
}
.tc-portfolio-st3 .portfolio-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.tc-portfolio-st3 .portfolio-slider .swiper-slide .portfolio-card {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  bottom: 100px;
}
.tc-portfolio-st3 .portfolio-slider .swiper-slide .portfolio-card .num {
  opacity: 1;
  visibility: visible;
}
.tc-portfolio-st3 .portfolio-slider .swiper-slide .portfolio-card .card-title {
  opacity: 0;
  margin-top: 0;
}
.tc-portfolio-st3 .portfolio-slider .swiper-slide-active .portfolio-card {
  -webkit-transform: scale(1);
          transform: scale(1);
  bottom: 0;
}
.tc-portfolio-st3 .portfolio-slider .swiper-slide-active .portfolio-card .num {
  opacity: 0;
  visibility: hidden;
}
.tc-portfolio-st3 .portfolio-slider .swiper-slide-active .portfolio-card .card-title {
  opacity: 1;
  margin-top: -20px;
}
.tc-portfolio-st3 .portfolio-slider .swiper-slide-prev .portfolio-card {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.tc-portfolio-st3 .portfolio-slider .swiper-slide-next .portfolio-card {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.tc-portfolio-st3 .portfolio-slider .swiper-pagination-st1 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  z-index: 20;
}
.tc-portfolio-st3 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet {
  background-color: var(--cr-gold1);
  width: 9px;
  height: 9px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-portfolio-st3 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-portfolio-st3 .item-card {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.tc-portfolio-st3 .item-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000b8), to(transparent));
  background-image: linear-gradient(to top, #000000b8, transparent);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-st3 .item-card .title {
  position: absolute;
  font-size: 30px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}
.tc-portfolio-st3 .item-card:hover::after {
  opacity: 1;
}
.tc-portfolio-st3 .item-card:hover .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.light-theme .check-nav {
  border: 1px solid #9993;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st3 .check-nav .form-check .form-check-label {
    font-size: 11px;
    padding: 10px 15px;
  }
}
/* --------------- faq st3 --------------- */
.tc-faq-st3 {
  position: relative;
}
.tc-faq-st3 .accordion .accordion-item {
  position: relative;
  margin-bottom: 30px;
  border-radius: 0 !important;
  background-color: transparent;
  color: #fff;
  border: 0;
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border: 0;
  margin: 0;
  border: 1px solid #fff2;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "";
}

.light-theme .tc-faq-st3 .accordion .accordion-item {
  color: #111;
  background-color: #fff;
}
.light-theme .tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button {
  color: #111;
  border-color: #9993;
}

/* --------------- team st3 --------------- */
.tc-team-st3 {
  position: relative;
  padding: 120px 0 90px;
}
.tc-team-st3 .team-card {
  position: relative;
  margin-bottom: 30px;
}
.tc-team-st3 .team-card .img {
  position: relative;
}
.tc-team-st3 .team-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000b8), to(transparent));
  background-image: linear-gradient(to top, #000000b8, transparent);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st3 .team-card .img .social-icons {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 20;
}
.tc-team-st3 .team-card .img .social-icons a {
  position: relative;
  margin-top: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #111;
  font-size: 16px;
}
.tc-team-st3 .team-card .img .social-icons a:hover {
  background-color: var(--cr-gold1);
  color: #fff;
}
.tc-team-st3 .team-card .img .social-icons a:not(:last-of-type) {
  margin-bottom: -50px;
  opacity: 0;
  visibility: hidden;
}
.tc-team-st3 .team-card .img .social-icons:hover a {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.tc-team-st3 .team-card:hover .img::after {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-team-st3 .team-card {
    padding: 15px;
  }
  .tc-team-st3 .team-card .img .social-icons a {
    margin-bottom: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* --------------- brands st1 --------------- */
.tc-brands-st2 {
  position: relative;
}
.tc-brands-st2 .sm-title {
  position: relative;
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}
.tc-brands-st2 .sm-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #fff2;
}
.tc-brands-st2 .sm-title .txt {
  position: relative;
  background-color: #111;
  z-index: 10;
  padding: 0 40px;
}
.tc-brands-st2 .brands {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-brands-st2 .brands .brand {
  position: relative;
  height: 70px;
  text-align: center;
  margin-bottom: 40px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tc-brands-st2 .brands .brand img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-brands-st2 .brands .brand:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.light-theme .tc-brands-st2 .sm-title::after {
  background-color: #9993;
}
.light-theme .tc-brands-st2 .sm-title .txt {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-brands-st2 .brands {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-brands-st2 .brands .brand {
    height: 50px;
    margin: 10px;
  }
}
/* --------------- blog st3 --------------- */
.tc-blog-st3 {
  position: relative;
  padding: 120px 4vw;
}
.tc-blog-st3 .blog-slider {
  position: relative;
  overflow: hidden;
}
.tc-blog-st3 .blog-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.tc-blog-st3 .post-card {
  position: relative;
  display: block;
  text-transform: capitalize;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-bottom: 1px;
  background-color: #151515;
  height: 100%;
}
.tc-blog-st3 .post-card .img {
  position: relative;
  height: 250px;
}
.tc-blog-st3 .post-card .info {
  position: relative;
  padding: 20px 30px;
}
.tc-blog-st3 .post-card .info .tags .tag {
  position: relative;
  font-size: 13px;
  padding: 4px 12px;
  text-transform: capitalize;
  background-color: #fff1;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  color: #999;
}
.tc-blog-st3 .post-card:hover .title {
  text-decoration: underline;
}
.tc-blog-st3 .post-card:hover .more {
  color: var(--cr-gold1);
}

.light-theme .tc-blog-st3 .post-card {
  background-color: #f6f6f6;
}
.light-theme .tc-blog-st3 .post-card .info .tags .tag {
  background-color: #0001;
}

@media screen and (max-width: 991px) {
  .tc-blog-st3 .post-card .info {
    padding: 30px 0;
  }
}
/* --------------- footer st1 --------------- */
.tc-footer-st1 {
  position: relative;
  padding-top: 120px;
  background-color: #151515;
  z-index: 20;
  overflow: hidden;
}
.tc-footer-st1 .social-links {
  position: relative;
  margin-top: 30px;
}
.tc-footer-st1 .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;
}
.tc-footer-st1 .social-links a:hover {
  background-color: var(--cr-gold1);
  border-color: var(--cr-gold1);
}
.tc-footer-st1 .foot-links a {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-margin-start: 50px;
          margin-inline-start: 50px;
}
.tc-footer-st1 .foot-links a .num {
  display: block;
  margin-bottom: 5px;
  text-align: start;
}
.tc-footer-st1 .foot-links a:hover {
  color: var(--cr-gold1);
  color: #fff;
}
.tc-footer-st1 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #101010;
}
.tc-footer-st1 .lines-st2 {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  z-index: 10;
  gap: 27vw;
  z-index: -1;
}
.tc-footer-st1 .lines-st2 span {
  width: 18%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.05;
}

.light-theme .tc-footer-st1 .h1, .light-theme .tc-footer-st1 .h2, .light-theme .tc-footer-st1 .h3, .light-theme .tc-footer-st1 .h4, .light-theme .tc-footer-st1 .h5, .light-theme .tc-footer-st1 .h6, .light-theme .tc-footer-st1 h1, .light-theme .tc-footer-st1 h2, .light-theme .tc-footer-st1 h3, .light-theme .tc-footer-st1 h4, .light-theme .tc-footer-st1 h5, .light-theme .tc-footer-st1 h6, .light-theme .tc-footer-st1 .sub-font {
  color: #fff;
}
.light-theme .tc-footer-st1 .text-white {
  color: #fff !important;
}

@media screen and (max-width: 991px) {
  .tc-footer-st1 .foot-links a {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
.home-st3 {
  position: relative;
  z-index: 20;
}
.home-st3 .container,
.home-st3 .container-fluid {
  position: relative;
  z-index: 25;
}
.home-st3 .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;
  z-index: 100;
  gap: 27vw;
  z-index: -1;
}
.home-st3 .lines-st2 span {
  width: 18%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.05;
}
.home-st3 .clippy-img {
  -webkit-clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
          clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
  opacity: 0;
  -webkit-transform: rotate(-7deg) scale(1.3);
          transform: rotate(-7deg) scale(1.3);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.home-st3 .clippy-img.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
}

@media screen and (max-width: 991px) {
  .home-st3 .fsz-90 {
    font-size: 50px !important;
  }
  .home-st3 .th-600 {
    height: 300px !important;
  }
}