/*Typography*/

@font-face {
    font-family: 'freightsansbook';
    src: url('../fonts/freightsansprobook-regular-webfont.eot');
    src: url('../fonts/freightsansprobook-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/freightsansprobook-regular-webfont.woff2') format('woff2'),
        url('../fonts/../fonts/freightsansprobook-regular-webfont.woff') format('woff'),
        url('../fonts/freightsansprobook-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'freightdisp_medium_italic';
    src: url('../fonts/freight_disp_medium_italic-webfont.eot');
    src: url('../fonts/freight_disp_medium_italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/freight_disp_medium_italic-webfont.woff2') format('woff2'),
        url('../fonts/freight_disp_medium_italic-webfont.woff') format('woff'),
        url('../fonts/freight_disp_medium_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'freightregular';
    src: url('../fonts/freight_disp_medium-webfont.eot');
    src: url('../fonts/freight_disp_medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/freight_disp_medium-webfont.woff2') format('woff2'),
        url('../fonts/freight_disp_medium-webfont.woff') format('woff'),
        url('../fonts/freight_disp_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2'),
        url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*General*/

html {
    font-size: 10px;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Quicksand';
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.625;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    font-weight: 600;
}

a:active,
a:focus,
a:hover {}

.row a:hover {
    opacity: 0.6;
    transition: all 300ms ease-in-out;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader.gif) 50% 50% no-repeat rgba(255, 255, 255, 1);
}

.top-heading {
    margin-bottom: 30px;
    position: relative;
}

.top-heading h2 {
    font-size: 3.2rem;
    color: #0f172b;
}

.history-section h3 {
    font-size: 2.4rem;
    color: #0f172b;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
}

.top-heading span {
    font-family: 'Quicksand';
    font-weight: 300;
    font-size: 2rem;
    display: block;
    line-height: 1.25em;
    letter-spacing: .15em;
    margin-bottom: 5px;
}

.top-heading h2 a {
    color: #0f172b;
}

.top-heading h2 a:hover {
    text-decoration: none;
    opacity: .6;
}

.top-heading .size-container {
    margin-bottom: 15px;
    font-weight: 600;
    opacity: 0.7;
}

.size-container img {
    display: block;
    max-width: 20px;
    text-align: center;
    margin: 0 auto 10px;
}

.sub-heading {
    margin: 30px 0 20px;
}

.sub-heading h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #0f172b;
    margin-bottom: 0;
    font-family: 'Quicksand';
    font-weight: 300;
}

section {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    z-index: 0;
}

.bs-section {
    padding: 80px 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat scroll;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.blog-slide .carousel-item {
    min-height: 400px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 1.2s;
    transition-property: opacity;
    background-position: bottom center;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.content-divider {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.roompage-section .content-divider {
    margin-bottom: 60px;
}

.line-divider {
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background: #efefef;
}

.row-btn {
    margin-top: 40px;
}

.btn {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
}

.btn-outline {
    padding: 15px 40px;
    border: 1px solid #333;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-size: 1.6rem;
    color: #212529;
    letter-spacing: .25rem;
}

.btn-outline:hover {
    background: #0f172b !important;
    opacity: 1 !important;
    color: #fff !important;
}

.btn-txt {
    text-decoration: none;
    border: none;
    background: none;
    font-size: 1.4rem;
    color: #0f172b;
    border-bottom: 1px solid #0f172b;
    border-radius: 0;
    padding: 0.375rem 0;
}

.btn-txt:hover {
    color: #000000;
}

.breadcrumb-dt {
    text-align: center;
    margin-bottom: 30px;
}

.breadcrumb-dt a {
    display: inline-block;
    color: #0f172b;
    margin-left: 10px;
}

.breadcrumb-dt a:hover {
    opacity: 0.6;
}

.breadcrumb-dt p {
    display: inline-block;
}

.breadcrumb-dt a:first-child {
    margin-left: 0;
}

.breadcrumb-dt p {
    display: inline-block;
    opacity: 0.5;
    margin-left: 10px;
}

.showmore-txt {
    border-bottom: 1px solid #0f172b;
    letter-spacing: .25em;
    color: #333;
}

#foo {
    margin-top: 30px;
}

.bannerlogo {
    position: absolute;
    bottom: 50px;
    right: 50px;
    max-width: 80px;
}

.bg-grey {
    background: #f1f1ee;
}

.seemore {
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #cccccc;
    letter-spacing: .25em;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding: 0.375rem 0;
}

.seemore:hover {
    color: #cccccc;
    text-decoration: none;
    opacity: .6;
}

.seemore-event {
    color: #cccccc;
    letter-spacing: .25em;
    font-family: 'Montserrat';
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding: 0.375rem 0;
    margin-right: 15px;
}

.seemore:hover {
    color: #cccccc;
    text-decoration: none;
    opacity: .6;
}

.readmore {
    letter-spacing: .25em;
    color: #333;
}

#slideshow {
    overflow: hidden;
    cursor: default;
    position: relative;
}

#slideshow .bg-slide {
    display: inline-block;
    min-width: 100%;
    height: 100vh;
    overflow: hidden;
}

#slideshow h1 {
    text-align: center;
    /*text-shadow: 2px 5px 5px #333;*/
}

#slideshow p {
    color: #fff;
}

.slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin-bottom: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
    /*text-shadow: 2px 5px 5px #333;*/
}

#slideshow > .text-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin-bottom: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
}

#slideshow > .text-heading p {
    color: #fff;
    margin: 0 .5em;
    margin-top: 0px;
    margin-top: 50px;
    font-size: 5.6rem;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 4.8rem;
    text-transform: uppercase;
}

.logo {
    position: absolute;
    left: 50%;
    z-index: 20;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    /*margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;*/
    /*background-size: 53px auto;*/
    background-repeat: no-repeat;
    background-position: top center;
    height: 118px;
    width: 300px;
    display: none;
}

