﻿.decorLaL {
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes forSpanPro {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translatey(15px);
    }
}

.booking-default {
    position: absolute;
    left: calc(50% - 354px) !important;
}

.bannerchange {
    overflow: unset !important;
}

.WRoomChild {
    position: relative;
}

.WDecorLineRoom {
    position: absolute;
    top: -40px;
    width: 2px;
    height: 75px !important;
    background: #AD8458;
    left: calc(50% - 15px);
    animation: forSpanPro .6s infinite alternate;
}

.WTopRoomChild .WDecorLineRoom {
    top: -46px;
}

.WTopRoomChild h2 {
    margin: 0;
    color: #0053A6;
    font-family: 'Anybody';
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 25px;
}

.WTopRoomChild {
    text-align: center;
    padding-top: 64px;
    position: relative;
}

.WRoomChild:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(/Design/decor/decorLaR.png) no-repeat;
    width: 219px;
    height: 540px;
}

.WTopRoomChild section {
    text-transform: capitalize;
    width: 895px;
    margin: auto;
    margin-bottom: 25px;
    display: block;
    color: #332314;
    text-align: center;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.WTopRoomChild span {
    display: block;
    color: #F3FDFD;
    text-align: center;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 800px;
    margin: auto;
}

ul.ListServiceChild {
    padding: 0;
    margin: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
}

    ul.ListServiceChild li.itemServiceChild {
        list-style: none;
    }

.img-Service-child img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    overflow: hidden;
    transition: 0.35s ease-in-out;
}

ul.ListServiceChild li.itemServiceChild:hover .img-Service-child img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.item-Service-child {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

ul.ListServiceChild li.itemServiceChild:hover .infos-Service-child-home {
    height: 85%;
}

.WBottomServiceChild {
    padding-bottom: 50px;
}

.detail-Service-inner-child span:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    color: #D3A97B;
    top: 55%;
    right: -8px;
    -webkit-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.infos-Service-child-home {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    text-align: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 33%;
    justify-content: flex-end;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    transition: 0.35s ease-in-out;
}

.item-Service-child:before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    color: #fefe00;
    content: "";
    transition: all ease-in-out 0.3s;
    border-top: 1px solid;
    border-bottom: 1px solid;
    z-index: 1;
}

.item-Service-child:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    color: #b99d75;
    content: "";
    transition: all ease-in-out 0.3s;
    border-right: 1px solid;
    border-left: 1px solid;
}

.title-Service-child-home h3 {
    margin: 0;
    color: #FEFE00;
    font-family: 'Anybody';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

ul.ListServiceChild li.itemServiceChild:hover .title-Service-child-home h3 {
    color: #FFEB3B;
}

.infos-Service-child-home a {
    text-decoration: none;
    position: relative;
}

.detail-Service-inner-child span {
    padding: 4px 0;
    position: relative;
    color: #fff;
    text-align: center;
    font-family: 'BarlowM';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}