/*Global*/
.header-section.moda-nav-builder {
  display: flex;
}

.moda-text-gradient .elementor-heading-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.moda-icon-gradient .elementor-icon i {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.moda-icon-gradient .elementor-icon i:before {
  position: initial;
}

.moda-sticky-header.sticky-on {
  top: 0;
  width: 100% !important;
  z-index: 20;
  position: fixed !important;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}

.moda-before .elementor-button {
  position: relative;
  z-index: 2;
}
.moda-before .elementor-button:before {
  position: absolute;
  content: "";
  background-color: #000;
  border: none;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  visibility: hidden;
}
.moda-before .elementor-button:hover:before {
  height: 100%;
  visibility: visible;
  color: #fff;
}
.newreased-slider-wrapper{
  max-width: 1330px !important;
}
@media(max-width: 1399px){
  .newreased-slider-wrapper{
    max-width: 1210px !important;
  }
}

@media(max-width: 575px){
  .newreased-slider-wrapper{
    padding: 0 !important;
  }
  .banner-area-2-wrapper{
    padding:0 20px !important;
  }
  .prev.theme-bg.text-center,
  .next.theme-bg.text-center,
  .swiper-banner-arrow-btn{
    display: none !important;
  }
}
/*# sourceMappingURL=zx-moda.css.map */
