/* general */

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    color: #282522;
}

body {
    font-family: 'Poppins' sans-serif;
    -webkit-text-size-adjust: none;
    background: white;
}

body[lang=zh] {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 1.1rem;
}

p {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

ul[lang=zh] li {
    font-size: 1.3rem;
}

h5[lang=zh] {
    font-size: 1.5rem;
}

.w-85 {
    width: 85% !important
}

a:focus {
    outline: none;
}

.grecaptcha-badge {
    display: none;
}

.notFound {
    height: 90vh;
    object-fit: cover;
    padding-top: 40px;
}

.center-img {
    width: 100%;
}

.min-h-auto {
    min-height: auto !important;
}

.banner-outer {
    position: relative;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    height: calc(100vw/5.6);
    margin: 60px 0 60px 0;
}

.banner-outer[lang=zh] {
    font-family: 'Ma Shan Zheng', cursive;
    font-size: 26px;
}

.banner-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.borderImg {
    border: 8px solid #f3f4f5;
}

hr {
    width: 103%;
    margin-left: -7px;
}

label.error {
    color: rgb(255, 34, 34);
    padding-left: 10px;
    margin-bottom: 0;
}

ul.circle {
    list-style-type: circle;
}


/* navigation */

nav {
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

nav[lang=zh] {
    font-family: 'Ma Shan Zheng', cursive;
}

.nav-link[lang=zh] {
    font-size: larger;
}

.navbar {
    background: white;
    padding: 0 3rem;
}

.navbar-brand {
    height: 75px;
    width: 276px;
    padding: .5rem 0;
}

.dropdown-menu {
    font-size: larger;
}

.btn-submit {
    height: 50px;
    background-color: white;
    border-width: 2px;
    border-color: black;
    padding: 0px 30px;
    border-radius: 30px;
    margin: 18px 2px 2px 15px;
    font-size: large;
    font-weight: 600;
}

.btn-submit:disabled,
button[disabled] {
    color: #888;
    border-color: #888;
}

.book {
    height: 40px;
    background-color: white;
    border-width: 2px;
    border-color: black;
    padding: 0px 20px;
    border-radius: 20px;
    margin: 10px 0;
    font-size: medium;
    font-weight: 600;
    line-height: 1;
}

.book[lang=zh] {
    font-size: larger;
    font-weight: 400;
}

.book:hover,
.book-active,
.btn-submit:hover {
    color: white;
    border-color: white;
    background-color: #fd8137;
    padding: 2px 20px;
}

.en-lang-switch {
    font-family: 'Ma Shan Zheng', cursive;
}


/* home page */

.cover {
    background: url('/ui/frontend/images/cover.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 100vh;
    padding-top: 150px;
}

.cover h1 {
    padding-top: 20px;
}

.my-primary {
    color: #fd8137
}

.my-bg-primary {
    /* background-color: #fd8137; */
    background-color: #ee7935;
}

.my-bg-light {
    background-color: #fff3e3;
}

.headText {
    font-family: 'Poppins', sans-serif;
}

.headText[lang=zh] {
    font-family: 'Ma Shan Zheng', cursive;
}

.headText:before {
    content: "";
    display: block;
    background: url('/ui/frontend/images/logoTop.png') no-repeat;
    background-size: cover;
    width: 36px;
    height: 15px;
}

.title[lang=zh] {
    font-family: 'Ma Shan Zheng', cursive;
}

.title {
    display: inline-block;
    font-family: 'Exo', serif;
}

.title-logo:before {
    content: "";
    display: block;
    background: url('/ui/frontend/images/logoTop3.png') no-repeat;
    background-size: cover;
    width: 48px;
    height: 20px;
    margin: 0 0 0 -15px;
}

.title-white-logo:before {
    content: "";
    display: block;
    background: url('/ui/frontend/images/logoTop2.png') no-repeat;
    background-size: cover;
    width: 48px;
    height: 20px;
    margin: 0 0 0 -15px;
}

.title-pri-logo:before {
    content: "";
    display: block;
    background: url('/ui/frontend/images/logoTop.png') no-repeat;
    background-size: cover;
    width: 48px;
    height: 20px;
    margin: 0 0 0 -15px;
}

.title-pri-logo[lang=zh]:before,
.title-white-logo[lang=zh]:before {
    margin: 0 0 0 -8px;
}

.why-us {
    padding: 0 50px;
    text-align: center;
}

.why-us img {
    height: 150px;
    margin-bottom: 10px
}

.why-us p {
    padding: 10px 10px
}

.wa_link {
    color: #009900;
    text-decoration: underline;
}

.content-cell h2 {
    font-family: 'Exo', serif;
    font-size: large;
}

.content-cell h2[lang=zh] {
    font-weight: 700;
}

.content-cell p {
    text-align: center;
}

.services {
    background: url('/ui/frontend/images/home-service-back.jpg') no-repeat center center fixed;
    background-size: cover;
    color: white;
    text-align: center
}

.services .content-cell img {
    height: 66px;
    width: 66px;
    margin-bottom: 20px;
}

.sign[lang=zh] {
    font-family: 'ZCOOL XiaoWei', serif;
    line-height: 1.3em;
}

.sign {
    font-family: 'Tangerine', cursive;
    line-height: 0.8em;
    text-shadow: 4px 4px 4px #aaa;
}

.header[lang=zh] {
    font-family: 'Ma Shan Zheng', cursive;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
}

.cn_head_bs {
    font-size: 7rem;
}

.header {
    font-family: 'Kreon', serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
}

.scroll-down-btn {
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

.scroll-down {
    position: absolute;
    background: url('/ui/frontend/images/scroll-bg.png') no-repeat bottom center;
    background-size: cover;
    display: block;
    left: calc(50% - 65px);
    z-index: 2;
    bottom: 0px;
    padding-bottom: 10px;
    padding-top: 50px;
    padding-right: 30px;
    width: 140px
}

.scroll-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 5px solid #eee;
    border-bottom: 5px solid #eee;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-17px, 17px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(-5px, 5px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-17px, 17px);
        opacity: 0;
    }
}

.services-content {
    background-color: rgba(16, 16, 16, 0.5);
}

.view-more,
.view-more:hover {
    float: right;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3rem;
}

.load-more {
    color: black;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    border: 2px solid chocolate;
    width: 50%;
    padding: 1rem;
    margin: 0 auto 1rem auto;
}

/* .rooms {
    text-align: center;
} */

.room-container {
    padding: 0 50px
}

.room-container .title {
    padding-left: 5%;
}

.rooms .card,
.room-container .card {
    max-width: calc(100% - 20px);
    /*min-width: 400px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
}

.rooms>.card>.card-img-top {
    height: 60%
}

.rooms .card-body,
.room-container .card-body {
    display: flex;
    flex-direction: column;

    margin-left: 5px;
}

.rooms .card-body h3,
.room-container .card-body h3 {
    border-bottom: 5px solid #004f7c;
    /*width: 200px;*/
    padding: 7px 0;
}

.rooms .card-body .btn,
.room-container .card-body .btn {
    margin-top: auto;
}

.card-desc,
.price-desc {
    font-size: medium;
    padding-top: 1rem;
}

.card-price,
.price {
    font-size: 2rem;
}

.card-img-container {
    position: relative;
}

.card-img-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
}

.card-overlay-text {
    text-align: center;
    margin-top: 3rem;
    align-self: center;
    width: 100%;
    /* cursor: default; */
}

.card-img-container:hover .card-img-overlay {
    opacity: 1;
}

.gallery {
    background: url('/ui/frontend/images/gallery-back.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.carouselGaller {
    height: 75vh;
}

.navGaller img , #navRoom img{
    height: 10vh !important;
}

.carouselGaller iframe {
    height: 65vh;
    width: 100%
}

.carousel-item.video:hover .carousel-caption {
    display: none;
}

.carouselGaller .image-container {
    display: flex;
    /* Optional: Center the image horizontally and vertically */
    justify-content: center;
    /* Optional: Center horizontally */
    align-items: center;
    /* Optional: Center vertically */
    height: 65vh !important;
}

.carouselGaller .image-container>img {
    height: 100%;
    margin: auto;
    object-fit: contain;
}

.navGaller .image-container>img {
    height: 100%;
    object-fit: contain;
}

.caption-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.gallery-carousel-caption {
    position: absolute;
    background-color: rgba(16, 16, 16, 0.7);
    bottom: 0;
    width: 100%;
    color: white;
    opacity: 1;
    transition: opacity 1s;
}

.gallery-carousel-caption h5 {
    text-align: center;
}

.navGaller .slick-slide, #navRoom .slick-slide {
    border: 2px solid black;
}