.logo-front {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.logo-withcaption {
    background-repeat: no-repeat;
    background-position: top center;
    height: 93px;
    width: 320px;
}

.logo-samranraj {
    height: 188px;
    width: 250px;
    left: 49%;
}

.logo-stamp {
    position: absolute;
    top: 95px;
    right: 35px;
    width: 115px;
}

/* Containers */

#perspective {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    background-color: #fff;
}

#perspective > #container {
    transform: translate3d(0, 0, 0);
    transform-origin: 50% 50% 50%;
    transition: transform 0.4s;
    position: relative;
    left: 0;
    min-height: 100%;
    z-index: 10;
    background-color: #fff;
}

#perspective > #container > #wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    /*overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background-size: cover;*/
    background-position: center center;
}

#perspective #freezer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
}

/* Perspective Styles */

#perspective.modalview {
    position: fixed;
    perspective: 1500px;
}

#perspective.modalview > #container {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
}

#perspective.animate > #container {
    transform: translateZ(0px) translateX(10%) rotateY(-50deg);
}

#perspective.animate > #container > #freezer {
    display: block;
}

#perspective.modalview > #container > #wrapper {
    overflow: hidden;
}

/* Nav */

#perspective nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
    margin: 0;
    padding: 5%;
    display: none;
}

#perspective nav div {
    max-width: 480px;
    overflow: hidden;
    height: calc(100% - 0px);
    width: 40%;
    overflow-y: auto;
}

#perspective nav li {
    margin-bottom: 15px;
}

#perspective nav li a {
    color: #0f172b;
    font-size: 3.2rem;
    font-family: 'Montserrat';
    font-weight: 600;
}

#perspective.showMenu nav {
    display: block;
}

/* Booking Panel */

#perspective div.bookings {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
    margin: 0;
    padding: 5%;
    display: none;
    background: #0f172b;
}

#perspective div.bookings div {
    max-width: 320px;
    overflow: hidden;
    height: calc(100% - 70px);
    width: 40%;
    overflow-y: auto;
    color: #fff;
}

#perspective div.bookings div p {
    font: 400 20px/32px 'Lora', serif;
    text-transform: uppercase;
    opacity: .6;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 0 30px;
}

#perspective div.bookings div label {
    font: 300 14px/24px 'Lato', sans-serif;
    text-transform: uppercase;
    opacity: .6;
    letter-spacing: 1px;
}

#perspective div.bookings div input {
    font: 700 28px/40px 'Lora', serif;
    color: #fff;
    width: 100%;
    clear: both;
    background: none;
    border: none;
}

#perspective div.bookings div input::-webkit-input-placeholder {
    font: 700 28px/40px 'Lora', serif;
    color: #fff;
}

#perspective div.bookings div input:-moz-placeholder {
    font: 700 28px/40px 'Lora', serif;
    color: #fff;
}

#perspective div.bookings div input::-moz-placeholder {
    font: 700 28px/40px 'Lora', serif;
    color: #fff;
}

#perspective div.bookings div input:-ms-input-placeholder {
    font: 700 28px/40px 'Lora', serif;
    color: #fff;
}

#perspective div.bookings div input[type="submit"] {
    border: 2px solid #fff;
    color: #fff;
    font: 700 14px/24px 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px;
    width: 250px;
    background: none;
}

#perspective.showBook div.bookings {
    display: block;
}

/* Header */

header {
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    /*background: #fff;
    border-bottom: 1px solid #efefef;*/
}

header ul {
    float: right;
    position: relative;
    z-index: 20;
    margin-right: 17px;
}

header ul:first-child {
    border-bottom: 1px solid #efefef;
    float: left;
    height: 72px;
    margin: 0;
}

header ul::after {
    clear: both;
    content: "";
    display: table;
}

header ul li {
    float: left;
    max-height: 72px;
    overflow: hidden;
}

header ul:last-child li {
    vertical-align: middle;
}

header ul:last-child li:not(:first-child) {
    margin-left: 24px;
}

header ul:last-child li:last-child {
    margin-right: 24px;
}

header ul:first-child li a#pull {
    cursor: pointer;
    font: 600 16px/72px 'Lato', sans-serif;
    display: block;
    float: left;
}

header ul:first-child #logo-outer {
    font: 600 16px/72px 'Lato', sans-serif;
    display: block;
    float: left;
    padding: 0 30px 0 0;
    background: #000000;
}

header ul:first-child #logo-outer a {
    cursor: pointer;
    display: block;
}

header ul:first-child li a#book {
    cursor: pointer;
    font: 600 16px/72px 'Lato', sans-serif;
    display: block;
    float: left;
    padding: 0 30px;
}

header ul:last-child li a {
    text-transform: uppercase;
    cursor: pointer;
    font: 600 16px/72px 'Lato', sans-serif;
    display: block;
}

header ul li a#pull {
    background: #000000 url(../images/icon-menu.png) center top 27px no-repeat;
    background-size: 24px auto;
    color: #ffffff;
    padding-left: 80px;
    padding-right: 0;
}

header ul li a#logo-top {
    padding-left: 0;
}

header ul li a#book {
    /*background: #0f172b;*/
    background-image: url(../images/btn-bg.webp);
    background-size: cover;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    color: #fff;
}

header ul li a#booklink {
    background: #0f172b;
    color: #fff;
}

header ul:last-child li a {
    color: #fff !important;
}

header .logo-x {
    max-width: 40px;
}


#menu {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 72px;
    background-color: #000000;
    color: #333;
    z-index: 9999;
    display: none;
}

#menu .mb-logo {
    display: block;
    position: absolute;
    top: 17px;
    left: 50%;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    z-index: 10;
    margin-left: -100px;
    background-image: url(../images/logo-inverted.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 40px;
}

#menu ul:last-child li a {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
}

header ul:last-child li a.icon {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 72px;
}

header ul:last-child li a.icon.phone {
    width: 22px;
    background-image: url(../images/phone-white.webp);
}

