@font-face {
    font-family: 'THsarabun';
    src: url('../fonts/THSarabun.ttf');
}

body {
    font-family: 'THsarabun';
}

.navbar {
    height: 80px;
    font-size: 27px;
    background-color: #FFF !important;
    border-bottom: none !important;
}

.logo {
    margin-top: 35px;
}

.logo-text {
    padding-left: 1rem;
    padding-right: 1rem;
}

.logo-text h5 {
    color: #030605;
    font-size: 36px;
    line-height: 0.5em;
}

.logo-text p {
    color: #5B2A69;
    font-size: 19px;
}

.language {
    text-decoration: none;
    color: #030605 !important;
}

.navbar .nav-item,
.navbar .nav-link {
    /* font-size: 30px; */
    color: #030605 !important;
}

.navbar .btn {
    font-size: 27px;
}

.menu .nav-item:hover .nav-link {
    border-bottom: solid 1px #030605;
}

.btn-white {
    border: solid #B59E7A 1px !important;
    background-color: #FFF !important;
    color: #333333 !important;
}

.btn-dark {
    border: solid #B59E7A 1px !important;
    background-color: transparent !important;
    color: #FFF !important;
}

.rouded-img {
    border-radius: 16px;
}

.hero {
    background-image: url('../images/hero-image.jpg');
    background-size: cover;
}

.transparent {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
}

.section.hero {
    height: 100vh;
}

.section.hero h1 {
    font-size: 103px;
    font-weight: 700;
}

.section button, .section a.btn {
    width: 240px;
    height: 70px;
    font-size: 35px;
    font-weight: 700;
}

.section {
    /* margin-top: 5em;
    margin-bottom: 5em; */
}

.section p,
.section-mini p,
.modal-inner-content p {
    font-size: 30px;
    line-height: 1em;
}

.section h2,
.section-mini h2,
.modal-inner-content h2 {
    font-size: 96px;
    line-height: 0.7em;
    font-weight: 700;
}

.section-mini h3,
.modal-inner-content h3 {
    font-size: 77px;
    line-height: 0.7em;
    font-weight: 700;
}