.navGaller .slick-current, #navRoom .slick-current {
    border: 2px solid white;
}

.video.slick-slide:hover .gallery-carousel-caption {
    opacity: 0;
    z-index:-1;
    transition: opacity 1s;
    transition: z-index 2s;
}

.dull-filter {
    background-color: rgba(16, 16, 16, 0.5);
    width: 100%;
    padding-bottom: 50px;
}

#carouselTestimonial .slick-slide {
    margin: 0 10px;
    /* You can adjust the value as per your preference */
}

.slick-next,
.slick-prev {
    width: 2rem;
    height: 2rem;
}

.slick-next:before,
.slick-prev:before {
    font-size: 2rem;
}



.testimonial {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 5rem;
}

.textBox {
    box-shadow: 2px 3px 12px 0px rgba(1, 1, 1, 0.06);
    background: #fff;
    padding: 40px 35px;
    position: relative;
    margin-bottom: 0;
}

.textBox::after {
    background: url('/ui/frontend/images/left-quote.png') center center no-repeat;
    width: 85px;
    height: 80px;
    content: "";
    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 10;
}

.textBox p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #282522;
    font-weight: 400;
    z-index: 20;
}

.textBox strong {
    position: relative;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    z-index: 20;
}


/* slick  */

.custom-slick-button-container {
    display: flex;
    justify-content: center;
}

