@font-face {
    font-family: 'Tenor_Sans';
    src: url('../font/tenorsans-regular.woff2') format('woff2'),
    url('../font/tenorsans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Tenor_Sans', 'sans-serif';
    font-size: 15px;
    line-height: 1.5;
    color: #585655;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    transition: all 0.6s;
}

h1, h2, h3, h4 {
    color: #fff;
    font-family:inherit;
    font-weight: lighter;
    text-transform: capitalize;
    margin: 0;
}

h1 {

    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}
/**************************/
/* MOOSE GROUP */
/**************************/
.main-body {
    position: relative;
    width: 100%;
    display: flow-root;
    overflow: hidden;
}
.our_hotel {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.our_hotel:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 350px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    background: linear-gradient(rgba(0, 0, 0,0.65), rgba(0, 0, 0, 0));
    z-index: 1;
}
.our_hotel img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    transition: all .5s;
    transform: scale(1.05);
}
.col-sm-6:hover img {
    transform: scale(1.0);
}
.about_hotel {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.about_hotel img{
    transform: scale(1)!important;
}

/*.sannviewhotel img {*/
/*    object-position: right 26% top 0;*/
/*}*/
.sannboutiquehotel img {
    object-position: right 18% top 0;
}
.row_group .col-xs-8{
    float: right;
    width: 100%;
    padding: 0;
}
.row_group .col-sm-6 {
    height: 50vh;
    display: inline-flex;
    padding: 0;
    overflow: hidden;
}
.our_hotel img{
    height: 100%;
    width: 100%;
}
.about_hotel img {
    height: 60px;
    filter: brightness(0) invert(1);
    width: auto!important;
    margin: auto;
    object-position: center;
}
.our_hotel:before{
    height: 50%;
}
.row_group .col-xs-8 .col-sm-6:nth-last-child(1) .about_hotel, .row_group .col-xs-8 .col-sm-6:nth-last-child(2) .about_hotel{
    top: auto;
    bottom: 50px;
}
.row_group .col-xs-8 .col-sm-6:nth-last-child(1) .our_hotel:before, .row_group .col-xs-8 .col-sm-6:nth-last-child(2) .our_hotel:before{
    top: auto;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
}
.reservation-box{
    top: 0!important;
    bottom: 0!important;
    height: 70px;
    margin: auto;
}
.reservation{
    background: #ffffffed!important;
}
.btn_book{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    background: #000;
    padding: 10px 30px;
    border: none;
    color: #fff;
    display: none;
    transition: all 0.5s;
}
.row_group .col-xs-8 .col-sm-6:nth-child(1) .btn_book{
    background: #8f7d6b;
}
.row_group .col-xs-8 .col-sm-6:nth-child(2) .btn_book{
    background: #82694f;
}
.row_group .col-xs-8 .col-sm-6:nth-child(3) .btn_book{
    background: #3b1809;
}
.row_group .col-xs-8 .col-sm-6:nth-child(4) .btn_book{
    background: #3F8CBF;
}
.btn_book:hover{
    background: #343434!important;
}
.reservation_mobile{
    display: none!important;
}