

.home-banner-wrp {
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-wrp .slide_item {
  position: relative;
  /*   min-height: 500px; */
}

.home-banner-wrp img.slide_image {
  position: relative;
  width: 100%;
}
.home-banner-wrp .slide_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-banner-wrp .content-wrp {
  position: absolute;
  width: 100%;
  height: auto;
  top: auto;
  z-index: 2;
  bottom: 30%;
  text-align: center;
  padding-top: 120px;
}
.home-banner-wrp .content * {
  color: #fff;
}

.home-banner-wrp .content h1 >span {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#cdab61, #e8d697);
  -webkit-background-clip: text;
}

.home-banner-wrp .button-wrp {
  margin-top: 30px;
}


.home-banner-wrp .button-wrp a{
  border-radius: 50px;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 24px;
  position: relative;
  display: inline-block;
}
.home-banner-wrp .button-wrp a.secondary {
  background: transparent;
  border: 0.4px solid #FFFFFF;
  color: #FFFFFF;
}

.home-banner-wrp .button-wrp a.secondary:hover{
  background: linear-gradient(180deg, #cdab61, #e8d697);
  border-color: #cdab61;
  color: #181818;
}
.home-banner-wrp .button-wrp a.primary {
  background: transparent;
  border: 0.4px solid #181818;
  color: #181818;
}

.home-banner-wrp .button-wrp a.primary:hover{
  background: linear-gradient(180deg, #cdab61, #e8d697);
  border-color: #cdab61;
  color: #181818;
}



.home-banner-wrp .slider-sec {
  position: relative;
}
.home-banner-wrp .slider-sec div {
  vertical-align: middle;
}

.home-banner-wrp ul.slick-dots {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
    bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: -10px;
  bottom: 0;
  margin-bottom: -50px;
  margin-bottom: 0;
  opacity: 0;
  opacity: 1;
  transition: .2s;
  bottom: 50px;

}
.home-banner-wrp ul.slick-dots li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
  line-height: 0;
}
.home-banner-wrp ul.slick-dots li button {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
  background: #e8d3c4;
  outline: none;
  font-size: 0;
  height: 10px;
  transform: none;
  width: 10px;
}
.home-banner-wrp ul.slick-dots li.slick-active button {
  background: #a11b06;
}

.home-banner-wrp .slider-sec button.slick-arrow {
  padding: 0;
  background-color: transparent;
  border: 0;
  bottom: 100px;
  position: absolute;
  font-size: 0;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  height: auto;
  width: auto;
  z-index: 9;
  left: auto;
  right: 110px;
}


.home-banner-wrp .slider-sec button.slick-next.slick-arrow:before,
.home-banner-wrp .slider-sec button.slick-prev.slick-arrow:before{
  background-color: #fff;
  bottom: -6px;
  content: "";
  height: 25px;
  position: absolute;
  right: -13px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: bottom;
  width: 2px;
}

.home-banner-wrp .slider-sec button.slick-next.slick-arrow:after,
.home-banner-wrp .slider-sec button.slick-prev.slick-arrow:after{
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  width: 12px;
  border-color: #fff;
}

/*  .home-banner-wrp .slider-sec button.slick-next.slick-arrow:after {
left: auto;
right: 36px; 
transform: rotate(132deg);
}  */

.home-banner-wrp .slider-sec button.slick-arrow.slick-prev {
  right: 180px;
}
.home-banner-wrp .slider-sec button.slick-prev.slick-arrow:after {
  left: auto;
  right: 1px;
  transform: rotate(132deg);
}


.home-banner-wrp .slide_item.no-img {
  min-height: 100vh;
}

@media (min-width:768px){
  .home-banner-wrp img.slide_image.mobile {
    display: none;
  }
}
@media (max-width:767px){
  .home-banner-wrp img.slide_image.desktop {
    display: none;
  }

  .home-banner-wrp .slide_item.no-mob-img {
    min-height: 100vh;
  }
  .home-banner-wrp .slide_item.no-mob-img img.slide_image {
    min-height: 100vh;
    object-fit: cover;
  }


}

@media (max-width:480px){
    .home-banner-wrp .slider-sec button.slick-arrow {
        display: none !important;
    }
}