.single-slider {
  height: 950px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-slider {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .single-slider {
    height: 600px;
    background-position: 67%;
  }
}
@media only screen and (max-width: 575px) {
  .single-slider {
    height: 550px;
  }
}

.slider-content {
  padding-top: 80px;
}

.slider-content h1 {
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-content h1 {
    font-size: 75px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content h1 {
    font-size: 65px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content h1 {
    font-size: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content h1 {
    font-size: 45px !important;
  }
}
@media only screen and (max-width: 575px) {
  .slider-content h1 {
    font-size: 33px !important;
  }
}
.slider-content p {
  line-height: 1.8;
  letter-spacing: 0.1px;
  width: 46%;
  margin: 20px 0 0;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content p {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content p {
    width: 54%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content p {
    font-size: 16px;
    line-height: 28px;
    margin: 12px 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content p br {
    display: none;
  }
}
.slider-content .slider-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 22px;
}

.slider-content .slider-meta li {
  margin-right: 30px;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .slider-content .slider-meta li {
    padding-top: 0px;
  }
}
.slider-content .slider-meta li:last-child {
  margin-right: 0;
}
.slider-content .slider-meta li .video-play {
  font-size: var(--body-font-size);
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .slider-content .slider-meta li .video-play {
    font-size: 16px;
  }
}
.slider-content .slider-meta li .video-play .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 11px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .slider-meta li .video-play .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content .slider-meta li .video-play .icon {
    width: 45px;
    height: 45px;
    line-height: 41px;
  }
}



.slider-content .slider-meta li .video-play .icon svg{
    width: 16px;
    height: 16px;
  }
  .slider-content .slider-meta li .video-play .icon svg path {
    stroke: currentColor;
    fill: currentColor;
    transition: all .3s linear;
  }
  .slider-content .slider-meta li .video-play:hover .icon svg path {
    stroke: currentColor;
    fill: currentColor;
  }

.slider-content.content-white .slider-meta li .btn {
  padding: 0 40px;
}
.slider-content.content-white .slider-meta li .video-play {
  color: #ffffff;
}
.slider-content.content-white .slider-meta li .video-play .icon {
  border: 3px solid #ffffff;
  color: #ffffff;
}

.slider-content > *, .slider-content-3 > * {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}
.slider-content > *:nth-child(1), .slider-content-3 > *:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.slider-content > *:nth-child(2), .slider-content-3 > *:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.slider-content > *:nth-child(3), .slider-content-3 > *:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.slider-content > *:nth-child(4), .slider-content-3 > *:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.swiper-slide-active .slider-content > *, .swiper-slide-active .slider-content-3 > * {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.hero-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50px;
	cursor: pointer;
	line-height: 1;
	transition: all .3s ease 0s;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.slider-area .swiper-container:hover .hero-nav, .slider-area-2 .swiper-container:hover .hero-nav {
  opacity: 1;
  visibility: visible;
}

.hero-nav.hero-button-prev {
	left: auto;
  right: 50px;
}

.hero-nav svg {
	width: 20px;
	height: 20px;
}
.hero-nav svg path {
    stroke: currentColor;
    fill: currentColor;
}

.hero-nav:hover svg path {
    stroke: currentColor;
    fill: currentColor;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-nav {
    width: 35px;
    height: 35px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-nav.hero-button-prev {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-nav {
    width: 35px;
    height: 35px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-nav.hero-button-prev {
    right: 20px;
  }
}

/* Slider Two CSS */
.slider-area-2 {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .slider-area-2 {
    padding-top: 0px;
  }
}

.single-slider-2 {
  height: 860px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-slider-2 {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-2 {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-2 {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .single-slider-2 {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .single-slider-2 {
    height: 550px;
    background-position: 0;
  }
}

/*================= 
 * Slider Three Css
 ==================*/
.single-slider-3 {
    height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    isolation: isolate;
  }
  .single-slider-3:before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: -1;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-slider-3 {
      height: 650px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider-3 {
      height: 650px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider-3 {
      height: 600px;
    }
  }
  @media only screen and (max-width: 767px) {
    .single-slider-3 {
      height: 600px;
    }
  }
  @media only screen and (max-width: 575px) {
    .single-slider-3 {
      height: 550px;
    }
  }
  
  
  .slider-content-3 h1 {
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .slider-content-3 h1 {
      font-size: 70px !important;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-3 h1 {
      font-size: 65px !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-3 h1 {
      font-size: 55px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .slider-content-3 h1 {
      font-size: 45px !important;
    }
  }
  @media only screen and (max-width: 575px) {
    .slider-content-3 h1 {
      font-size: 32px !important;
    }
  }
  .slider-content-3 p {
    margin-top: 35px;
    letter-spacing: 0.02em;
    line-height: 1.83;
  }
  @media only screen and (max-width: 767px) {
    .slider-content-3 p{
      font-size: 16px !important;
    }
    .slider-content-3 p br {
      display: none;
    }
  }
  .slider-content-3 .btn {
    margin-top: 40px;
  }
  @media only screen and (max-width: 767px) {
    .slider-content-3 p {
      margin-top: 20px;
    }
    .slider-content-3 .btn {
      margin-top: 30px;
    }
  }