header ul:last-child li a.icon.line {
    width: 22px;
    background-image: url(../images/line-white.webp);
}

header ul:last-child li a.icon.tel {
    width: 20px;
    background-image: url(../images/chat-white.png);
}

header ul:last-child li a.icon.mail {
    width: 22px;
    background-image: url(../images/icon-mail-white.png);
}

header ul:last-child li a.icon.map {
    width: 18px;
    background-image: url(../images/icon-marker-white.png);
}

a.icon.phone-blue {
    width: 22px;
    background-image: url(../images/phone-blue.webp);
}

a.icon.line-blue {
    width: 22px;
    background-image: url(../images/line-blue.webp);
}

a.icon.tel-blue {
    width: 20px;
    background-image: url(../images/chat.png);
}

a.icon.mail-blue {
    width: 22px;
    background-image: url(../images/icon-mail.png);
}

a.icon.map-blue {
    width: 18px;
    background-image: url(../images/icon-marker.png);
}

a.scroll {
    position: absolute;
    bottom: 2em;
    left: 50%;
    background-image: url(images/icon-scroll-white.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 27px 15px;
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
    z-index: 20;
    width: 220px;
    margin-left: -110px;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 1.7em;
    opacity: .6;
}

#slideshow > .text-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin-bottom: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
}

#slideshow > .text-heading p {
    color: #fff;
    margin: 0 .5em;
    margin-top: 0px;
    margin-top: 50px;
    font-size: 5.6rem;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 4.8rem;
    text-transform: uppercase;
}


/*Styles*/

.container-bg {
    background: #f1f1ee;
    /*padding: 60px 0 40px;*/
    padding: 80px 0;
    width: 98%;
    margin: 0 auto 0;
}

/*News*/

.new-container h3 {
    font-family: 'freightregular';
    font-size: 2.8rem;
    margin-top: 30px;
}

.new-container img:hover {
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.new-container .date-text {
    color: #999;
    font-size: 1.6rem;
}

/*Intro*/

.intro-section {
    position: relative;
}

.intro-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.page-topcontent {
    padding: 80px 0;
}

.x-logo-content {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
    max-width: 80px;
    margin-top: 60px;
}

.about-img {
    position: relative;
    /*top: -80px;*/
}

/*Accommodation*/

.accom-topcontent {
    padding: 80px 0 40px;
}

/*About*/

.aboutus-container .top-heading {
    margin-bottom: 20px;
}

.introabout {
    margin-bottom: 60px;
}

.introabout h2 {
    font-size: 2.4rem;
}


.roomdetail-top .intro-content-btm {
    margin: 0 0 48px;
}

.about-main-section h2 {
    margin-bottom: 15px;
}

.about-main-section h3 {
    font-size: 2rem;
}

.about-main-section img {
    margin-bottom: 15px;
}

.about-main-inner ul {
    list-style-type: disc;
    padding-left: 15px;
}

.about-main-inner ul li {
    margin-bottom: 5px;
}

.about-main-inner ul li:last-child {
    margin-bottom: 0;
}

.about-main-inner strong {
    font-weight: 600;
}

/*.main-about-txt p {
    font-family: 'Montserrat';
    font-style: normal;
}*/

.main-about-txt li {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
}

.main-about-txt strong {
    text-decoration: underline;
}

.row-abt {
    padding: 80px 0;
}

.row-abt h2 {
    margin-bottom: 15px;
}

.behindlogo-container {
    background: #f1f1ee;
}

.behindlogo {
    background: #f1f1ee;
    padding: 60px 0;
    position: relative;
}

.behindlogo-text-left {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 120px;
    line-height: 0;
    font-weight: 500;
}

.behindlogo-text-right {
    position: absolute;
    right: 10%;
    bottom: -30px;
    font-size: 80px;
    line-height: 0;
    font-weight: 500;
}

.behindlogo img {
    padding: 30px 120px;
    border: 1px solid #000;
    background: #fff;
}

.values-item li {
    margin-bottom: 15px;
}

.values-item strong {
    margin-right: 5px;
}

.aboutus-container footer {
    margin: 0;
}

/*Rooms*/

.room-section {
    padding: 80px 0;
}

.room-container {
    margin: 0 15px;
}

.room-amenities li {
    margin-bottom: 15px;
}

.room-amenities .icon {
    max-width: 24px;
    margin-right: 10px;
}

.room-amenities p {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    margin-bottom: 0;
}

.room-hilight img {
    max-width: 56px;
    display: block;
    margin: 0 auto 15px;
}

.room-container h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    margin-top: 30px;
}