.custom-slick-button {
    font-size: 0;
    line-height: 0;
    width: 5rem;
    height: 3rem;
    padding: 0;
    margin-top: 3rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

/* to force same height for carousel */
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.custom-slick-button:hover::before {
    color: #fd8137;

}

.custom-slick-button:before {
    color: black;
    font-family: slick;
    font-size: 2rem;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-slick-prev:before {
    content: "←"
}

.custom-slick-next:before {
    content: "→"
}

/*footer section start*/

.footer-outer {
    background: #000000;
    padding-top: 70px;
    position: relative;
}

.footer-outer a {
    text-decoration: none;
}

.footer-outer::after {
    background: url('/ui/frontend/images/footer-bg.png') center center no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 65px;
    top: -40px;
    opacity: 0.1;
}

.footer-top {
    position: relative;
    z-index: 1;
    padding: 0 5vw
}

.copy-right {
    position: relative;
    z-index: 1;
}

.footer-in {
    padding-right: 45px;
}

.footer-in p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
}

.footer-in>a {
    margin-bottom: 30px;
    display: block;
}

.footer-in h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-in h4[lang=zh] {
    font-size: 24px;
}

.quick-ling h4 {
    margin-top: 15px;
    color: #dbdada;
    padding-bottom: 24px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}

.quick-ling h4[lang=zh] {
    font-size: 20px;
}

.footer-in hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0.5px solid rgba(256, 256, 256, 0.04);
}

.quick-ling ul li {
    padding: 8px 0px;
}

.quick-ling ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.quick-ling ul li a[lang=zh] {
    font-size: 18px;
}

.quick-ling ul li a:hover {
    color: rgba(253, 117, 69, 0.88);
}

.get-connect ul li a {
    position: relative;
    /* padding-left: 30px; */
    display: block;
    padding-bottom: 10px;
}

.get-connect ul li a img {
    position: absolute;
    left: 0;
    top: 5px;
    right: auto;
}

.get-connect ul li a .fa {
    font-size: 22px;
    color: white;
}

.social-outer ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.social-outer ul li {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.social-outer ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ededed;
    background: rgba(256, 256, 256, 0.09);
    text-align: center;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.social-outer ul li a:hover {
    background: #fd8137;
}

a.mobi img {
    margin-left: 3px;
}

.social-outer h4 {
    color: #ececec;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
}

.social-outer ul li a i {
    right: 0;
}

.copy-right {
    padding: 20px 0;
}

.copy-right p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 280px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 280px;
    width: 100%;
}

#gmap_canvas {
    height: 280px;
    width: 100%;
}

.quick-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0;
}

.quick-list li {
    margin-right: 50px;
}

.get-connect-list {
    display: grid;
    color: white;
    padding-left: 0
}

#fb_link:hover {
    background-color: #4267B2;
}

#ig_link:hover {
    background-color: rgba(256, 256, 256, 0.09);
    background-image: linear-gradient(to bottom left, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #FCAF45, #FFDC80);
}


/* Footer section end */


/* About us section start */

.aboutContent {
    padding-bottom: 5rem;
}

.aboutContent>div {
    padding: 0 15px;
}

.aboutContent img {
    width: 100%;
}

.textDetails {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 0;
}

.textDetails[lang=zh] {
    font-family: 'Noto Sans SC', sans-serif;
}

.textDetails p {
    padding: 10px 0;
}

.inputcls,
textarea {
    font-size: 16px;
    background: #f6f6f6;
    border: 1px solid gray;
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
}

