
.portofolio-thumb img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    padding: 10px;
}

.portofolio-thumb *, .portofolio-thumb:before, .portofolio-thumb:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.w-100 {
    width: 100% !important;
}


.marbottomsm {
    width: 100%;
    margin-bottom: 14px;
    border-radius: 10px;
}


.fecilities li {
    display: inline-block;
    padding: 0px 4px 4px 4px;
}

.room_details {
    list-style-type: disc;
    padding-left: 20px;
}

.photobtn {
    position: absolute;
    top: 80%;
    right: 6%;
    background-color: #fff;
    color: #333;
    width: 174px;
    height: 40px;
    line-height: 1;
}
       .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 9999;
        }
        .popup {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            color: #333;
            padding: 20px;
            box-sizing: border-box;
            transition: transform 0.5s ease;
            transform: translateY(100%);
            z-index: 10000;
        }
        .show {
            transform: translateY(0);
        }
        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }


.portofolio-thumb a img{
    height:300px;
}

