
/* ====================================
Home Slider
==================================== */

.banner .slider-title,
.banner p.paragraph,
.banner .banner-content {
    opacity: 0;
}
.slider-btn{ 
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transform: translate3d(-45%, 0, 0); }
.swiper-slide.swiper-slide-active .swiper-image-right {
  filter: hue-rotate(90deg);
}
.banner .swiper-slide.swiper-slide-active .slider-title,
.banner .swiper-slide.swiper-slide-active p.paragraph,
.banner .swiper-slide.swiper-slide-active .slider-btn,
.banner .swiper-slide.swiper-slide-active .slider-title span.emphasis,
.banner .swiper-slide.swiper-slide-active .slider-title + p,
.banner .swiper-slide.swiper-slide-active .banner-content {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.banner {
  position: relative;
}
.banner .bg{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    display:block;
}
.banner .responsive-bgimg {
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-blend-mode: overlay;
}
.banner .swiper-image{
    /* background-color: rgba(0, 0, 0); */
    background-color: #000000d9;
    padding: 40px 50px;
    color: #fff;
    width: 500px;
}
.banner .swiper-image h2{
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-family: 'BentonSans', sans-serif;
    font-weight: normal;
}
.banner .swiper-image h2 span{
    display: block;
    font-weight: 900;
}
.banner .swiper-image ul{
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}
.banner .swiper-image ul li{
    line-height: 20px;
    color: #ffffff;
    font-family: "BentonSans", sans-serif;
    font-weight: normal;
    padding: 8px 0 8px 30px;
    position: relative;
}
.banner .swiper-image ul li::before{
    content: "";
    background-color: red;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 13px;
}
.banner .swiper-slide img{
    max-height:100vh;
}
.banner .rrwp-img{
    width:100%;
    height:auto;
}
.banner .vtc-text-right .slider-title{
    text-align:right;
}
.banner .vtc-text-right p{
    float:right;
    text-align:right;
}
.banner .mobile-layer-title{
    display:none;
}
@keyframes from-top {
  0%  {transform:translateY(-1000px);}
  100% { transform:translateY(0)}
}
.banner .swiper-image-inner.vtc-text-top{
  justify-content: flex-start;
}
.banner .swiper-slide-active .vtc-text-top .banner-content{
  transform:translateY(-1000px);
  animation-name:from-top;
  animation-fill-mode: forwards;
  animation-duration:1s;
  animation-timing-function: ease-out;
  animation-delay:1s;
}
.banner .swiper-container .slider-title {
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 48px;
  margin-top: 50px;
  /* margin: 50px auto 25px; */
  /* max-width: 650px; */
  text-align: center;
  transition: all;
  text-transform: uppercase;
}
.banner .swiper-container .banner-content{
  text-align: center;
}
.banner .swiper-container .learn-more{
  background-color: rgba(12, 12, 12, 0.25);
  font-family: Roboto;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 24px;
  border:2px solid rgba(255, 255, 255, 0.35);
  padding: 5px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  transition: all;
}
.banner .swiper-container .learn-more:hover{
  background-color: rgba(193,2,48,1);
  border:2px solid rgba(255, 255, 255, 0.8);
}
.banner .swiper-container p {
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.banner .overlay{
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: auto;
}
/* .banner .swiper-pagination{
    bottom: 0;
    left: inherit;
    width: 15px;
    right: 50px;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
} */
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #abaeb1;
    opacity: 1;
    border-radius: 0;
    border: 1px solid #abaeb1;
    margin: 0 8px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #c22332;
    border-radius: 0;
    border: 1px solid #fff;
}
@media screen and (max-width: 1280px) {
  .banner .slider-title {
    font-size: 3.9rem;
  }
  .banner .slider-title span:not(.emphasis) {
    font-size: 2.9rem;
  }
  /* .banner .slider-title + p {
    font-size: 13px;
  } */
}
@media screen and (max-width: 960px) {
  .banner .slider-title {
    font-size: 3.5rem;
  }
  .banner .slider-title span:not(.emphasis) {
    font-size: 2.5rem;
  }
  /* .banner p.paragraph {
    max-width: 50%;
  } */
  .banner p.paragraph br{display:none;}
  .banner .swiper-pagination .swiper-pagination-bullet{
    height: 12px;
    width: 12px;
  }
   .banner .swiper-pagination .swiper-pagination-bullet-active:before{
    display: flex;
    height: 12px;
    width: 12px;
   }
}
  
@media screen and (max-width: 800px) {
    /* .banner p.paragraph {
        max-width: 54%;
    } */
}
@media screen and (max-width: 640px) {
  .banner .slider-title {
    font-size: 3.2rem;
    align-self: center;
  }
  .banner .slider-title span:not(.emphasis) {
    font-size: 2.1rem;
  }
  /* .banner p.paragraph {
    max-width: 94%;
  } */
  .banner p.paragraph {
    line-height: 20px;
    margin-top: 20px;
  }
}
@media(max-width: 823px)and (min-width:240px) {
    .banner .swiper-image .container{
        margin-top: 12px;
        clear: both;
    }
    .banner .slider-title{
        margin:12px 0 0 0;
        font-size: 14px;
        line-height: 15px;
    }
    .banner .vtc-text-right .slider-title,
    .banner .vtc-text-right p{
        padding-right: 20px;
        line-height:16px;
    }
    .banner .swiper-slide .container{
        display:none;
    }
    .banner .swiper-image{
      display: none;
    }
    .banner .mobile-layer-title{
        display:block;
        padding: 20px 20px 50px;
        background-color: rgba(0, 0, 0, 0.85);
        color: #fff;
        position: relative;
        font-family: 'BentonSans', sans-serif;
        font-weight: normal;
    }
    .banner .mobile-layer-title h2{
        font-size: 18px;
        line-height: 25px;
        color: #ffffff;
        font-family: 'BentonSans', sans-serif;
        font-weight: normal;
    }
    .banner .mobile-layer-title h2 span {
      display: block;
      font-weight: 900;
    }
    .banner .mobile-layer-title ul{
      padding: 0;
      margin: 10px 0;
      list-style-type: none;
    }
    .banner .mobile-layer-title ul li {
      line-height: 20px;
      color: #ffffff;
      font-family: "BentonSans", sans-serif;
      font-weight: normal;
      padding: 5px 0 8px 20px;
      position: relative;
    }
    .banner .mobile-layer-title ul li::before {
      content: "";
      background-color: red;
      width: 8px;
      height: 8px;
      position: absolute;
      left: 0;
      top: 10px;
    }
    .banner .mobile-layer-title .slider-title,
    .banner .mobile-layer-title p.paragraph{
        color: #fff;
        opacity: 1;
        transform: unset;
        font-size: 20px;
        text-align: left;
        margin: 0;
        line-height: 25px;
    }
    .banner .swiper-container .learn-more{
        font-size: 15px;
        line-height: 30px;
        padding: 5px 20px;
        margin: 0;
    }
}