.room-container img:hover {
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.room-container .btn {
    color: #212529;
    letter-spacing: .25rem;
}

.room-container a {
    color: #212529;
}

.room-container a:hover {
    opacity: 0.6;
}

.otherroom-page .owl-theme .owl-nav {
    display: none;
}

.otherroom-page .owl-theme .owl-dots {
    margin-top: 30px;
}

.roomdetail-top .top-heading h2 a {
    font-size: 3.2rem;
}

.roomdetail-top .top-heading h2 a span {
    font-size: 2.2rem;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    display: inline-block;
}

/*Special Offer*/

.row-specialoffer {
    margin-top: 30px;
}

.offer-container img:hover {
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.offer-container a {
    color: #212529;
    letter-spacing: .25rem;
}

.offer-container .btn {
    margin-top: 15px;
}

.offer-container .btn:hover {
    text-decoration: none;
    opacity: .6;
}

.offer-container a:hover {
    opacity: 0.6;
}

.offer-detail {
    border: 1px solid #efefef;
    padding: 30px;
}

.offer-detail h2 {
    font-size: 2.4rem;
}

.special-offerdetail h2 {
    margin-bottom: 30px;
}

.special-offerdetail a {
    color: #0f172c;
}

.special-offerdetail a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.special-offerdetail .btn {
    margin-top: 15px;
}

/*Food & Beverage*/

.row-foodbev {
    margin-bottom: 60px;
}

.foodbev-detail {
    border: 1px solid #efefef;
    padding: 15px;
}

.foodbev-detail h2 {
    font-size: 2.4rem;
}

/*Newsletter*/

.row-newsletter {
    margin-top: 30px;
}

/*Events*/

.date-content {
    position: relative;
    top: 50%;
}


.date-content h4 {
    font-size: 2.2rem;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 1.3em;
    color: #000;
}

.date-content p {
    font-size: 3.2rem;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 1.3em;
    color: #374160;
}

.date-wrapper {
    border: 1px solid #cccccc;
    width: 88%;
    margin-bottom: 20px;
}

.date-container {
    padding: 20px;
    /*border: 1px solid #cccccc;*/
    display: block;
    margin-bottom: 0;
}

.date-container:first-child {
    border-bottom: 1px solid #cccccc;
    padding: 40px 0;
}

.date-container:nth-child(2n) {
    padding: 30px;
}


.date-container footer {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.social-nav-icon a {
    float: none;
}

.event-detail {
    display: none;
}

.events-section .btn {
    color: #cccccc;
    border-bottom: 1px solid #cccccc;
}

.events-section .top-heading {
    margin-bottom: 80px;
}

.events-detail h3 {
    font-size: 3.2rem;
    font-family: 'Montserrat';
    font-weight: 300;
}

.events-detail p {
    margin-bottom: 30px;
}

.book-icon {
    display: none;
}

.wedding-list li {
    margin-bottom: 5px;
}

.wedding-list li:last-child {
    margin-bottom: 0;
}

.heading-list {
    list-style-type: disc;
    padding-left: 15px;
}

.heading-list li strong {
    font-weight: 600;
}

.heading-list-container h3 {
    margin-bottom: 10px;
}

/*Footer*/

footer {
    background: #323232;
    background-image: url(../images/footer-bg.webp);
    background-size: cover;
    padding: 80px 0;
}

.ot-page footer {
    border-top: none;
}

.footer-top-right label {
    line-height: 2.2rem;
}

.footer-top-right input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #002830;
}

.footer-top-right input:focus-visible {
    box-shadow: none;
}

.footer-link-menu {
    margin-bottom: 0;
}

.footer-link-menu li {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 15px;
    vertical-align: top;
}

.footer-link-menu li:last-child {
    margin-right: 0;
}

.footer-link-menu li a {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 500;
}

.footer-contact-menu li a {
    color: #333333;
}

.footer-social-menu {
    margin-bottom: 0;
    text-align: right;
}

.footer-social-menu li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social-menu li:last-child {
    margin-right: 0;
}

footer .btn-main {
    width: 100%;
    color: #ffffff;
}

.footer-btn .btn {
    width: 100%;
}

.copyright {
    padding: 15px 0;
    background: #bdbdb7;
    border-top: 1px solid #aaaaaa;
    font-size: 1.2rem;
}

.img-badge {
    max-width: 100px;
}

/*History*/

.history-bg {
    background: #f1f1ee;
    padding: 40px 40px 0 40px;
    position: relative;
}

.history-img:hover {
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.history-img-top {
    position: relative;
    top: -60px;
}

.history-bg .text-bg {
    font-size: 100px;
    margin-top: 40px;
    text-align: right;
    color: #cccccc;
    font-family: 'freightdisp_medium_italic';
}

.slider-caption h1 {
    color: #fff;
    margin: 0 .5em;
    margin-top: 0px;
    margin-top: 0px;
    font-size: 4.8rem;
    word-spacing: 2px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-weight: normal;
    font-style: normal;
    line-height: 4.8rem;
}


.slider-caption p {
    margin-top: 10px;
}

.home-carousel h1 {
    line-height: 4.8rem;
    font-family: 'Quicksand'
}

/*Contact*/

.row-contactdetail {
    margin-top: 30px;
}

.form-group input {
    height: 40px;
    border-radius: 0;
}

.form-group textarea {
    height: 120px;
    border-radius: 0;
}

.form-group input {
    font-size: 1.6rem;
}

.form-group textarea {
    font-size: 1.6rem;
}

.form-control:focus {
    box-shadow: none;
    border-color: #333;
}

.form-group label {
    font-size: 1.4rem;
    font-weight: 600;
}

.row-contactdetail .btn {
    margin-top: 20px;
    border: 1px solid #262c3f;
    padding: 15px 30px;
    text-align: center;
}

/*
.top-heading .roomsize h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
}

.top-heading .roomsize{
    margin-bottom: 15px;
}
*/

.roomdetail-top .top-heading .roomsize {
    display: inline-block;
}

/*Anchor*/

.anchor {
    display: block;
    height: 35px;
    /*same height as header*/
    margin-top: -35px;
    /*same height as header*/
    visibility: hidden;
}

/* Gallery */

.gallery-section {
    padding: 100px 0;
}

.gallery-section .btn-txt {
    display: table;
    margin: 15px auto 0;
    text-align: center;
}

/*Facilities*/

.row-facilities {
    margin-bottom: 30px;
}

.row-facilities:last-child {
    margin-bottom: 0;
}

.restaurant-detail {
    padding: 30px 0;
}

.res-openning {
    margin: 30px 0;
}

.res-openning h4 {
    margin-bottom: 10px;
}

.pdf-menus li {
    display: inline-block;
    width: 48%;
    margin-right: 15px;
}

/*---------------- Contact -------------------*/
.contact-section {
    background: url(../images/contact-bg.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;
}

.contact-section .map {
    padding: 15px;
    border: 1px solid #fff !important;
}

.otpage .map {
    border: 1px solid #efefef !important;
}

.contact h3 {
    color: #a1a1a1;
    margin-bottom: 20px;
}

.address ul {
    padding-left: 0;
    list-style-type: none;
}

.address li {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 5px;
}

.address li a {
    color: #ffffff;
}

.contact-right-container h3 {
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
}

.main-contact-section .address li a {
    color: #333333;
}

.social ul {
    padding-left: 0;
}

.social li {
    display: inline-block;
    margin-right: 10px;
    min-width: 52px;
    background: #000000;
    border: 1px solid #ffffff;
}

.social li:last-child {
    margin-right: 0;
}

.social li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.social li a:hover {
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.12);
    background-color: #9b8644;
}

.social li img {
    max-height: 32px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.form-container {
    margin-top: 15px;
}

.contact-form h3 {
    margin-bottom: 15px;
}

.contact-form input {
    border-radius: 0;
    border: none;
    font-size: 1.4rem;
    height: 40px;
}

.contact-form textarea {
    border-radius: 0;
    border: 1px solid #a2a2a2;
    font-size: 1.4rem;
    height: 150px
}

.form-col {
    margin-bottom: 30px;
}

.btn-formsend {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff !important;
    letter-spacing: 2px;
    padding: 10px 30px;
}

.btn-formsend:hover {
    background: #ffffff;
    color: #000000 !important;
}

.contact-main-section .contact-right-container h3 {
    color: #6f6259;
}

.contact-main-section .address li {
    color: #6f6259;
}

.contact-main-section input {
    border: 1px solid #a2a2a2;
}

.main-contact-section .contact-right-container h3 {
    color: #333333;
}

.main-contact-section .address li {
    color: #333333;
}

.main-contact-section .contact-form input {
    border: 1px solid #ced4da;
}

.accessibilities h3 {
    text-decoration: underline;
    margin-bottom: 5px;
}

.accessibilities strong {
    font-weight: 500;
}

.accessibilities li {
    margin-bottom: 5px;
}

/* Owl */
.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav button:focus {
    outline: none;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 0;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content .owl-dots {
    margin-top: 15px;
}

.dining-form-section {
    background: #dddddd;
}

.dining-bg-section {
    background-image: url(../images/floating-img.webp);
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    color: #ffffff;
    padding: 240px 0;
}

.dining-bg-section .top-heading h2 {
    color: #ffffff;
}

.dining-bg-section .readmore {
    color: #ffffff;
}

.dining-bg-section .btn-txt {
    border-bottom: 1px solid #ffffff;
}

.form-check-input {
    height: auto !important;
    margin-top: 0.6rem;
}

.form-check-label {
    margin-left: 10px;
    font-weight: normal !important;
}

.form-inquiry {
    background: #ffffff;
    padding: 30px;
}

/* Accordion */
/*---------------- Faq -------------------*/


.accordion .btn {
    color: #333333 !important;
}

.accordion .card-body {
    background: #f8f8f8;
    border-top: 1px solid #dcdcdc;
    font-size: 1.6rem;
}

.accordion .card-body h3 {
    display: inline;
}

.accordion strong {
    font-family: 'Montserrat';
    font-weight: 600;
}

.accordion .card-body p {
    display: inline;
}

.accordion ul {
    padding-left: 15px;
    list-style: unset;
}

.accordion .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.accordion .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 40%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 2rem;
}

.accordion .collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}

.accordion .card-header {
    padding: 3rem;
}

.accordion .card-header h3 {
    font-size: 1.6rem;
}

.accordion .card-header .btn {
    padding: 0;
    text-transform: capitalize;
    white-space: normal;
}

.faqs-section .card-body ul {
    margin-bottom: 15px;
}

.faqs-section .card-body p {
    display: block;
}

.faqs-section .card-body p:last-child {
    margin-bottom: 0;
}

/* Intro */
.intro-content-btm {
    margin: 30px 0;
}

.intro-content-btm span {
    font-size: 14px;
}

.intro-content-btm .btn-outline {
    margin: 15px 0 0;
}

/*---------------- Booking -------------------*/
.booking-container {
    position: relative;
    top: -120px;
    margin-bottom: -120px;
}

.bk-wrap {
    font-family: inherit;
    position: relative;
    width: 100%;
    background: #f0f2f0;
    border-radius: 4px;
    padding: 20px 30px;
}

.bk-bar {
    width: 100%;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}

.bk-bar *,
.bk-bar *::before,
.bk-bar *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.bk-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 0.5px solid #c5c2bb;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.bk-field.no-border {
    border-right: none;
    margin-right: 20px;
}

.bk-label {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2c2c2a;
    margin-bottom: 10px;
}

.bk-value-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #9e9b94;
    padding-bottom: 6px;
}

.bk-value {
    font-size: 14px;
    color: #5a5754;
    line-height: 20px;
}

.bk-value.active {
    color: #2c2c2a;
}

.bk-arrow {
    color: #5a5754;
    flex-shrink: 0;
    margin-left: 8px;
}

/* Native select วางทับบน field ทั้งหมด */
.bk-native-select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 16px;
    border: none;
    background: transparent;
}

