*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wac-homebanner {
  /* height: 80vh; */
  overflow: hidden;
  position: relative;
}

.wac-container-bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.wac-homebanner .wac-container {
  margin: 0 auto;
  width: 90%;
  padding: 0 20px;
}

.secondary-banner {
  margin-top: -75px !important;
  z-index: 2 !important;
  position: relative !important;
}

.secondary-banner .secondary-banner-col-1 {
  padding: 30px;
}

.secondary-banner .secondary-banner-col-1 h6 {
  margin: 0;
  font-family: mulish;
  font-weight: 400;
  color: #000;
  line-height: 35px;
  font-size: 30px;
  text-transform: capitalize !important;
}

.secondary-banner .secondary-banner-col-1 p {
  margin: 0;
}

.secondary-banner .secondary-banner-col-1 p a {
  font-family: mulish;
  font-weight: 400;
  line-height: 35px;
  font-size: 25px;
}

.secondary-banner .secondary-banner-col-2 {
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.secondary-banner .secondary-banner-col-2 p {
  margin: 0;
  font-size: 19px;
  color: rgb(116, 116, 116);
  font-family: mulish;
}

h2.main-ttl.font-primary {
  z-index: 5;
  text-transform: capitalize;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  line-height: 114px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 47px;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

 
@media (min-width: 1000px) {
  .wac-homebanner .wac-container {
    max-width: 960px;
  }
}
 

@media (min-width: 1440px) {
  .wac-homebanner .wac-container {
    max-width: 1300px;
  }
}

@media (min-width: 1640px) {
  .wac-homebanner .wac-container {
    max-width: 1500px;
  }
}

.wac-homebanner .relative {
  position: relative;
}

.wac-homebanner figure {
  margin-bottom: 0;
}

.wac-homebanner figure:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.wac-homebanner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wac-homebanner .wacBannerSwiper {
  width: 100%;
  height: 100%;
}

.wac-homebanner .wacBannerSwiper .wac-container {
  height: 100%;
  display: flex;
  align-items: end;
}

@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .wac-container {
    display: block;
  }
}

.wac-homebanner .wacBannerSwiper .swiper-slide figure {
  position: relative;
  /* top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  z-index: -1;
}

.wac-homebanner .wacBannerSwiper .swiper-slide figure::before {
  content: "";
  display: block;
  position: static;
  width: 100%;
  padding-top: calc(600 / 400 * 100%);

}

.wac-homebanner .wacBannerSwiper .swiper-slide figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


.wac-homebanner .wacBannerSwiper .desktop-img {
  display: none;
}

@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .swiper-slide figure::before {
    padding-top: calc(796 / 1920 * 100%);

  }

  .wac-homebanner .wacBannerSwiper .desktop-img {
    display: block;
  }
}

@media screen and (max-width:480px) {
  .wac-homebanner .wacBannerSwiper .mob-img {
    display: block;
  }
}

@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .mob-img {
    display: none;
  }
}

.wac-homebanner .wacBannerSwiper .text-wrapper {
  color: #fff;
  margin-top: 0px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

@media (max-width: 1199px) {
  .wac-homebanner .wacBannerSwiper .text-wrapper {
    justify-content: end;
  }
}

@media (max-width: 991px) {
  .wac-homebanner .wacBannerSwiper .text-wrapper {
    padding-bottom: 100px;
  }
}

@media (max-width: 576px) {
  .wac-homebanner .wacBannerSwiper .desc {
    margin-bottom: 0 !important;
  }

  .wac-homebanner .wacBannerSwiper .text-wrapper {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wac-homebanner .wacBannerSwiper .text-wrapper {
    padding-bottom: 140px;
  }
}

.wac-homebanner .wacBannerSwiper .main-ttl {
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 26px;
  max-width: 485px;
  margin: 15px 0;
}

@media (min-width: 1000px) {
  .wac-homebanner .wacBannerSwiper .main-ttl {
    font-size: 32px !important;
    line-height: 42px;
    margin: 15px 0;
  }
}

@media (min-width: 1200px) {
  .wac-homebanner .wacBannerSwiper .main-ttl {
    font-size: 47px !important;
    line-height: 56px;
    margin: 25px 0;
  }
}

.wac-homebanner .wacBannerSwiper .desc {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .desc {
    font-size: 20px;
  }
}

.wac-homebanner .wacBannerSwiper .btn.banner-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  background: #feae13;
  white-space: nowrap;
  text-transform: capitalize;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  will-change: transform;
  font-size: 15px;
  padding: 16px 29px 17px 30px;
}

.wac-homebanner .wacBannerSwiper .btn.banner-btn::after {
  content: "";
  position: absolute;
  height: 51%;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: black;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
  z-index: 1;
}

.wac-homebanner .wacBannerSwiper .btn.banner-btn::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 0%;
  right: 0;
  top: 0;
  background-color: black;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
  z-index: 1;
}

.button-value {
  z-index: 2;
}

.button-arrowline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 19px;
  left: 8px;
  color: #fff;
  fill: #fff;
  stroke: #fff;
  z-index: 2;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
}

@media (hover: hover) {
  .wac-homebanner .wacBannerSwiper .btn.banner-btn:hover {
    color: #fff;
  }

  .wac-homebanner .wacBannerSwiper .btn.banner-btn:hover::before {
    width: 100%;
    left: 0;
  }

  .wac-homebanner .wacBannerSwiper .btn.banner-btn:hover::after {
    width: 100%;
    right: 0;
  }

  .wac-homebanner .wacBannerSwiper .btn.banner-btn:hover .button-arrowline .arrow-up,
  .wac-homebanner .wacBannerSwiper .btn.banner-btn:hover .button-arrowline .arrow-down {
    opacity: 0;
  }

  .wac-homebanner .wacBannerSwiper .btn.banner-btn:active {
    box-shadow: none;
    transform: translate(2px, 2px);
  }
}

.wac-homebanner .wacBannerSwiper .pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 18px;
}

@media (min-width: 992px) {
  .wac-homebanner .wacBannerSwiper .pagination {
    bottom: 70px;
  }
}

.wac-homebanner .wacBannerSwiper .pagination .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wac-homebanner .wacBannerSwiper .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  background-color: #fff;
  margin: 0 5px;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
}

.wac-homebanner .wacBannerSwiper .pagination .swiper-pagination-bullet::after {
  display: none;
}

.wac-homebanner .wacBannerSwiper .pagination .swiper-pagination-bullet:hover {
  height: 10px;
}

.wac-homebanner .wacBannerSwiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 10px;
}

.wac-homebanner .wacBannerSwiper .main-ttl,
.wac-homebanner .wacBannerSwiper .desc,
.wac-homebanner .wacBannerSwiper .btn-wrapper {
  opacity: 0;
  transform-origin: left;
  transition: all 0.5s ease;
  filter: blur(3px);
  transform: translateX(20px) scaleX(1.1);
}

.wac-homebanner .wacBannerSwiper .text-wrapper {
  transition: all 0.5s ease;
}

.wac-homebanner .wacBannerSwiper .swiper-slide-active .text-wrapper {
  filter: blur(0px);
}

.wac-homebanner .wacBannerSwiper .swiper-slide-active .main-ttl,
.wac-homebanner .wacBannerSwiper .swiper-slide-active .desc,
.wac-homebanner .wacBannerSwiper .swiper-slide-active .btn-wrapper {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0px) scaleX(1);
}

.text-wrapper .btn-wrapper {
  margin-top: 5px;
}

/* naju */

.elementor-element-2e89059 {
  padding: 0 !important;
}

.wac-homebanner {
  position: relative;
}

.wac-homebanner .pagination-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 99;
  width: 100%;

}

.wac-homebanner .pagination-wrapper .pagination-wrapper-inner {
  display: flex;
  width: 100%;
  gap: 35px;
  margin-left: auto;
  margin-right: auto;

}

.wac-homebanner .paginationContent {
  width: 25%;
  border-bottom: 1px solid #FFFFFF80;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.wac-homebanner .paginationContent::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #F16F24;
  transition: none;
}

.wac-homebanner .paginationContent.active::after {
  width: 100%;
  transition: width 3s linear;
}

.wac-homebanner .swiper-button-left {
  position: absolute;
  z-index: 999;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px;
}

.wac-homebanner .swiper-button-right {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  cursor: pointer;
   background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
    padding: 15px;
}

.wac-homebanner .swiper-button-right img,
.wac-homebanner .swiper-button-left img {
  width: 12px;
}
.wac-homebanner .swiper-button-right:hover img,
.wac-homebanner .swiper-button-left:hover img {
  filter: contrast(40%) sepia(1) hue-rotate(316deg) saturate(1000%);
}

.wac-homebanner .swiper-button-left,
.swiper-button-right {
  object-fit: contain;
}

.wac-homebanner .swiper-button-left.swiper-button-disabled,
.swiper-button-right.swiper-button-disabled {
  opacity: 0.3;
}


  .wac-homebanner .pagination-wrapper .pagination-wrapper-inner { 
    width: 100%;
  }



@media screen and (max-width:991px) {
  .wac-homebanner .pagination-wrapper {
    display: none;
  }
}

@media screen and (max-width:567px) {
  .wac-homebanner .swiper-button-left {
    width: 40px;
    height: 40px;
    padding: 5px;
    left: 5px;
  }

  .wac-homebanner .swiper-button-right {
    width: 40px;
    height: 40px;
    padding: 5px;
    right: 5px;
  }
}



@media screen and (min-width:1000px) {
  .wac-homebanner .pagination-wrapper .pagination-wrapper-inner { 
    max-width: 960px;
  } 

}

@media screen and (min-width:1400px) {
  .wac-homebanner .pagination-wrapper .pagination-wrapper-inner { 
    max-width: 1360px;
  } 

}

@media screen and (min-width:1700px) {
  .wac-homebanner .pagination-wrapper .pagination-wrapper-inner {
 
    max-width: 1600px;
  }
    .wac-homebanner .swiper-button-left {
    left: 80px;

  }

  .wac-homebanner .swiper-button-right {
    right: 80px;

  }
}