body{
    margin-top: 120px;
}
.custom-shadow{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.bg-custom-color{
    background-color: rgba(170, 170, 170, .05);
}
.book{
    position: fixed;
    z-index: 1000;
    right: 10%;
}

.icon img{
    width: 40px;
    height: 40px;
}
.icon1 img{
    width: 35px;
    height: 35px;
}
.booknow{
    background-color: rgb(119, 31, 9);
}
.ag-custom{
    background-color: #d2d2d2;
}
.main-card{
    min-height: 500px;
}
.room-card{
    min-height: 1080px;
}

footer{
    color: #000000;
    background-color: rgba(0, 0, 0, .03);
}
@media screen and (max-width: 678px) {
    .ag-custom a{
        font-size: 1.5rem;
        background-color: #aaaaaa;
        margin: 5px;
    }
    .icon img{
        width: 35px;
        height: 35px;
    }
    .icon h6{
        font-size: .9rem;
    }
    footer h3{
        font-size: .9.5rem;
    }
    footer h6{
        font-size: .75rem;
    }
    .icon1 img{
        width: 25px;
        height: 25px;
    }
    .icon1 h6{
        font-size: .85rem;
    }
}