.bk-btn {
    background-image: url(../images/btn-bg.webp);
    background-size: cover;
    color: #fff !important;
    border: 1px solid #333333 !important;
    padding: 0 32px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    align-items: center;
    border-radius: 0;
    font-family: inherit;
}

.bk-btn:hover {
    background-image: url(../images/btn-bg.webp);
    background-size: cover;
    border: 1px solid #111111 !important;
}

/* Calendar popup */
.bk-cal-popup {
    position: absolute;
    top: 55%;
    left: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 28px 32px 20px;
    min-width: 600px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bk-cal-popup.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.bk-cal-months {
    display: flex;
    gap: 0;
}

.bk-cal-month {
    flex: 1;
    padding: 0 16px;
}

.bk-cal-month:first-child {
    padding-left: 0;
    border-right: 0.5px solid #e0ddd7;
}

.bk-cal-month:last-child {
    padding-right: 0;
}

.bk-cal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.bk-cal-nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #5a5754;
    padding: 0;
    line-height: 1;
    width: 24px;
    text-align: center;
}

.bk-cal-nav-btn:hover {
    color: #2c2c2a;
}

.bk-cal-title {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2c2c2a;
    text-align: center;
    flex: 1;
}

.bk-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
}

.bk-cal-dow {
    font-size: 11px;
    color: #333333;
    text-align: center;
    padding: 4px 0 10px;
    font-weight: 500;
}

