#experiences-home .slick-next{
    border-radius: 46.828px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.27);
    display: flex;
    width: 56px;
    height: 56px;
    padding: 4.828px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.828px;
    position: absolute;
    bottom: 40%;
    left: 95%;
    transform: translateY(-50%);
    transition: all .3s linear;

}

#experiences-home .slick-prev{
    border-radius: 46.828px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.27); 
    display: flex;
    width: 56px;
    height: 56px;
    padding: 4.828px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.828px;
    position: absolute;
    bottom: 40%;
    left: 1%;
    z-index: 1;
    transition: all .3s linear;
    transform: translateY(-50%);
}
#experiences-home .slick-next:hover{
    border: 1px solid #AFA894;
    background: #AFA894;
}

#experiences-home .slick-prev:hover{
    border: 1px solid #AFA894;
    background: #AFA894; 
}
#experiences-home .slick-dots {
    bottom: -10% !important;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

#experiences-home .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

#experiences-home .slick-dots li button {
    border: none;
    background: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

#experiences-home .slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #AFA894;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1;
}

#experiences-home .slick-dots li.slick-active button:before {
    width: 50px;
    border-radius: 10px;
}

.experiences-carousel-home img{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.47) 7.36%, rgba(255, 255, 255, 0.00) 42.11%), lightgray 50% / cover no-repeat;
    height: 598px;
}
.experiences-carousel-home .text-overlay{
    bottom: 5%;
    transition: all .3s linear;
    opacity: 0;
}
.experiences-carousel-home .carousel-photo:hover .text-overlay{
    opacity: 1;
}
@media screen and (max-width:1440px){
    #experiences-home .slick-next{
        left: 93%;
    }
    #experiences-home .slick-prev{
        left: 3%;
    }
}
@media screen and (max-width:1100px){
    #experiences-home .slick-next{
        left: 91%;
    }
}
@media screen and (max-width:991px){
    .experiences-carousel-home .text-overlay{
        opacity: 1;
    }
}
@media screen and (max-width:856px){
    #experiences-home .slick-next{
        left: 89%;
    }
    .experiences-carousel-home img{
        height: 500px;
    }
}
@media screen and (max-width:714px){
    #experiences-home .slick-next{
        left: 85%;
    }
    #experiences-home .slick-prev{
        left: 5%;
    }
}
@media screen and (max-width:520px){
    #experiences-home .slick-next{
        left: 83%;
    }
    #experiences-home .slick-prev{
        left: 6%;
    }
}
@media screen and (max-width:420px){
    #experiences-home .slick-next{
        left: 80%;
    }
}
