
.slider-banner {
    position: relative;
    width: 100%;
    height: 800px;
    /* height: 100vh; */
}

ul{
    padding:0;
    margin:0;
}

.slider-banner .title{
    font-weight:400;
}

.slider-banner li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: clip .7s ease-in-out, z-index 0s .7s;
    clip: rect(0, 100vw, 100vh, 100vw);
    display:flex;
    align-items:center;
    justify-content:left;
    overflow: hidden;
}

.slider-banner li:before{
    content:"";
    position:absolute;
    top:-20px;
    right:0;
    width:250px;
    height:250px;
    background-image:url("/assets/img/slider-shape.png");
    background-size:100% 100%;
    transition-delay: 1s;
    transform: rotate(-90deg);
    z-index:1;
}
.slider-banner h4{
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Futura Std", sans-serif;
  text-align: center;
}

@media screen and (max-width: 770px) {
  .slider-banner h4{
      font-size: 30px;
  }
}

/* .slider-banner li:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:300px;
    height:300px;
    background-image:url("/assets/img/slider-shape-2.png");
    background-size:100% 100%;
    transform:rotate(360deg);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
    z-index:1;
    background-position:center left;
} */

.slider-banner article{
    width:100%;
    /* margin-top:4rem; */
    /* margin-top: 40%; */
    color: #fff;
    z-index:11;
    padding: 0 30px;
    position: absolute;
    bottom: 10%;
    text-align: center;
}

.slider-banner h3{
    font-size: 40px;
}

.slider-banner h3 + p {
    display: inline-block;
    color: var(--lite);
    font-weight:300;
}

.slider-banner h3, .slider-banner h3 + p, .slider-banner p + .btn, li:after{
    opacity: 0;
    transition: opacity .7s 0s, transform .5s .2s;
    transform: translate3d(0, 50%, 0);
}