.bk-cal-day {
    font-size: 13px;
    color: #2c2c2a;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px auto;
}

.bk-cal-day:hover:not(.bk-disabled):not(.bk-empty) {
    background: #e8e6e1;
}

.bk-cal-day.bk-disabled {
    color: #c5c2bb;
    cursor: default;
}

.bk-cal-day.bk-empty {
    cursor: default;
}

.bk-cal-day.bk-sel-start,
.bk-cal-day.bk-sel-end {
    background: #333333 !important;
    color: #fff !important;
}

.bk-cal-day.bk-in-range {
    background: #e8e6e1;
    border-radius: 0;
    width: 100%;
    margin: 1px 0;
}

.bk-cal-hint {
    font-size: 11px;
    color: #9e9b94;
    margin-top: 18px;
    text-align: center;
    letter-spacing: 0.05em;
}

.txt-extention {
    line-height: 20px;
    margin-top: 15px;
    text-align: center;
}

.txt-extention strong {
    font-size: 11px;
    color: #9b8644;
}

.txt-extention strong span {
    color: #333333;
}

.txt-extention ul {
    font-size: 11px;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 0;
    padding-left: 0;
    color: #333333;
}

.txt-extention p {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333333;
}

/* Rating */
.google-rating {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}

.google-rating:hover {
    color: #ffffff;
}

.rating-star {
    font-weight: 600;
}

.rating-text {
    font-size: 13px;
    color: #ffffff;
}

/* Mobile Video */
.hero-mobile-video {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.hero-mobile-video .hero-desktop-bg,
.hero-mobile-video .hero-mobile-video-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero-mobile-video .hero-desktop-bg {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-mobile-video .hero-mobile-video-file {
    display: none;
    object-fit: cover;
    z-index: 1;
}

.hero-mobile-video .slider-caption {
    position: relative;
    z-index: 2;
}

.hero-mobile-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    pointer-events: none;
}

.hero-mobile-video .slider-caption {
    position: relative;
    z-index: 3;
}

.privacy-policy-txt {
    color: #ffffff;
    display: block;
    margin-top: 15px;
}

.privacy-policy-txt:hover {
    color: #ffffff;
    opacity: 0.6;
    transition: all 300ms ease-in-out;
}

@media (max-width: 768px) {

    .hero-mobile-video:before {
        background: rgba(0, 0, 0, 0.35);
    }

    .hero-mobile-video .hero-desktop-bg {
        display: none;
    }

    .hero-mobile-video .hero-mobile-video-file {
        display: block;
    }
}

/* Responsive */

.stamp-container li img {
    max-width: 120px;
}

#subc-form {
    width: 100%;
    display: inherit;
}

.pdf-menus object a {
    color: #0f172b;
    font-weight: 600;
}

.pdf-menus object a .fa {
    margin-right: 5px;
}

@media only screen and (max-width:1200px) {
    #perspective.animate > #container {
        transform: translateZ(0px) translateX(30%) rotateY(-50deg);
    }

    #perspective nav div {
        width: 100%;
    }

    #perspective div.bookings div {
        width: 60%;
    }
}

@media only screen and (max-width:800px) {
    #perspective.animate > #container {
        transform: translateZ(0px) translateX(50%) rotateY(-70deg);
    }

    #perspective nav div {
        width: 70%;
    }

    #perspective div.bookings div {
        width: 70%;
    }
}



@media (max-height:720px) {
    #perspective nav li a {
        font-size: 2.4rem;
    }
}

@media (max-width:1199px) {
    .pdf-menus li {
        display: inline-block;
        width: 48%;
        margin-right: 10px;
    }
}

@media (max-width:1195px) {
    .room-amenities .icon {
        display: none;
    }

    .room-amenities li {
        list-style-type: circle;
    }
}

@media (max-width:1191px) {
    #slideshow .bg-slide {
        height: auto;
    }

}


@media (min-width:991px) {
    object a {
        margin-bottom: 5px;
        display: block;
    }
}

