/*** 
 ====================================================================
     Banner Section
 ====================================================================
 ***/

 .banner-section {
  position: relative;
   overflow: hidden;
}

.three-item-carousel,
.banner-slider {
  position: relative;
  height: 100% !important;
  z-index: 9;
  overflow: hidden;
}
.banner-section .swiper-wrapper {
  align-items: stretch;
}
.banner-section .swiper-slide {
  position: relative;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*.banner-section .swiper-slide:before {
  position: absolute;
  top: -260px;
  left: 207px;
  bottom: -260px;
  width: 250px;
  background: var(--color-primary);
  opacity: 0.6;
  z-index: 0;
  content: "";
  transform: rotate(34deg);
}*/

.banner-section .content-outer {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
}

.banner-section .content-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 153px 0 162px;
}

.banner-section .content-box .inner {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.banner-section .swiper-slide-active .content-box .inner {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.banner-section .content-box .inner:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  content: "";
}

.banner-section .content-box h2 {
  position: relative;
  color: #ffffff;
  font-size: 72px;
  line-height: 80px;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: 30px;
  font-family: var(--font-family1);
}

.banner-section .swiper-slide-active .content-box h2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.banner-section h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.banner-section .swiper-slide-active h4 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.banner-section h4.style-two {
  padding-bottom: 0px;
}

.banner-section h4.style-two:after,
.banner-section h4.style-two:before {
  display: none;
}

.banner-section .content-box .text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.banner-section .swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.banner-section .link-box {
  padding-top: 30px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.banner-section .swiper-slide-active .link-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner-section .link-box a {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.banner-section .link-box a.right-btn {
  background: #ffffff;
  color: var(--color-primary);
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 25px;
}
.banner-section .link-box a.right-btn:hover {
  background: var(--color-primary);
  color: #ffffff;
}
/* Banner Slider Option */

.banner-section .banner-slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.banner-section .banner-slider-button-next,
.banner-section .banner-slider-button-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  z-index: 9;
  font-size: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
.banner-section .banner-slider-button-next:hover,
.banner-section .banner-slider-button-prev:hover{
	background-color: var(--color-primary);
}
.banner-section .banner-slider-button-next {
  margin-right: 40px;
}
.banner-section .banner-slider-button-prev {
  margin-left: 40px;
}

.banner-big-title {
  position: absolute;
  right: 30px;
  bottom: 22px;
  text-transform: uppercase;
  font-size: 240px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 170px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
  color: transparent;
  z-index: 99;
  font-family: var(--font-family1);
  pointer-events:none;
}

.banner-section .content-box h2 span {
  position: relative;
}

.banner-section .content-box h2 span:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: var(--color-primary);
  z-index: -1;
}

.banner-section .theme-btn {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  background: var(--color-primary);
  padding: 17px 35px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-section .theme-btn:hover {
  background: #222;
  color: #ffffff;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section .content-box {
    padding-left: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .content-box {
    padding-left: 130px;
  }
  .banner-section .content-box h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {

  .banner-big-title {
    bottom: -68px;
    font-size: 27px;
    line-height: 174px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .banner-slider-nav {
    display: none;
  }
  .banner-section .content-box h2 {
    font-size: 49px;
    line-height: 60px;
  }
  .banner-section .content-box h2 br {
    display: none;
  }
  .banner-section .link-box a.right-btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .banner-section .swiper-slide-active .content-box .inner {
    width: 100%;
  }
  
}

@media only screen and (min-width: 1200px) and (max-width: 1435px) {
  .banner-section .content-box {
    padding-left: 150px;
  }
}