.inputOuter {
    margin-bottom: 20px;
}

.inputOuter textarea {
    resize: none;
    height: 120px;
    line-height: normal;
    border-radius: 12px;
}

/* management page start */

.management-page .subtitle {
    font-family: 'Kreon', serif;
}

.management-page .subtitle[lang=zh] {
    font-family: 'Ma Shan Zheng', cursive;
}

/* Service page */

.servicePage a{
    text-decoration: none;
}

.servicePg {
    background: url('/ui/frontend/images/service-back.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.serviceInner {
    position: relative;
    text-align: center;
    display: block;
    border: 1px solid #ebebeb;
    padding: 45px 15px;
    background: #fff;
    margin-bottom: 30px;
    min-height: 225px;
}

.serviceInner h5 {
    font-family: 'Poppins', 'sans-serif';
    font-size: 16px;
    color: #443f3a;
    font-weight: 500;
    margin-top: 20px;
    line-height: 25px;
}

.serviceInner h5[lang=zh] {
    font-family: 'ZCOOL KuaiLe', cursive;
    font-size: 26px;
    font-weight: 400;
    margin-top: 22px;
}

.serviceInner img {
    height: 80px;
    width: 100px;
}

.serviceInner:hover h5 {
    color: #282522;
}

.serviceInner:hover {
    text-decoration: none;
    border-color: #fd8137;
}

.service-row>div>a,
.service-row>div>div {
    border-radius: 10px;
}

.modal[lang=zh] .modal-title {
    font-family: 'ZCOOL KuaiLe', cursive;
    font-size: 2rem;
}

.modal[lang=zh] p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 1.2rem;
}

.modal-header .close {
    margin-top: -24px;
    color: #fff;
    border: 2px solid #000;
    opacity: 1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: -24px;
    background: #000;
    padding: 0;
}

.modal-title {
    color: #fff;
    padding-left: 20px;
}

.modal-header {
    background-color: #fd8137;
}

.modal-dialog {
    font-family: 'Poppins', 'sans-serif';
}

.modalImages ul li {
    display: inline-block;
    vertical-align: top;
    width: 49.3%;
    height: 100%;
}


/* room page */

.roomPg {
    background: url('/ui/frontend/images/room-back.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.card-text {
    margin-bottom: 1rem;
}

.card-text[lang=zh] {
    margin-bottom: 0.4rem;
}

.room-table {
    padding: 3rem 2rem 1rem 2rem;
    width: 100%;
    overflow: auto;
    font-size: medium;
}

.room-table table {
    width: 100%;
}

.room-table td,
.room-table th {
    border-collapse: collapse;
    border: 1px solid lightblue;
    padding: 5px 20px;
}

.room-table tr:nth-child(even) {
    background-color: #eee;
}

.book-now-btn {
    margin-top: 1.5rem;
    border-width: 2px;
    font-weight: 600;
}

.book-now-btn:hover {
    border-color: #fd8137;
    background-color: #fd8137;
    color: white;
}

#carouselRoom .video-container, #carouselRoom .image-container{
    height:75vh !important;
}

#carouselRoom .image-container>img{
    height:100%;
    margin: auto;
    object-fit: contain;
}


/* Booking page */

.room-selection-img {
    width: 100%;
}

.room-selection {
    padding: 1rem 2rem 3rem 2rem;
}

.room-selection input[type="radio"]:checked+label>img {
    border: 3px solid #fd8137;
}

.room-selection input[type="radio"]:checked+label>h5 {
    color: #fd8137;
}

.ps {
    font-size: 16px;
}

.room-more-detail {
    font-size: 1rem;
}


/* Testimonial Page */

.testimonialsPg {
    background: url('/ui/frontend/images/testimonials-back.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.testimonialImgs {
    width: 100%;
}


/* clearfix */

.testimonialImgs:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer {
    width: 33%;
}

.testimonialBox,
.grid-sizer {
    width: calc((100% - 20px)/3);
    height: calc(100%-40px);
    margin: 10px 0;
}

.testimonialBoxPopup {
    width: fit-content !important;
}


/* Tip page */

.tipPg {
    background: url('/ui/frontend/images/tip-back.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}


/* news page */

.newsPg {
    background: url('/ui/frontend/images/news-back.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.newsPage .modal-content {
    background: rgba(10, 10, 10, 0.9);
}

.news-tags {
    background: transparent;
    width: 100%;
}

.news-tags img {
    height: 240px;
}

.newsRow {
    background: rgba(255, 255, 255, 0.8);
}