@media (max-width:991px) {
    #perspective nav li a {
        font-size: 2.4rem;
    }

    .container-bg {
        width: 100%;
    }

    .container-bg .container {
        max-width: 100%;
        padding: 0 50px;
    }

    .bs-section .container {
        max-width: 100%;
        padding: 0 50px;
    }

    .top-heading h2 {
        font-size: 3rem;
    }

    .top-heading {
        margin-bottom: 20px;
    }

    body {
        font-size: 1.5rem;
    }

    .new3rd-section {
        display: none;
    }

    .date-wrapper {
        width: 100%;
    }

    .date-container {
        display: inline-block;
    }

    .date-container:first-child {
        width: 30%;
        border-right: 1px solid #ccc;
        border-bottom: none;
    }

    .date-container:nth-child(2n) {
        width: 65%;
        text-align: left;
    }

    .date-content .event-detail {
        display: block;
        font-family: 'Montserrat';
        font-weight: 300;
        font-size: 1.5rem;
    }

    .events-section .top-heading {
        margin-bottom: 40px;
    }

    .event-detail-main {
        margin-top: 100px;
    }

    .footer-contact-row {
        margin-top: 30px;
    }

    footer .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .footer-social-menu {
        text-align: left;
    }

    footer .btn-outline {
        width: 100%;
    }

    .seemore-event {
        margin-right: 0;
    }

    header ul:first-child li a {
        padding: 0 24px;
    }

    header ul:first-child #logo-outer {
        padding-right: 24px;
    }

    header ul:first-child #logo-outer a {
        padding: 0;
    }

    .event-container {
        display: none;
    }

    .room-container {
        margin-bottom: 30px;
    }

    .room-container h3 {
        margin-top: 15px;
    }

    .accommodation-section .content-divider {
        display: none;
    }

    .accommodation-section .room-container {
        border-bottom: 1px solid #efefef;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .room-amenities {
        margin-bottom: 30px;
    }

    .about-img {
        position: static;
    }

    .seemore {
        position: relative;
        top: 15px;
    }

    .footer-nav li {
        font-size: 14px;
    }

    .social-nav-icon a {
        float: none;
    }

    .room-amenities .icon {
        display: inline-block;
    }

    .room-amenities li {
        list-style-type: none;
    }

    .pdf-menus embed {
        display: none;
    }

    .ourroom-item-content .btn-main {
        font-size: 1.2rem;
        padding: 10px 15px;
    }

    .map-container {
        margin-bottom: 30px;
    }

    .social {
        margin: 15px 0;
    }

    .amenities-section .content-divider {
        display: none;
    }

    .room-hilight {
        margin-bottom: 30px;
    }

    .roompage-section .content-divider {
        display: none;
    }

    .roompage-section .rooms-item {
        margin-bottom: 60px;
    }

    .restaurant-txt br {
        display: none;
    }

    .accordion .card-header {
        padding: 1.5rem 3rem;
    }

    .accordion .card-header h3 {
        font-size: 1.4rem;
        width: 80%;
        line-height: 2.4rem;
    }

    .google-rating-wrapper {
        text-align: left !important;
        margin-top: 15px;
    }

    .booking-container .container {
        max-width: 100%;
    }

    .bk-value {
        font-size: 12px;
    }
}

@media (max-width:930px) {
    .footer-contact {
        margin-bottom: 15px;
    }

    .footer-contact a {
        display: block;
        width: 100%;
    }
}

@media (max-width:875px) {
    .stamp-container li img {
        max-width: 100px;
    }
}

@media (min-width:768px)and (max-width:800px) {
    .room-amenities li {
        font-size: 14px;
    }

    .room-amenities .icon {
        max-width: 16px;
    }
}

@media (max-width:767px) {
    .logo {
        height: 60px;
        width: 158px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .logo-samranraj {
        margin-left: -90px;
        top: 50px;
        height: 148px;
        width: 200px;
    }

    .logo-stamp {
        top: auto;
        bottom: 40px;
        left: 30px;
        right: auto;
        width: 100px;
    }

    .about-img {
        margin-top: 30px;
    }

    .intro-section .about-img {
        margin-top: 0;
    }

    .dining-section .about-img {
        margin-top: 0;
    }

    .lifestyle-section .about-img {
        margin-top: 0;
    }

    header ul:first-child li a {
        padding: 0 15px;
    }

    .container-bg {
        margin-top: 0;
        /*background: none;*/
    }

    .bs-section {
        padding: 60px 0;
    }

    .container-bg {
        padding: 60px 0;
    }

    .page-topcontent {
        padding: 60px 0 !important;
    }

    .date-container:first-child {
        width: 100%;
    }

    .new-container {
        margin-bottom: 30px;
    }

    .new-container img {
        width: 100%;
    }

    .date-container:first-child {
        border-right: none;
    }

    .date-container:nth-child(2n) {
        width: 100%;
    }

    .history-bg .text-bg {
        position: relative;
        z-index: 9;
        text-align: left;
    }

    /*footer {
    margin-top: 20px;
}*/
    .copyright p {
        text-align: center;
        margin-bottom: 15px;
    }

    .copyright ul {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .copyright ul li {
        float: none;
    }

    .event-container {
        display: none !important;
    }


    .main-contact-section .map-container {
        display: block !important;
    }

    #book span {
        display: none;
    }

    .book-icon {
        display: block;
        padding: 23px 0;
        max-width: 32px;
    }

    .history-img {
        margin-top: 30px;
    }

    .room-1stimg {
        margin-bottom: 30px;
        width: 100%;
    }

    .behindlogo img {
        margin-bottom: 30px;
    }

    .value-btm-item {
        margin-bottom: 30px;
    }

    .stamp-container {
        margin-top: 30px !important;
    }

    .copyright ul li {
        margin-left: 0;
    }

    .copyright p br {
        display: none;
    }

    .footer-contact a {
        margin-right: 0;
    }

    .social-nav-icon a:last-child {
        margin-right: 0;
    }

    .stamp-container li:first-child {
        text-align: right;
    }

    .stamp-container li:last-child {
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-social-menu {
        margin-bottom: 30px;
    }

    .badge-container {
        text-align: left !important;
        margin-top: 30px;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .roompage-section .rooms-item:last-child {
        margin-bottom: 0;
    }

    .bk-bar {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }

    .bk-field {
        border-right: none;
        border-bottom: 0.5px solid #c5c2bb;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 16px;
    }

    .bk-btn {
        padding: 14px 32px !important;
        justify-content: center;
        width: 100%;
    }

    .bk-cal-popup {
        min-width: unset;
        width: 100%;
        left: 0;
        right: 0;
        padding: 20px 16px;
    }

    .bk-cal-months {
        flex-direction: column;
        gap: 0;
    }

    .bk-cal-month {
        padding: 0 !important;
        border: none !important;
    }

    #bk-cal-right {
        display: none;
    }

    .bk-field {
        border-bottom: none;
    }

    .bk-field.no-border {
        margin-right: 0;
    }

    .booking-container {
        top: 0;
        margin-bottom: 0;
    }

    .booking-container .container {
        padding: 0;
    }

    .txt-extention ul {
        padding-left: 0;
    }
}

@media (max-width:680px) {
    .pdf-menus li {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }
}


@media (max-width:640px) {
    header ul:first-child li a {
        padding: 0 15px;
    }

    header ul li a#pull {
        font-size: 1.2rem;
    }

    header ul li a#book {
        font-size: 1.2rem;
    }

    /*.logo {
        width: 121px;
        height: 68px;
    }*/
    .pull-text {
        display: none;
    }
}

