﻿@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/

/* --------------- about st2 --------------- */
.tc-about-st2 {
  position: relative;
  padding-bottom: 50px;
  background-color: #111d45;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .tc-about-st2 .container, .tc-about-st2 .container-lg, .tc-about-st2 .container-md, .tc-about-st2 .container-sm, .tc-about-st2 .container-xl, .tc-about-st2 .container-xxl {
    max-width: 1650px;
    padding: 0;
  }
}
.tc-about-st2 .imgs .img1 {
    position: relative;
    -webkit-margin-end: 7vw;
    margin-inline-end: 7vw;
    overflow: hidden;
}
.tc-about-st2 .imgs .img2 {
    position: absolute;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 3vw;
    margin-inline-end: 3vw;
    width: 160px;
    height: 160px;
    margin-top: 50px;
}
.tc-about-st2 .info {
  position: relative;
  padding-top: 140px;
}
.tc-about-st2 .info .icon-list {
  position: relative;
  padding-top: 30px;
}
.tc-about-st2 .info .icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0;
}
.tc-about-st2 .info .icon-list li .icon {
  width: 32px;
  height: 32px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-about-st2 .rotate-box {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
  margin: 100px auto 0;
}
.tc-about-st2 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
}
.tc-about-st2 .rotate-box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-about-st2 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff2;
}
.tc-about-st2 .rotate-box .rotate-circle svg {
  width: 200px;
  height: 200px;
  fill: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@-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-about-st2 .video-card {
  position: relative;
  margin-top: 100px;
}
    .tc-about-st2 .video-card .img {
        position: relative;
        height: 330px;
        overflow: hidden;
    }
.tc-about-st2 .video-card .play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: var(--cr-brown1);
  border-radius: 50%;
  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-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  color: #fff;
  font-size: 25px;
  outline: 10px solid #be162022;
}
.tc-about-st2 .visitors {
  position: relative;
  margin-top: 30px;
  font-size: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: 5px;
}
.tc-about-st2 .visitors .txt {
  color: transparent;
  -webkit-text-stroke: 1px #fff3;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.tc-about-st2 .visitors .num {
  color: var(--cr-brown1);
}
.tc-about-st2 .lines {
  position: absolute;
  top: 0;
  right: 70px;
  width: 100px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-about-st2 .lines span {
  width: 1px;
  height: 100%;
  background-color: var(--cr-brown1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media screen and (max-width: 991px) {
  .tc-about-st2 .visitors {
    font-size: 50px;
  }
  .tc-about-st2 .video-card .play-btn {
    left: 50%;
  }
}
/* --------------- testimonials st2 --------------- */
.tc-testimonials-st2 {
    position: relative;
    padding: 140px 0;
    background-color: #040b23;
    overflow: hidden;
}
.tc-testimonials-st2 .testimonials-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st2 .testimonials-slider .swiper-button-next,
.tc-testimonials-st2 .testimonials-slider .swiper-button-prev {
  width: 55px;
  height: 55px;
}
.tc-testimonials-st2 .testimonials-slider .swiper-button-next {
  right: 0;
}
.tc-testimonials-st2 .testimonials-slider .swiper-button-prev {
  left: 0;
}
.tc-testimonials-st2 .shaps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-testimonials-st2 .lines {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.tc-testimonials-st2 .title {
  position: relative;
}
.tc-testimonials-st2 .title h2 {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--cr-brown1);
  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;
}
.tc-testimonials-st2 .title h2 .icon {
  height: 30px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-testimonials-st2 .main-text {
  font-size: 30px;
  text-align: center;
  font-style: italic;
}
.tc-testimonials-st2 .user-inf {
  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;
  margin-top: 40px;
}
.tc-testimonials-st2 .user-inf .avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* --------------- packets st2 --------------- */
.tc-packets-st2 {
  position: relative;
  padding: 140px 0;
}
.tc-packets-st2 .packet-row {
  position: relative;
  margin-bottom: 140px;
}
.tc-packets-st2 .packet-row:nth-of-type(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tc-packets-st2 .packet-row:last-of-type {
  margin-bottom: 0;
}
.tc-packets-st2 .img {
  position: relative;
  height: 540px;
  max-height: 100vw;
  padding: 25px;
}
.tc-packets-st2 .img .bg-shap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
}
.tc-packets-st2 .img .main-img {
  position: relative;
  z-index: 20;
}
.tc-packets-st2 .info .tags a {
  position: relative;
  font-size: 16px;
  color: var(--cr-brown1);
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid #fff2;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.tc-packets-st2 .info .more-link {
  display: block;
  position: relative;
  font-size: 16px;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px dashed #fff2;
}
.tc-packets-st2 .info .more-link:hover {
  color: var(--cr-brown1);
  border-color: var(--cr-brown1);
}

@media screen and (max-width: 991px) {
  .tc-packets-st2 .info .tags a {
    font-size: 12px;
    padding: 8px 20px;
  }
}

@media screen and (max-width: 991px) {
  .tc-footer-st2 .foot-suscribe .from-group .butn {
    position: relative;
    margin-top: 20px;
  }
  .tc-footer-st2 .shap {
    bottom: 100px;
  }
}
.home-st2 {
  background-color: #1b1b1b;
  color: #b5b5b5;
}
.home-st2 h1, .home-st2 h2, .home-st2 h3, .home-st2 h4, .home-st2 h5, .home-st2 h6 {
  color: #fff;
  font-weight: 400;
}
.home-st2 .swiper-button-next,
.home-st2 .swiper-button-prev {
  width: 90px;
  height: 90px;
  border: 1px solid #fff3;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-st2 .swiper-button-next::after,
.home-st2 .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
.home-st2 .swiper-button-next:hover,
.home-st2 .swiper-button-prev:hover {
  background-color: #be162033;
  border-color: #be162033;
  color: var(--cr-brown1);
}
.home-st2 .swiper-button-next {
  right: 3vw;
}
.home-st2 .swiper-button-next:after {
  font-family: "Font Awesome 6 Pro";
  content: "" !important;
  font-weight: 100;
}
.home-st2 .swiper-button-prev {
  left: 3vw;
}
.home-st2 .swiper-button-prev:after {
  font-family: "Font Awesome 6 Pro";
  content: "" !important;
  font-weight: 100;
}
.home-st2 .slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 30;
  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;
}
.home-st2 .slider-controls .swiper-pagination {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
  bottom: 2px;
}
.home-st2 .slider-controls .swiper-prev,
.home-st2 .slider-controls .swiper-next {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .home-st2 br {
    display: none;
  }
  .home-st2 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st2 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st2 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st2 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st2 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st2 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st2 .mt-5 {
    margin-top: 2rem !important;
  }
  .home-st2 .butn.size-1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 13px 20px;
  }
}

/* --------------- header st3 --------------- */
.tc-header-st3 {
    position: relative;
}

    .tc-header-st3::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: var(--cr-dark1);
        opacity: 0.5;
    }

    .tc-header-st3 .header-slider .img {
        height: 100vh;
        min-height: 800px;
        overflow: hidden;
    }

    .tc-header-st3 .header-slider .info {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0%;
        z-index: 20;
        width: 100%;
        text-align: center;
    }

        .tc-header-st3 .header-slider .info h1 {
            position: relative;
            font-size: calc(7vw + 10px);
            text-transform: uppercase;
            line-height: 2;
            font-weight: bold;
            z-index: 2;
        }

        .tc-header-st3 .header-slider .info .fish {
            position: relative;
            height: 50vw;
            margin: -25vw 0 -15vw;
            z-index: 2;
            display: block;
        }

        .tc-header-st3 .header-slider .info h2 {
            position: relative;
            font-size: calc(6vw + 10px);
            text-transform: uppercase;
            line-height: 2.5;
            font-weight: bold;
            z-index: 2;
            display: inline-block;
        }

            .tc-header-st3 .header-slider .info h2 .float-dis {
                position: absolute;
                left: 0;
                top: 0;
                -webkit-transform: translate(-60%, -20%);
                transform: translate(-60%, -20%);
            }

@media screen and (max-width: 991px) {
    .tc-header-st3 .header-slider .img {
        height: 600px;
        min-height:600px;
    }
    .tc-about-st2 .imgs .img1 {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        padding-top: 80px;
    }

    .tc-about-st2 .info {
        padding-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .tc-header-st3 .header-slider .img {
        height: 600px;
        min-height: 100vh;
        max-height: 600px;
    }
    .tc-header-st3 .header-slider .info .fish {
        height: 100vw;
        margin: -40vw 0 -15vw;
    }
    .tc-about-st2 .info .icon-list li {
        justify-content: flex-start;
    }
        .tc-about-st2 .info .icon-list li span {
            text-align: left;
        }
    .tc-testimonials-st2 .testimonials-slider .swiper-button-next, .tc-testimonials-st2 .testimonials-slider .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .home-st4 .swiper-button-next::after, .home-st4 .swiper-button-prev::after {
        font-size: 13px;
        color: #fff;
    }
}