li.current h3, li.current h3 + p, li.current p + .btn, li.current:after {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

.slider-banner li:before{
    transition: 0.5s;
    top:-250px !important;
}

/* li.current:before{
    transition-delay: 1s;
    transform: rotate(-90deg);
    top:-20px !important;
} */

li.current {
    z-index: 1;
    clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
    clip: rect(0, 0, 100vh, 0);
}

/* .slider-banner aside {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    text-align: center;
    z-index: 10;
}

.slider-banner aside a {
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    background-color: var(--white);
    margin: 0 0.2rem;
    transition: transform .3s;
} */

.slider-banner em{
    background: var(--primary);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

a.current_dot {
    transform: scale(1.4);
    background:var(--primary) !important;
}

@media screen and (max-width: 920px) {
    .cs-down{
        display:none;
    }

    .slider-banner{
        height:70vh;
    }
    
    .slider-banner article{
        width:100%;
        /* margin-top: 30%; */
    }
    .slider-banner h3{
        font-size: 30px;
    }
    
    .slider-banner li:nth-child(2){
        background-position:top center;
    }
    
    .slider-banner li:nth-child(3){
        background-position:top center;
    }
    
    li.current:before{
        top:-30px;
        right:-10px;
    }
}

.slick-arrow {
    top: 40%;
}
.slick-prev{
    left: 15px;
    z-index: 999;
}
.slick-next{
    right: 15px;
    z-index: 999;
}
.slick-next:before,
.slick-prev:before{
    font-size: 30px;
}
.common-limiter {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
    min-width: 320px;
    width: 100%;
} 
@media screen and (max-width: 770px) {
  .slick-arrow {
    top: 20%;
  }
}






/* 

.image-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}

  
  @media all and (min-width: 500px) {
    .image-mask {
      transform: skew(30deg);
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 1200px;
      height: 600px;
      left: 70%;
    }
  }
  @media all and (min-width: 700px) {
    .image-mask {
      left: 58%;
    }
  }
  @media all and (min-width: 1200px) {
    .image-mask {
      left: 38%;
    }
  }
  .image-mask > img {
    display: block;
    width: 100%;
  }
  @media all and (min-width: 500px) {
    .image-mask > img {
      transform: skew(-30deg);
      position: absolute;
      left: -455px;
      top: 0;
    }
  }
  @media all and (min-width: 500px) {
    .image-mask .carousel-main {
      transform: skew(-30deg);
      max-width: 918px;
      margin-left: -174px;
    }
  }
  
  .image-text {
    padding: 30px;
  }
  @media all and (min-width: 500px) {
    .image-text {
      transform-style: preserve-3d;
      position: absolute;
      width: 65% !important;
      height: 100%;
      top: 0;
      left: 0;
    }
  }
  .image-text .image-text--va {
    position: relative;
  }
  @media all and (min-width: 500px) {
    .image-text .image-text--va {
      top: 50%;
      transform: translateY(-50%);
    }
  }
  .image-text .image-text--va h1, .image-text .image-text--va h2, .image-text .image-text--va h3, .image-text .image-text--va h4, .image-text .image-text--va h5 {
    margin: 0;
  }
  .image-text .heading {
    font-weight: bold;
    text-transform: uppercase;
  }
  .image-text .heading.heading--lowercase {
    text-transform: initial;
  }
  .image-text h1.heading {
    font-size: 35px;
  }
  @media all and (min-width: 500px) {
    .image-text h1.heading {
      font-size: 52px;
    }
  }
  @media all and (min-width: 700px) {
    .image-text h1.heading {
      font-size: 77px;
    }
  }
  @media all and (min-width: 1200px) {
    .image-text h1.heading {
      font-size: 105px;
    }
  }
  .image-text h3.heading {
    font-size: 30px;
  }
  .image-text p {
    font-size: 17px;
    line-height: 1.4;
  }
  
  .image-container--reverse .image-text {
    left: auto;
    right: 0%;
  }
  .image-container--reverse .image-mask {
    left: auto;
    right: 70%;
  }
  @media all and (min-width: 700px) {
    .image-container--reverse .image-mask {
      left: auto;
      right: 58%;
    }
  }
  @media all and (min-width: 1200px) {
    .image-container--reverse .image-mask {
      left: auto;
      right: 38%;
    }
  }
  .image-container--reverse .parallax-image {
    left: 400px;
  }
  
  .image-container.image-container--50-50 {
    height: auto;
  }
  @media all and (min-width: 500px) {
    .image-container.image-container--50-50 {
      height: 600px;
    }
  }
  .image-container.image-container--50-50 .image-mask {
    left: 90%;
    display: none;
  }
  @media all and (min-width: 500px) {
    .image-container.image-container--50-50 .image-mask {
      display: block;
    }
  }
  @media all and (min-width: 700px) {
    .image-container.image-container--50-50 .image-mask {
      left: 70%;
    }
  }
  @media all and (min-width: 1200px) {
    .image-container.image-container--50-50 .image-mask {
      left: 50%;
    }
  }
  .image-container.image-container--50-50 .image-text {
    width: 100%;
  }
  @media all and (min-width: 500px) {
    .image-container.image-container--50-50 .image-text {
      width: 45% !important;
    }
  }
  
  .parallax-image {
    width: 100%;
    height: 400px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media all and (min-width: 500px) {
    .parallax-image {
      width: 1200px;
      height: 800px;
      transform: skew(-30deg);
      position: absolute;
      left: -455px;
      top: 0;
    }
  }
  
  .image-mask--zoom img {
    transition: transform 0.4s ease-in-out;
  }
  .image-mask--zoom:hover img {
    transform: skew(-30deg) scale(1.1);
  }
  
  .orange {
    color: #ffb500;
  }
  
  .green {
    color: #4ac1b4;
  }
  
  .pink {
    color: #DB0A5B;
  }
  
  .white {
    color: #FFFFFF;
  }
  
  .background--orange {
    background: #ffb500;
  }
  
  .background--green {
    background: #4ac1b4;
  }
  
  .background--pink {
    background: #DB0A5B;
  }
  
  .background--pinkalt {
    background: #FF6697;
  }
  
  .background--pinkaltlight {
    background: #F998AA;
  }
  
  .background--grey {
    background: #DDDFE3;
  }
  
  .background--pinklightGrad {
    background: linear-gradient(#FF6697, #F998AA);
  }
  
  .background--pinkGrad {
    background: linear-gradient(#DB0A5B, #FF6697);
  }
  
  .background--pinkOrangeGrad {
    background: linear-gradient(#DB0A5B, #ffb500);
  }
  
  .background--pinkGreyGrad {
    background: linear-gradient(#DB0A5B, #DDDFE3);
  }
  
  .image-container--orange {
    background: #ffb500;
  } */
  
/* 

  .slnt-right,
  .slnt-left {
    width: 100%;
    min-width: 60vh;
    height: calc(50vh / 2);
    min-height: 20vw;
    background-color: dodgerblue;
  }
  
  .slnt-right::before,
  .slnt-right::after,
  .slnt-left::before,
  .slnt-left::after {
    content: "";
    display: inline-block;
    height: 100%;
  }
  
  .slnt-right::before {
    background-color: dodgerblue;
    transform: skew(-20deg);
    margin-right: -30px;
    position: relative;
    left: 8%;
    width: 40%;
    z-index: 1;
  }
  
  .slnt-right::after {
    background-color: indigo;
    width: 60%;  
    position:relative;
    right: -31px;
    background-image:url("https://source.unsplash.com/1200x800/?nature,water");
    background-size:100% 100%;
  }

  .slnt-left::before {
        background-color: indigo;
        width: 60%;
        position: relative;
        background-image: url(https://source.unsplash.com/1200x800/?nature,water);
        background-size: 100% 100%;
        transform: skew(20deg);
        left: -80px;
    }
.slnt-left::after {
      background-color: dodgerblue;
      
      
      position: relative;
      
      width: 40%;
      z-index: 1;
  } */

  
  