@media (min-width:568px) and (max-width:766px) {
    .offer-detail {
        padding: 30px 15px;
    }
}

@media (max-width:576px) {
    #menu .mb-logo {
        width: 120px;
        height: 37px;
        margin-left: -45px;
        top: 20px;
    }

    .footer-top-left {
        display: none;
    }
}

@media (max-width:567px) {

    header ul:first-child #logo-outer {
        padding-right: 15px;
    }

    header ul:last-child li:not(:first-child) {
        margin-left: 15px;
    }

    header ul:last-child li:last-child {
        margin-right: 0px;
    }

    .intro-section img {
        top: 0;
    }

    .introabout h2 {
        font: 2.4rem;
    }

    .container-bg .container {
        padding: 0 30px;
    }

    .bs-section .container {
        padding: 0 30px;
    }

    .container-bg {
        background: #f1f1ee;
        padding: 40px 0;
    }

    .bs-section {
        padding: 40px 0;
    }

    .page-topcontent {
        padding: 40px 0 !important;
    }

    .new-container {
        margin-bottom: 30px;
    }

    .new-container h3 {
        margin-top: 10px;
    }

    .event-detail-main {
        margin-top: 40px;
    }

    .events-section {
        padding-top: 0;
    }

    /* .history-section {
        padding-top: 0;
    }*/
    .history-img-top {
        position: static;
    }

    .history-bg .text-bg {
        display: none;
    }

    .history-section a {
        margin-bottom: 15px;
    }

    .footer-nav li {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .copyright .container {
        padding: 0;
    }

    .copyright ul li {
        float: none;
        width: 48%;
        margin-left: 0;
        display: inline-block;
        text-align: center;
    }

    .copyright br {
        display: none;
    }

    .copyright ul li:first-child {
        margin-bottom: 15px;
    }

    .date-container:first-child {
        border-bottom: 1px solid #ccc;
    }

    .events-detail h3 {
        font-size: 2.2rem;
    }

    #slideshow h1 {
        font-size: 3rem;
        padding: 0 30px;
        line-height: 3.6rem;
    }

    .firstpage h1 {
        font-size: 3rem !important;
        letter-spacing: 0;
        padding: 0 30px;
        line-height: 3.2rem;
        margin-top: 30px;
    }

    .slider-caption p {
        padding: 0 30px;
        line-height: 2.2rem;
    }

    /*.tel-container {
        display: none !important;
    }

    .mail-container {
        display: none !important;
    }

    .map-container {
        display: none !important;
    }*/
    .book-icon {
        display: block;
        padding: 26px 0;
        max-width: 24px;
    }

    header ul li a#pull {
        background: #000000 url(../images/icon-menu.png) center no-repeat;
        background-size: 24px auto;
        color: #ffffff;
        padding-left: 70px;
        width: 70px;
        padding: 0;
        margin: 0;
    }

    .carousel-fade .carousel-item.active {
        background-position: center;
    }

    .map {
        margin-bottom: 30px;
    }

    .offer-container {
        margin-bottom: 30px;
    }

    .specialoffer .content-divider {
        display: none;
    }

    .specialofferdetail-content {
        margin-top: 30px;
    }

    .special-offerdetail h2 {
        margin-bottom: 15px;
    }

    .room-container {
        margin-left: 0;
        margin-right: 0;
    }

    p br {
        display: none;
    }

    .row-foodbev {
        margin-bottom: 30px;
    }

    .facilities-container {
        margin-bottom: 30px;
    }

    .row-contactdetail iframe {
        margin-bottom: 30px;
    }

    .stamp-container li img {
        max-width: 80px;
    }
}


@media (max-width:567px) {
    header ul li a#pull span {
        display: none;
    }

    .logo-withcaption {
        height: 58px;
        width: 200px;
    }
}

@media (max-height:500px) {
    #perspective nav li a {
        font-size: 2rem;
    }
}

@media (max-width:500px) {
    .behindlogo img {
        padding: 30px 40px;
    }
}

@media (max-width:475px) {
    #perspective nav li a {
        font-size: 2.4rem;
    }
}


@media (max-width:435px) {

    header ul:last-child li:last-child {
        margin-right: 0;
    }
}

@media (max-height:400px) {
    #perspective nav li a {
        font-size: 1.8rem;
    }

    #perspective nav li {
        margin-bottom: 10px;
    }
}

@media (max-width:400px) {
    header ul:last-child li a.icon.phone {
        width: 16px;
    }

    a.icon.phone-blue {
        width: 16px;
    }

    header ul:last-child li a.icon.line {
        width: 16px;
    }

    a.icon.line-blue {
        width: 16px;
    }

    header ul:last-child li a.icon.tel {
        width: 16px;
    }

    a.icon.tel-blue {
        width: 16px;
    }

    header ul:last-child li a.icon.mail {
        width: 18px;
    }

    a.icon.mail-blue {
        width: 18px;
    }

    header ul:last-child li a.icon.map {
        width: 16px;
    }

    a.icon.map-blue {
        width: 16px;
    }
}

@media (max-width:380px) {

    #perspective div.bookings div input[type="submit"] {
        width: 220px;
    }

    header ul li a#pull {
        width: 60px;
    }

    header ul:last-child li:not(:first-child) {
        margin-left: 15px;
    }
}

@media (max-width:345px) {
    header ul:last-child li a.icon.map {
        display: none;
    }

    header ul {
        margin-right: 0;
    }
}

/*
@media screen and (orientation:landscape) and (min-device-width: 360px) and (max-device-width: 991px) {
    #slideshow h1 {
        top: 70%;
        font-size: 3rem;
    }
}

@media screen and (orientation:landscape) and (min-device-width: 280px) and (max-device-width: 359px) {
    #slideshow h1 {
        top: 90%;
        font-size: 2rem;
    }
}
*/