.content {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.purple {
    background-image: url("../images/purple-bg.png");
    background-size: cover;
    color: #FFF;

    background-color: #90488C;
}

.purple-color {
    background-color: #90488C;
    color: #FFF;
}

.gallery h2 {
    padding-left: 2rem;
}

.room {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.room-show {
    padding-left: 2rem;
    padding-right: 2rem;
    cursor: pointer;
}

.room-show:hover .overlay-image .text{
    background-color: #5B2A69;
    color: #fff;
}

.gallery-show {
    padding: 2rem;
    cursor: pointer;
}

.room .overlay-image {
    position: relative;
    color: white;
}

.room .overlay-image .text {
    position: absolute;
    top: 70%;
    left: 0px;
    width: 80%;
    font-weight: 400;
    background-color: #FFF;
    font-size: 33px;
    color: #000000;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: 8px;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery .overlay-image {
    position: relative;
}

.gallery .overlay-image .text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    border-radius: 16px;
    font-size: 32px;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

.contact-us {
    padding-top: 5em;
    padding-bottom: 5em;
    /* height: 100vh; */
}

.contact-area {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 1rem;
    padding: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 16px;
}

.g-map {
    padding: 1rem;
    border-radius: 16px;
    /* padding-top: 2rem;
    padding-bottom: 2rem; */
}

.contact-area h3 {
    font-size: 60px;
}

.contact-area button {
    width: 240px;
    height: 70px;
    font-size: 35px;
    font-weight: 700;
}

.contact-us .section-mini {
    margin: auto;
}

.yellow-text {
    color: #FBF9C2;
}

.gold-text {
    color: #B59E7A;
}

.modal-header{
    border-bottom: none;
}

.modal-inner-content{
    padding-left: 10em;
    padding-right: 10em;
}

.close-modal{
    background-color: transparent;
    border: none;
    margin-right: 0;
}

.activity-list img{
    margin-right: 10px;
    filter: invert(100%) sepia(16%) saturate(493%) hue-rotate(17deg) brightness(103%) contrast(99%);
}

.activity-list p{
    margin: 0px;
    font-weight: 700;
}

.modal-carousel .carousel-item img{
    max-width: 700px;
    max-height: 700px;
}

#roomCarousel.modal-carousel .carousel-item img{
    max-width: 100%;
    max-height: 700px;
}

.image-list {
    overflow-x: scroll;
}

.image-list img{
    max-width: 140px;
    max-height: 120px;
    border-radius: 12px;
    margin-left: 8px;
}

.gallery-nav-icon{
    width: 36px;
    height: 36px;
}

.big-p{
    font-size: 32px !important;
    font-weight: 700 !important;
}
.table-desktop tr th, .table-desktop tr td{
    text-align: center;
    background-color: transparent;
    color: #FFF;
    font-size: 32px;
}

.table-desktop.table-purple tr th, .table-desktop.table-purple tr td{
    color: #90488C;
}

.table-desktop thead{
    border: solid 1px #B59E7A;
}

.table tr{
    border-bottom: solid 1px #B59E7A;
}

.dark-purple{
    color: #4F1E4C;
}
.light-purple{
    color: #90488C;
}
.strong-p{
    font-weight: 700;
}
.underline-p{
    text-decoration: underline;
}
.purple-list li::marker{
    color: #90488C;
}

.table-responsive table th{
    min-width: 150px;
}

.headcol{
    position:sticky;
    left:0px;
    background-color: #90488C !important;
    color: #FFF !important;
    min-width: 200px !important;
}
.headcol:before {
    /* content: 'Row '; */
}

.footer{
    font-size: 30px;
    background-color: #4F1E4C;
    color: #FFF;
}

.preview-image{
    cursor: pointer;
}
/* Mobile & Tablet Responsive Design*/
@media only screen and (max-width: 992px) {
    html, body{
        overflow-x: hidden;
    }
    .navbar {
        height: 61px;
        font-size: 27px;
        background-color: #FFF !important;
        border-bottom: none !important;
        padding-top: 0px;
    }

    .logo {
        margin-top: -5px;
        width: 67px;
        height: 94px;
        padding-bottom: 0px;
    }

    .navbar-toggler {
        margin-top: 10px;
    }

    .mobile-language {
        margin-top: -40px;
    }

    .section.hero h1,
    .modal-inner-content h3 {
        font-size: 57px;
        font-weight: 700;
    }

    .section p,
    .section-mini p {
        font-size: 24px;
        line-height: 1em;
    }

    .section h2,
    .section-mini h2,
    .modal-inner-content h3 {
        font-size: 57px;
        line-height: 0.7em;
        font-weight: 700;
    }

    .section-mini h3,
    .modal-inner-content h3 {
        font-size: 57px;
        line-height: 0.7em;
        font-weight: 700;
    }

    .section-image{
        padding-left: 3em;
        padding-right: 3em;
    }

    .section-content{
        padding-top: 3em;
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: center;
    }

    .section-content-header{
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .gallery{
        text-align: center;
    }

    .gallery h2{
        padding-left: 0px;
    }

    .contact-area {
        background-color: transparent;
        margin: 0;
        padding: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 16px;
    }

    .g-map{
        padding: 0px;
        padding-top: 3rem;
        width: 100%;
        border-radius: 0px;
        height: 50vh;
        bottom: 0px;
    }

    .gallery .carousel-control-prev{
        top: 40%;
    }

    .gallery .carousel-control-next{
        top: 40%;
    }

    .prev{
        margin-left: -100px;
    }

    .next{
        margin-right: -100px;
    }

    .room-show{
        margin-bottom: 3rem;
    }

    .offcanvas{
        --bs-offcanvas-height: 35vh;
    }

    .offcanvas-body{
        background-color: #5B2A69;
    }

    .navbar-nav .nav-link{
        color: #FFF !important;
        font-size: 36px;
        font-weight: 700;
    }

    .modal-inner-content{
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .modal-carousel .carousel-control-next{
        margin-right: 20px;
    }

    .modal-carousel .carousel-control-prev{
        margin-left: 20px;
    }

    .room-facilities{
        margin-top: 3em;
    }

    .table-mobile tr th, .table-mobile tr td{
        text-align: center;
        background-color: transparent;
        color: #FFF;
        font-size: 32px;
    }
    .table-mobile tr th{
        border: solid 1px #B59E7A;
    }

    .contact-us {
        padding-top: 5em;
        padding-bottom: 0px;
        /* height: 100vh; */
    }
}
/* Mobile */
@media only screen and (max-width: 576px) {
    .modal-carousel .carousel-item img{
        max-width: 300vh;
        max-height: 300px;
    }
}