.inspiration-slider .owl-carousel .owl-stage{
    display: flex;
    /* transform: translate3d(16vw, 0px, 0px); */
}
.inspiration-slider .owl-item{
    align-content: center;
    height: 470px;
    flex-shrink: 0;
}
.inspiration-slider .slide{
    position: relative;
}

.inspiration-slider .slide.landscape{
    aspect-ratio: 4/3;
    max-width: 470px;
}
.inspiration-slider .slide.portrait{
    aspect-ratio: 6/9;
    max-height: 500px;
    padding-bottom: 5rem;
}
.inspiration-slider .slide.square{
    aspect-ratio: 1/1;
    max-width: 300px;
}
.inspiration-slider .slide.spacing{
    width: 14.6vw;
}
.inspiration-slider .slide-title {
    line-height: 1.3;
}


.inspiration-slider .slide a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6551 9.77443L19.5681 9.77442C19.9923 9.77442 20.3362 10.1183 20.3362 10.5425L20.3362 17.4555C20.3362 17.8797 19.9923 18.2236 19.568 18.2236C19.1438 18.2236 18.7999 17.8797 18.7999 17.4555L18.7999 12.3969L11.0859 20.111C10.7859 20.4109 10.2996 20.4109 9.99963 20.111C9.69966 19.811 9.69966 19.3247 9.99963 19.0247L17.7137 11.3106L12.6551 11.3106C12.2309 11.3106 11.887 10.9667 11.887 10.5425C11.887 10.1183 12.2309 9.77442 12.6551 9.77443Z' fill='%23171717'/%3E%3C/svg%3E");
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 30px;
    width: 30px;
    z-index: 1;
}
.inspiration-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.5s;
}
.inspiration-slider .slide:hover img {
    transform: scale(0.95);
}
.inspiration-slider .slide-category {
    font-size: 1rem;
    color: var(--text-color-light);
}
.inspiration-slider .btn.link{
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}
.inspiration-slider .owl-nav {
    margin: 2rem auto -3.5rem;
}
.inspiration-slider .owl-nav button.owl-prev, 
.inspiration-slider .owl-nav button.owl-next{
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
}
.inspiration-slider .owl-nav button.owl-prev.disabled, 
.inspiration-slider .owl-nav button.owl-next.disabled{
    background-color: transparent;
    opacity: 0.5;
}
.inspiration-slider .owl-nav button.owl-next{
    right: -5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26.9331' cy='26.933' r='19.0445' transform='rotate(45 26.9331 26.933)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.519 20.1367L35.7252 26.343C36.1061 26.7238 36.1061 27.3413 35.7252 27.7221L29.519 33.9284C29.1381 34.3092 28.5207 34.3092 28.1398 33.9284C27.759 33.5475 27.759 32.93 28.1398 32.5492L32.6813 28.0078H18.8304C18.2918 28.0078 17.8552 27.5711 17.8552 27.0325C17.8552 26.4939 18.2918 26.0573 18.8304 26.0573H32.6813L28.1398 21.5159C27.759 21.135 27.759 20.5176 28.1398 20.1367C28.5207 19.7559 29.1381 19.7559 29.519 20.1367Z' fill='%23171717'/%3E%3C/svg%3E");
}
.inspiration-slider .owl-nav button.owl-prev{
    left: -5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26.933' cy='26.9332' r='19.0445' transform='rotate(-135 26.933 26.9332)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.347 33.7295L18.1407 27.5233C17.7599 27.1424 17.7599 26.5249 18.1407 26.1441L24.347 19.9378C24.7278 19.557 25.3453 19.557 25.7262 19.9378C26.107 20.3187 26.107 20.9362 25.7262 21.317L21.1847 25.8585L35.0355 25.8585C35.5741 25.8585 36.0107 26.2951 36.0107 26.8337C36.0107 27.3723 35.5741 27.8089 35.0355 27.8089L21.1847 27.8089L25.7262 32.3503C26.107 32.7312 26.107 33.3487 25.7262 33.7295C25.3453 34.1103 24.7278 34.1103 24.347 33.7295Z' fill='black'/%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  .owl-nav {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .owl-nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .owl-nav {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .owl-nav {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
    .owl-nav {
        max-width: 1320px;
    }
    .slide.spacing {
        width: 0px !important;
    }
}
@media (max-width: 1600px) {
    .inspiration-slider .slide.spacing {
        width: 80px;
    }
}



