.hero-slider {
  padding: 0;
  min-width: 320px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Thumbs gallery loop */
	position:relative;
}
{#***************** FIXED CONTENT **********************#}
.hero-slider__content-fixed{
	position:absolute;
	z-index:2;
	
}
.hero-slider__fixed-container{
	border-radius: 20px;
	display: flex;
	flex-direction:column;
}
.hero-slider__fixed-title,
.hero-slider__fixed-description,
.hero-slider__fixed-description *{
	margin:0;
}
.swiper {
  width: 100%;
  height: 100%;
}
.hero-slider .hero-slider__arrow-icon{
	width:32px;
	height:32px;
	display:flex;
	justify-content:center;
	align-items:center;
	border: solid 1px;
	border-radius:50%;
	background-color: rgba(255, 255, 255, 0.65);
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next{
	width:auto;
	height:auto;
}
.hero-slider .swiper-button-prev{
	left:47px;
}
.hero-slider .swiper-button-next{
	right:47px;
}
.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-button-next:after{
	display:none;
}
.hero-slider .swiper-button-prev svg,
.hero-slider .swiper-button-next svg{
	width:16px;
	height:16px;
}
.hero-slider .swiper-button-prev svg{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-pagination-bullet {
  font-size: 16px;
  opacity: 1 !important;
  border-radius: 100px;
}

.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px!important;
}
.swiper-horizontal > .swiper-pagination-bullets{
  bottom:23px!important;
}
.height-custom {
   height: 600px !important; 
}

/* text content styles */
.text-content {
  position: absolute;
  left: 100px;
  right: 100px;
  width: 80%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}


/* slider thumbs styles */
  .swiper__thumbs-80 {
    height: 80%;
    width: 100%;
  }

  .swiper__thumbs-20 {
    height: 20%;
    width: 100%;
  }

   .swiper__thumbs-20 .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .swiper__thumbs-20 .swiper-slide-thumb-active {
      opacity: 1;
    }


/* parallax_styles  */
    .parallax__bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }

    .slider-parallax .swiper-slide {
      padding: 154px 192px;
      display: flex;
      flex-direction: column;
      align-items: flex-start !important;
      font-size: 18px;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .swiper-slide .title {
      font-size: 41px;
      font-weight: 300;
    }

    .swiper-slide .subtitle {
      font-size: 21px;
    }

    .swiper-slide .title h2 {
      margin-bottom: 10px;
    }

    .swiper-slide .subtitle h3 {
      margin-bottom: 10px;
    }


  .swiper-slide .text {
    max-width: 400px;
    max-height: 300px;
    height: auto;
    line-height: 1.3;
    overflow: auto;
  }
/* end_parallax_styles  */
@media(max-width:1290px){
	{#***************** FIXED CONTENT **********************#}
	.hero-slider__content-fixed{
		max-width: 82%;
	}
	.hero-slider--fixed-content .swiper-button-next{
		left:90%;
	}
	.hero-slider--fixed-content .swiper-button-prev{
		right:92%;
	}
	.hero-slider__fixed-container{
		width:83%!important;
	}
}
@media(max-width:992px){
	{#***************** FIXED CONTENT **********************#}
	.hero-slider__fixed-container{
		position:revert;
		width:100%!important;
	}
	.swiper-button-next.hero-slider--hide-mobile,
	.swiper-button-prev.hero-slider--hide-mobile{
		display:none;
	}
	.hero-slider__content-fixed{
		padding: 0 20px;
	}
	.hero-slider__content-fixed{
		max-width: 100%!important;
	}
}
@media(max-width: 768px){
  .swiper-slide .img-normal {
    margin-bottom: 0 !important;
  }

  .swiper-slide .img-thumbs {
    height: 50vh !important;
  }
  .slider-parallax .swiper-slide {
    padding: 100px;
  }

  .slider-parallax .swiper-slide {
    height: 50vh !important;
  }
}
@media(max-width:767px){
	.hero-slider__content-fixed{
		top:108px;
	}
} 
@media(max-width: 453px){
  .swiper-slide  {
    padding: 0;
  }

  .slider-parallax .swiper-slide {
    padding: 60px;
  }

  .text-content {
    padding: 0 30px;
    width: 80%;
    left: 30px;
  }

}

