#more-rooms-section .line-button  .span-line {
    width: 52px;
    height: 2px;
    margin-right: 10px;
    transition: .3s;
}
#more-rooms-section .line-button:hover .span-line {
    width: 30px;
    transition: .3s; 
}
#more-rooms-section .line-button{
    border-radius: 5px;
    background: #A7CBF4;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.20);
}
#more-rooms-section .single-card {
    overflow: hidden;
    border-radius: 20px;
}

#more-rooms-section .more-rooms-carousel img{
    height: 598px;
}
#more-rooms-section .more-rooms-carousel .info-container{
    min-height: 390px;
}

#more-rooms-section .slick-next{
    border-radius: 46.828px;
    border: 1px solid #A7CBF4;
    background: transparent;
    display: flex;
    width: 56px;
    height: 56px;
    padding: 4.828px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.828px;
    position: absolute;
    bottom: -10%;
    left: 52%;
    transform: translateX(-50%);
    transition: all .3s linear;

}

#more-rooms-section .slick-prev{
    border-radius: 46.828px;
    border: 1px solid #A7CBF4;
    background: transparent;
    display: flex;
    width: 56px;
    height: 56px;
    padding: 4.828px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.828px;
    position: absolute;
    bottom: -10%;
    left: 48%;
    z-index: 1;
    transform: translateX(-50%);
    transition: all .3s linear;

}
#more-rooms-section .slick-prev svg path{
    transition: all .3s linear;
}
#more-rooms-section .slick-next svg path{
    transition: all .3s linear;
}
#more-rooms-section .slick-prev:hover{
    background: #A7CBF4;
}
#more-rooms-section .slick-next:hover{
    background: #A7CBF4;
}
#more-rooms-section .slick-prev:hover svg path{
    fill: #F2f2f2;
}
#more-rooms-section .slick-next:hover svg path{
    fill: #F2f2f2;
}
@media screen and (max-width:1500px){
    #more-rooms-section .slick-next{
        left: 55%;
    }
    
    #more-rooms-section .slick-prev{
        left: 45%;
    } 
}
@media screen and (max-width:767px){
    #more-rooms-section .slick-next{
        bottom: -8%;
    }
    #more-rooms-section .slick-prev{
        bottom: -8%;
    } 
}
@media screen and (max-width:570px){
    #more-rooms-section .slick-next{
        left: 58%;
    }
    
    #more-rooms-section .slick-prev{
        left: 43%;
    } 
}