/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


body{
    font-size: 1rem;
}

.download-app-link{
    display: flex;
    gap: 10px;
}

.marquee{
    background: #faf8f5;
}

.title h2, .title h3 {
    font-size: 2rem;
    letter-spacing: normal;
}

.box_facilities i {
    font-size: 3rem;
}

a.box_cat_rooms .info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

a.box_cat_rooms .info p {
    margin-bottom: 55px;
    min-height: 75px;
}

a.box_cat_rooms:hover .info {
    transform: translate(0, -10px);
}

.intro ul{
    padding: 15px 0px;
    list-style: none;
}

.intro ul li i{
    color: #978667;
    font-size: 22px;
    padding-right: 8px;
}

