
* {
    font-family: 'Marcellus';
}
.page-body {
    margin-top: 30px;
}
.info {
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(233, 191, 106);
}
.hotel-name {
    text-decoration: none !important;
    color: rgb(233, 191, 106);
    padding: 10px;
    position: absolute;
    font-size: 2.2rem;
    /* font-weight: 650; */
    font-weight: 900;
    text-align: center;
    top: 70%;
    left: 50%;
    width: calc(100% - 30px);
    transform: translate(-50%,-50%);
    /* backdrop-filter: blur(3px); */
    background: rgb(39,36,35);
    background: radial-gradient(circle, rgba(39, 36, 35, 0.486) 65%, rgba(39,36,35,0.3230479691876751) 75%, rgba(0,0,0,0) 100%);
}
.butn:hover .hotel-name{
    color: rgb(240, 234, 223);
    
}

@media screen and (min-width: 992px) {
    .multirow {
        max-height: 300px !important;
        height: calc(25vw) !important;
        object-fit: cover;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .multirow {
        max-height: 200px !important;
        height: calc(25vw) !important;
        object-fit: cover;
    }
}
.row {
    max-width: 1500px;
    width: 100%;
}
.container-fluid {
    display: flex;
    justify-content: center;
}
.butn {
    padding: 0px !important;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.modalimg {
    width: 100%;
    margin: 30px 0 50px 0;
    box-shadow: rgb(233, 191, 106) 0px 3px 8px;
}
.modal-header {
    background-color: rgba(240, 180, 91, 0.164);
}
.modal-body {
    background-color: rgb(255, 255, 255);
    text-align: justify;
    text-justify: inter-word;
}
.modal-body::-webkit-scrollbar {
    display: none;
}
@media screen and (min-width: 768px){
    .modal-content {
        position: absolute;
        top: 60px;
        left: calc(50vw - 300px);
        z-index: 2025;
        height: 80vh;
        width: 600px !important;
        
    }
    .modal-dialog {
        margin-left: 0rem !important;
    }
}
@media screen and (max-width: 768px){
    .modal-content {
        position: absolute;
        top: 15vh;
        z-index: 2025;
        height: 75vh;
        width: calc(100vw - 10px) !important;
    }
    .modal {
        padding:0 !important;
    }
    
    .modal-dialog {
        margin: 5px !important;
    }
}
.dividerimg {
    width: 100%;
    height: 80px;
    margin-bottom: 40px;
}