.sec-image-slider::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 132.9rem;
  height: 54.7rem;
  background-image: url(../images/image-slider-shape.png);
  background-size: cover;
  background-position: center bottom;
}
.image-slider{
  margin: 0 -10rem;
  width: calc(100% + 20rem);
}
.image-slider-item{
  position: relative;
  overflow: hidden;
  border-radius: 5rem 0 5rem 0;
}
.image-slider-img img{
  width: 100%;
  height: 49rem;
  object-fit: cover;
  opacity: 1;
}
.image-slider-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: radial-gradient(50% 50% at 50% 50%, rgba(15, 25, 39, 0) 28.81%, rgba(12, 27, 49, 0.4) 99.01%); */
  color: var(--white);
}
.image-slider-item h4{
  font-size: 3.2rem;
  line-height: 2rem;
  letter-spacing: 1.92px;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
}
.image-slider-text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.8rem 3.2rem;
}
.image-slider-item p{
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.image-slider .owl-nav{
  display: flex !important;
  justify-content: center;
}
@media(min-width:1360px) and (max-width:1399.98px){
  .image-slider {
    margin: 0 -6rem;
    width: calc(100% + 12rem);
  }
  .image-slider-img img {
    height: 46rem;
  }
}
@media(min-width:1216px) and (max-width:1359.98px){
  .sec-image-slider::after {
    width: 120rem;
    height: 47.7rem;
  }
  .image-slider {
    margin: 0;
    width: 100%;
  }
  .image-slider-img img {
    height: 41.3rem;
  }
}
@media(min-width:1200px) and (max-width:1215.98px){
  .sec-image-slider::after {
    width: 120rem;
    height: 47.7rem;
  }
  .image-slider {
    margin: 0;
    width: 100%;
  }
  .image-slider-img img {
    height: 40.7rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-image-slider::after {
    width: 99.2rem;
    height: 39.7rem;
  }
  .image-slider {
    margin: 0;
    width: 100%;
  }
  .image-slider-img img {
    height: 33.6rem;
  }
  .image-slider-text {
    padding: 2.4rem;
  }
  .image-slider-item p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-image-slider::after {
    width: 100%;
    height: 33.4rem;
  }
  .image-slider {
    margin: 0;
    width: 100%;
  }
  .image-slider-img img {
    height: 38.5rem;
  }
  .image-slider-text {
    padding: 3.1rem 2.6rem;
  }
}
@media(max-width:767.98px){
  .sec-image-slider {
    padding-bottom: 4.6rem;
  } 
  .sec-image-slider::after {
    width: 100%;
    height: 30rem;
  }
  .image-slider {
    margin: 0;
    width: 100%;
  }
  .image-slider-img img {
    height: 59rem;
  }
  .image-slider-text {
    padding: 3.1rem 2.7rem;
  }
}
@media(max-width:575.98px){
  .sec-image-slider::after {
    height: 32.4rem;
    background-image: url(../images/gallery-mobile-shape.png);
  }
  .image-slider-img img {
    height: 106.5vw;
  }
}