
/*----------------------------------------*/
/*  7.17 slider css start
/*----------------------------------------*/
.tp-slider-bg {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-bg {
    background-position: right center;
  }
}
.tp-slider-height {
  height: 840px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-height {
    height: 800px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-height {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-height {
    height: 760px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-height {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .tp-slider-height {
    height: 600px;
  }
}
.tp-slider-title {
  color: white;
  text-shadow: -2px -2px 0 var(--color-1), 2px -2px 0 var(--color-1), -2px 2px 0 var(--color-1), 2px 2px 0 var(--color-1), -2px 0px 0 var(--color-1), 2px 0px 0 var(--color-1), 0px -2px 0 var(--color-1), 0px 2px 0 var(--color-1);
  font-size: 55px;
  margin: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-title {
    font-size: 74px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-title {
    font-size: 73px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-title {
    font-size: 67px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-title {
    font-size: 60px;
  }
  .tp-slider-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-title {
    font-size: 42px;
  }
  .tp-slider-title br {
    display: none;
  }
}
.tp-slider-title span {
  color: var(--tp-theme-1);
}
.tp-slider-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.tp-slider-text {
  transform: translateY(150px);
  opacity: 0;
}
.tp-slider-text p {
  font-size: 18px;
  line-height: 30px;
  padding-right: 130px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .tp-slider-text p {
    font-size: 16px;
    padding-right: 0;
  }
}
.tp-slider-content {
  position: relative;
  z-index: 3;
}
.tp-slider-single-item {
  position: relative;
}
.tp-slider-overly {
  position: relative;
}
.tp-slider-overly::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero/bg-1-1.png);
  background-repeat: no-repeat;
}
.tp-slider-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transform: translateX(-100px);
  opacity: 0;
}
.tp-slider-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: translateX(300px);
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-shape-3 {
    bottom: -13%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-shape-3 {
    bottom: -17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-shape-3 {
    right: -15%;
    bottom: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-shape-3 {
    right: 0%;
    bottom: -30%;
  }
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-shape-2 {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2000ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-shape-3 {
  opacity: 1;
  transform: translatey(0px);
  transition: all 5000ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-text {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-arrow-box {
  position: absolute;
  left: 375px;
  bottom: 0px;
  z-index: 2;
  display: flex;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-arrow-box {
    left: 250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-arrow-box {
    left: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-arrow-box {
    left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-arrow-box {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-arrow-box {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .tp-slider-arrow-box {
    left: 20px;
  }
}
.tp-slider-arrow-box button {
  font-size: 24px;
  color: var(--tp-common-black);
  height: 60px;
  line-height: 60px;
  width: 60px;
  background-color: #fff;
  transition: 0.4s;
}
.tp-slider-arrow-box button.active {
  background-color: var(--tp-common-black);
  color: #fff;
}

.tp-slider-2-height {
  padding-top: 365px;
  padding-bottom: 290px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-height {
    padding-top: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-height {
    padding-top: 250px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-height {
    padding-top: 250px;
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-height {
    padding-top: 270px;
    padding-bottom: 200px;
  }
}
.tp-slider-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
}
.tp-slider-2-bg::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  background-color: rgb(1, 10, 34);
  opacity: 0.749;
}
.tp-slider-2-subtitle {
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  text-shadow: 
                -2px -2px 3px rgba(0, 0, 0, 0.5),  /* Top-left shadow */
                 2px -2px 3px rgba(0, 0, 0, 0.5),  /* Top-right shadow */
                -2px  2px 3px rgba(0, 0, 0, 0.5),  /* Bottom-left shadow */
                 2px  2px 3px rgba(0, 0, 0, 0.5);  /* Bottom-right shadow */
}
.tp-slider-2-subtitle i {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-slider-2-subtitle {
    font-size: 13px;
  }
}
.tp-slider-2-title {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-title {
    font-size: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-title {
    font-size: 66px;
  }
  .tp-slider-2-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 33px;
  }
  .tp-slider-2-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 42px;
  }
  .tp-slider-2-title br {
    display: none;
  }
}
.tp-slider-2-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.tp-slider-2-play-box {
  transform: translateY(150px);
  opacity: 0;
}
@media (max-width: 767px) {
  .tp-slider-2-play-box {
    flex-wrap: wrap;
  }
}
.tp-slider-2-play-box a {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-slider-2-play-box a {
    margin-bottom: 30px;
  }
}
.tp-slider-2-play-icon a {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  background-color: #fff;
  color: var(--tp-common-black);
  position: relative;
}
.tp-slider-2-play-icon a::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.471);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-slider-2-play-icon a::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1.5);
  border: 1px solid rgba(255, 255, 255, 0.471);
  animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
}
.tp-slider-2-play-icon a i {
  display: inline-block;
  padding-left: 3px;
}
.tp-slider-2-play-text span {
  line-height: 26px;
  color: #fff;
}
.tp-slider-2-shape-1 {
  position: absolute;
  bottom: 0;
  right: 190px;
  z-index: 1;
  transform: translateX(200px);
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-shape-1 {
    right: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-shape-1 {
    right: -15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-shape-1 {
    right: -15%;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-shape-1 {
    right: -80%;
  }
}
.tp-slider-2-shape-2 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 1;
  transform: translateX(500px);
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-shape-2 {
    right: -20%;
  }
}
.tp-slider-2-shape-3 {
  position: absolute;
  bottom: 110px;
  right: 620px;
  z-index: 3;
  animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: top right;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-shape-3 {
    right: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-shape-3 {
    right: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-shape-3 {
    right: 120px;
  }
}
.tp-slider-2-arrow-box {
  position: absolute;
  right: 120px;
  bottom: 380px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2-arrow-box {
    right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-arrow-box {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-arrow-box {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-slider-2-arrow-box {
    display: none;
  }
}
.tp-slider-2-arrow-box button {
  font-size: 24px;
  color: var(--tp-common-black);
  height: 60px;
  line-height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.tp-slider-2-arrow-box button.slider-next {
  margin-bottom: 15px;
}
.tp-slider-2-arrow-box button.active {
  background-color: #fff;
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-play-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-shape-2 {
  opacity: 1;
  transform: translatey(0px);
  transition: all 6000ms ease;
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-shape-1 {
  opacity: 1;
  transform: translatey(0px);
  transition: all 1800ms ease;
}

.tp-slider-3-height {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-height {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-height {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-height {
    padding-top: 130px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-height {
    padding-top: 240px;
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-height {
    padding-top: 260px;
    padding-bottom: 200px;
  }
}
.tp-slider-3-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
}
.tp-slider-3-bg::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  /* background-color: rgb(22, 23, 26); */
  opacity: 0.502;
}
.tp-slider-3-title {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  /* color: var(--color-1);
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff;
  */
  color: white;
  text-shadow: -2px -2px 0 var(--color-1), 2px -2px 0 var(--color-1), -2px 2px 0 var(--color-1), 2px 2px 0 var(--color-1), -2px 0px 0 var(--color-1), 2px 0px 0 var(--color-1), 0px -2px 0 var(--color-1), 0px 2px 0 var(--color-1);
  
  font-size: 55px; 
  margin-bottom: 30px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-horizontal {
  width: 30% !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-title {
    font-size: 61px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-title {
    font-size: 43px;
  }
  .tp-slider-3-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-title {
    font-size: 38px;
  }
  .tp-slider-3-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-title {
    font-size: 55px;
  }
}
.tp-slider-3-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.tp-slider-3-button {
  transform: translateY(150px);
  opacity: 0;
}
.tp-slider-3-shape-1 {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  opacity: 0%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-shape-1 {
    bottom: -20%;
  }
}
.tp-slider-3-shape-2 {
  position: absolute;
  bottom: 220px;
  left: 635px;
  z-index: 1;
  animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: bottom right;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-3-shape-2 {
    right: 31%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-shape-2 {
    right: 28%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-shape-2 {
    right: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-shape-2 {
    right: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-shape-2 {
    right: 38%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-shape-2 {
    bottom: 166px;
    right: 51%;
  }
}
.tp-slider-3-shape-3 {
  position: absolute;
  bottom: 355px;
  right: 375px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-3-shape-3 {
    right: 275px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-shape-3 {
    right: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-shape-3 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-shape-3 {
    right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-shape-3 {
    right: 40px;
    bottom: 200px;
  }
}
.tp-slider-3-wrapper .swiper-slide.swiper-slide-active .tp-slider-3-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.tp-slider-3-wrapper .swiper-slide.swiper-slide-active .tp-slider-3-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-3-wrapper .swiper-slide.swiper-slide-active .tp-slider-3-button {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-3-wrapper .swiper-slide.swiper-slide-active .tp-slider-3-shape-1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1800ms ease;
}
.tp-slider-3-arrow-box {
  position: absolute;
  right: 375px;
  bottom: 0px;
  z-index: 2;
  display: flex;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-arrow-box {
    right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-arrow-box {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-arrow-box {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-slider-3-arrow-box {
    display: none;
  }
}
.tp-slider-3-arrow-box button {
  font-size: 24px;
  color: var(--tp-common-black);
  height: 40px;
  line-height: 40px;
  width: 70px;
  background-color: #fff;
  transition: 0.3s;
}
.tp-slider-3-arrow-box button.active {
  background-color: var(--color-1);
  color: #fff;
}

.tp-slider-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
}
.tp-slider-4-bg::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  background-color: rgb(3, 0, 22);
  opacity: 0.702;
}
.tp-slider-4-height {
  padding-top: 360px;
  padding-bottom: 245px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-4-height {
    padding-top: 320px;
    padding-bottom: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-4-height {
    padding-top: 300px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-height {
    padding-top: 280px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-4-height {
    padding-top: 280px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .tp-slider-4-height {
    padding-top: 240px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-4-height {
    padding-top: 260px;
    padding-bottom: 200px;
  }
}
.tp-slider-4-content .tp-slider-3-title {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .tp-slider-4-content .tp-slider-3-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-4-content .tp-slider-3-title {
    font-size: 50px;
  }
}
.tp-slider-4-button {
  transform: translateY(150px);
  opacity: 0;
}
.tp-slider-4-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.tp-slider-4-arrow-box button {
  font-size: 60px;
  color: #fff;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-arrow-box button {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-4-arrow-box button {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-slider-4-arrow-box button {
    display: none;
  }
}
.tp-slider-4-arrow-box button:hover {
  color: var(--tp-theme-1);
}
.tp-slider-4-arrow-box button.slider-next {
  position: absolute;
  bottom: 375px;
  right: 120px;
  z-index: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-4-arrow-box button.slider-next {
    right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-arrow-box button.slider-next {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-4-arrow-box button.slider-next {
    right: 20px;
    bottom: 320px;
  }
}
.tp-slider-4-arrow-box button.slider-prev {
  position: absolute;
  bottom: 375px;
  left: 120px;
  z-index: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-4-arrow-box button.slider-prev {
    left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-arrow-box button.slider-prev {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-4-arrow-box button.slider-prev {
    left: 20px;
    bottom: 320px;
  }
}
.tp-slider-4-wrapper .swiper-slide.swiper-slide-active .tp-slider-4-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.tp-slider-4-wrapper .swiper-slide.swiper-slide-active .tp-slider-4-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-4-wrapper .swiper-slide.swiper-slide-active .tp-slider-4-button {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.tp-slider-dots {
  position: absolute;
  bottom: 410px;
  left: 65px;
  z-index: 2;
  display: flex;
  flex-direction: column;

}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-dots {
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-slider-dots {
    display: none;
  }
}
.tp-slider-dots .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  margin: 5px !important;
  transition: 0.3s;
  background-color: #444148;
}
.tp-slider-dots .swiper-pagination-bullet-active {
  background-color: #fff;
}
.tp-slider-dots.dots-color {
  left: 160px;
  bottom: 365px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-dots.dots-color {
    left: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-dots.dots-color {
    left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-slider-dots.dots-color {
    display: none;
  }
}
.tp-slider-dots.dots-color .swiper-pagination-bullet {
  background-color: var(--color-1);
}
.tp-slider-dots.dots-color .swiper-pagination-bullet-active {
  background-color: #fff;
}

.tp-scroll-bottom {
  position: absolute;
  bottom: 79px;
  left: 5.8%;
  transform: rotate(-90deg);
  z-index: 99;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-scroll-bottom {
    left: 1.2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-scroll-bottom {
    left: -0.8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-scroll-bottom {
    left: -0.8%;
    bottom: 74px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-scroll-bottom {
    left: -1.2%;
    bottom: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-scroll-bottom {
    left: -0.2%;
    bottom: 74px;
  }
}
.tp-scroll-bottom::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -57%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 60px;
  height: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-scroll-bottom::before {
    left: -67%;
    top: 51%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-scroll-bottom::before {
    left: -80%;
    top: 51%;
  }
}
.tp-scroll-bottom::after {
  position: absolute;
  top: 50%;
  left: -57%;
  transform: translateY(-50%);
  content: '';
  background-color: var(--tp-theme-1);
  width: 30px;
  height: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-scroll-bottom::after {
    left: -67%;
    top: 51%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-scroll-bottom::after {
    left: -80%;
    top: 51%;
  }
}
.tp-scroll-bottom a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-scroll-bottom a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-scroll-bottom a {
    font-size: 12px;
  }
}

.tp-scroll-bottom-2 {
  position: absolute;
  bottom: 14px;
  right: 4%;
  transform: rotate(-90deg);
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-scroll-bottom-2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .tp-scroll-bottom-2 {
    right: -5%;
    bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-scroll-bottom-2 {
    right: 2%;
  }
}
.tp-scroll-bottom-2 a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .tp-scroll-bottom-2 a {
    font-size: 12px;
  }
}
.tp-scroll-bottom-2 a i {
  position: absolute;
  bottom: -4px;
  left: 0;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 16px;
  color: var(--tp-theme-1);
}