.accomodation-sec{
    padding: 4rem 0;
}

.acc-hero-wrapper{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 70vh;
}

.acc-hero-img{
    position: absolute;
    z-index: -1;
    width: 60%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}


.acc-hero-content{
    margin-left: auto;
    padding: 2rem;
    background-color: #FFF;
    box-shadow: 0 0 0 1px #17000c33 inset, 0 2px 4px #0000001a, 0 8px 14px #00000026;
    border-radius: 1rem;
    max-width: 60%;
}

@media(max-width: 960px){
    .acc-hero-wrapper{
        display: block;
    }
    
    .acc-hero-img{
        width: 100%;
    }
    
    .acc-hero-content{
        max-width: 100%;
    }
    
    .acc-hero-content .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .acc-hero-content .section-subtitle{
        margin-bottom: 2rem;
    }
}

/********* content *********/

.accomodations-list-sec{
    background-image: url('../img/szallashelyek_bg.avif');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 6rem 0;
}

.accomodation-card{
    background-color: #FFF;
    padding: 2rem;
    padding-bottom: 3.5rem;
    border-radius: 1rem;
    border: 1px solid #BBB;
    height: 100%;
}

.accomodation-card-title{
    font-size: 2.5rem;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.accomodation-card-img{
    border-radius: 1rem;
}