.homenewbanner-section {
  overflow: hidden;
}
.homenewbanner-section .swiper-navigation-wrapper {
  position: absolute;
  right: 94px;
  z-index: 2;
  bottom: 0;
  padding: 103px 0;
}
.homenewbanner-section .swiper-navigation-wrapper .trending-navigation {
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
@media screen and (min-width: 1200px) {
  .homenewbanner-section .swiper-navigation-wrapper .trending-navigation {
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
  }
}
.homenewbanner-section .swiper-navigation-wrapper .trending-navigation .button {
  cursor: pointer;
  padding: 0;
  background: transparent;
}
.homenewbanner-section .swiper-navigation-wrapper .trending-navigation .button.swiper-button-disabled {
  opacity: 50%;
}
.homenewbanner-section .swiper-navigation-wrapper .trending-navigation .button svg {
  width: 20px;
  height: 30px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media screen and (min-width: 768px) {
  .homenewbanner-section .swiper-navigation-wrapper .trending-navigation .button svg {
    width: 26px;
    height: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .homenewbanner-section .swiper-navigation-wrapper .trending-navigation .button svg {
    width: 26px;
    height: 53px;
  }
}
.homenewbanner-section .swiper-navigation-wrapper .trending-navigation .trending-back {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.homenewbanner-section .homenewbanner {
  position: relative;
}
.homenewbanner-section .swiper-slide-active .content-wrap .content .subtitle span {
  -webkit-transform: initial;
          transform: initial;
          opacity: 1;
}
.homenewbanner-section .swiper-slide-active .content-wrap .content .title span {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
  color: #fff;
}
.homenewbanner-section .swiper-slide-active .content-wrap .content .btn-wrapper a {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}
.homenewbanner-section .banner-content {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 500px;
}
@media screen and (min-width: 992px) {
  .homenewbanner-section .banner-content {
    min-height: 600px;
  }
}
.homenewbanner-section .banner-content::after {
  content: "";
  position: absolute;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  top: -25%;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.homenewbanner-section .banner-content .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homenewbanner-section .banner-content .banner-image figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.homenewbanner-section .banner-content .banner-image figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.homenewbanner-section .content-wrap {
  z-index: 2;
  color: #fff;
  padding: 103px 0;
}
.homenewbanner-section .content-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homenewbanner-section .content-wrap .content .subtitle {
  text-transform: uppercase;
  overflow: hidden;
}
.homenewbanner-section .content-wrap .content .subtitle span {
  -webkit-transform: translateY(130%) skewY(0deg);
          transform: translateY(130%) skewY(0deg);
  display: block;
  -webkit-transition: opacity ease 0.75s 0.75s, -webkit-transform ease 0.75s 0.65s;
  transition: opacity ease 0.75s 0.75s, -webkit-transform ease 0.75s 0.65s;
  transition: transform ease 0.75s 0.65s, opacity ease 0.75s 0.75s;
  transition: transform ease 0.75s 0.65s, opacity ease 0.75s 0.75s, -webkit-transform ease 0.75s 0.65s;
  will-change: transform;
  opacity: 0;
  font-size: 20px;
  letter-spacing: 3px;
}
.homenewbanner-section .content-wrap .content .title {
  font-size: 60px;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .homenewbanner-section .content-wrap .content .title {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .homenewbanner-section .content-wrap .content .title {
    font-size: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .homenewbanner-section .content-wrap .content .title {
    font-size: 104px;
  }
}
.homenewbanner-section .content-wrap .content .title span {
  -webkit-transform: translateY(130%) skewY(0deg);
          transform: translateY(130%) skewY(0deg);
  display: block;
  -webkit-transition: opacity ease 0.75s 0.75s, -webkit-transform ease 0.75s 0.65s;
  transition: opacity ease 0.75s 0.75s, -webkit-transform ease 0.75s 0.65s;
  transition: transform ease 0.75s 0.65s, opacity ease 0.75s 0.75s;
  transition: transform ease 0.75s 0.65s, opacity ease 0.75s 0.75s, -webkit-transform ease 0.75s 0.65s;
  will-change: transform;
  word-break: break-word;
  opacity: 0;
}
.homenewbanner-section .content-wrap .content .btn-wrapper {
  overflow: hidden;
  padding: 0 5px;
}
.homenewbanner-section .content-wrap .content .btn-wrapper a {
  -webkit-transform: translateY(130%) skewY(0deg);
          transform: translateY(130%) skewY(0deg);
  display: block;
  -webkit-transition: all ease 0.4s, opacity ease 0.75s 0.75s, -webkit-transform ease 0.75s 0.75s;
  transition: all ease 0.4s, opacity ease 0.75s 0.75s, -webkit-transform ease 0.75s 0.75s;
  transition: all ease 0.4s, transform ease 0.75s 0.75s, opacity ease 0.75s 0.75s;
  transition: all ease 0.4s, transform ease 0.75s 0.75s, opacity ease 0.75s 0.75s, -webkit-transform ease 0.75s 0.75s;
  will-change: transform;
  opacity: 0;
}

.h-full {
  height: 100%;
}