
.hotel_shilla_hero{
    width: 100vw;
    height: 42rem;
    padding-top: 118px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hotel_shilla_hero>img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.6);
}
.floatingHeroText{
    color: #fff;
    font-family: cantataone,serif;
}
.info h1{
    font-family: cantataone,serif;
    margin-bottom: var(--space-nomal);
}
.info p{
    margin-bottom: 5rem;
}
.con1_info{
    padding: 9rem 13rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--space-nomal);
    justify-content: space-between;
    background-color: var(--gold-color);
}
.con1_info figure{
    width: 55%;
    height: 500px;
    flex-shrink: 0;
    line-height: 0;
}
.con1_info figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* aspect-ratio: 8/5; */
}
.con1_txt{
    width: 40%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: var(--space-nomal);
    margin-bottom: 0;
}
.con2_info{
    padding-top: 9rem;
}
.con2_txt{
    padding: 0 13rem;
}
.con2_info figure{
    height: 673px;
}
.con2_info img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* aspect-ratio: 10/6; */
}
.con3_info{
    padding: 9rem 13rem;
    text-align: center;
}
.con3_txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.con3_info figure{
    height: 823px;
}
.con3_info figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;    
}
