:root {
    --text-primary: #b18c60;
    --white: #fff;
}

p {
    /* font-weight: 100; */
    font-family: sans-serif;
    text-align: justify;
}

.text-justify {
    text-align: justify;
}

.text-primary {
    color: var(--text-primary) !important;
}

.text-white {
    color: var(--white);
}

.why-sub-head {
    color: var(--text-primary);
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.timeline-item {
    padding: 3em 2em 2em;
    position: relative;
    border-left: 2px solid var(--text-primary);
}

.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 1em;
    display: block;
    font-weight: 700;
    font-size: 0.785rem;
}

.timeline-item::after {
    width: 15px;
    height: 15px;
    display: block;
    top: 1em;
    position: absolute;
    left: -8.5px;
    border-radius: 10px;
    content: '';
    border: 2px solid var(--text-primary);
    background: #fff;
}

/* .timeline-item:last-child {
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
    border-image: linear-gradient(to bottom, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
} */
.timeline-item .time-head {
    color: var(--text-primary);
}

.history-img {
    margin-top: -3rem;
}

form .error {
    color: #f00;
    font-size: 14px;
}

.timeline-item p {
    text-align: justify;
    padding-right: 2rem;
}

.icon-phone:before {
    content: "\e942";
}

.icon-envelop:before {
    content: "\e945";
}

.icon-location2:before {
    content: "\e948";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-menu:before {
    content: "\e9bd";
}

.icon-close2:before {
    content: "\ea0f";
}

.icon-arrow-right:before {
    content: "\ea3c";
}

.icon-arrow-left:before {
    content: "\ea40";
}

.icon-tripadvisor:before {
    content: "\e900";
}

body {
    font-family: Cormorant, serif;
}

a {
    text-decoration: none !important;
}

.text-right {
    text-align: right;
}

.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}

.header-social-icons a {
    color: #fff !important;
    font-size: 16px;
    margin: 0 1px;
    font-family: montserrat;
}

.header-social-icons a:first-child {
    margin-right: 10px;
}

.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}

.site-navbar-top {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
}

.header-social-icons a img {
    width: 25px
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}

.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    /*    top: 5px;*/
    position: relative;
}

.site-logo img {
    width: 200px;
    /* filter: brightness(10.5); */
    padding-bottom: 2px;
    margin-top: 0px;
}




.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 2px;
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 20px 6px;
    font-size: 16px;
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.1px;
    font-family: monospace;
}

.site-navbar .site-navigation .site-menu>li>a.active {
    color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #fff;
}

.is-sticky .site-navigation .site-menu>li>a,
.is-sticky .site-navigation .site-menu>li>a.active {
    color: #000;
}

.is-sticky .site-navigation .site-menu>li>a,
.is-sticky.site-navigation .site-menu>li>a:hover {
    color: #000;
}

.site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu>li>a.nav-link.btn.btn-primary {
    padding: 8px 10px !important;
}

.site-navbar .site-navigation .site-menu>li>a.nav-link.btn.btn-primary:hover {
    color: #b18c60 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #ebeef0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #ebeef0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}


.site-navbar .dropdown {
    position: relative;
    display: block;
}

.site-navbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 170px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;

}

.site-navbar .dropdown-content .sub-dropdown-content {
    display: none;
    list-style: none;
    padding: 0;
    position: absolute;
    left: 101%;
    background-color: #fff;
    min-width: 250px;
    top: 0;
    list-style: none;
    padding: 0;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.site-navbar .dropdown-content li i {
    position: absolute;
    right: 10%;
    top: 12px
}

.site-navbar .dropdown-content li:hover i {
    transform: rotate(-90deg);
}

.site-navbar .dropdown-content {
    list-style: none;
    padding: 0;
}

.site-navbar .dropdown-content .sub-dropdown:hover .sub-dropdown-content {
    display: block;
}

.site-navbar .dropdown-content li {
    position: relative;
}

.site-navbar .dropdown-content li a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block !important;
    border-bottom: 1px solid #000;
    text-align: left;
    font-size: 14px !important;
}

.site-navbar .dropdown-content li a:hover {
    background-color: #ddd;
}

.site-navbar .dropdown:hover .dropdown-content {
    display: block;
}





.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #a8894c;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 20px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #fff;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
    color: #000;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: #fff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Montserrat;
    color: #fff;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
    margin-top: 96px;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
    color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
    /*    background-color: #000;*/
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
    padding-right: 20px;
}


.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
    color: #000;
}

section.hero-sec {
    /*height: 100vh;*/
    overflow: hidden;
    position: relative;
}

.hero-sec .carousel-inner .carousel-item img {
    height: 100vh;
    object-fit: cover;
}


.hero-sec .carousel-caption {
    position: absolute;
    right: auto;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    right: 0;
    text-align: center;
    margin: auto;
    top: 40%;
    bottom: auto !important;
}

.hero-sec .carousel-caption .hero-title-1 {
    font-size: 26px;
    text-shadow: 2px 2px 2px #000;
}

.hero-sec .carousel-caption .hero-title-2 {
    font-size: 45px;
    font-style: italic;
    text-shadow: 2px 2px 2px #000;
}

.hero-sec .video_desktop {
    display: block;
}

.hero-sec .video_mobile {
    display: none;
}

.hero-sec .carousel-indicators {
    bottom: 50px;
    position: absolute;
    display: block;
    right: 5px;
    left: auto;
    display: block;
    margin-right: 3%;
}

.hero-sec .carousel-indicators [data-bs-target] {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 99;
    display: block;
}

.hero-sec .carousel-caption .hero-title-3 {
    font-family: "Montserrat";
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
}

.banner-cta-buttons a {
    font-size: 16px;
    padding: 8px 0px;
}

.banner-cta-buttons .explore-more-hero {
    background-color: #000;
    color: #fff;
}

.banner-cta-buttons .book-now-hero {
    background-color: transparent;
    color: #fff;
    padding: 6px 20px;
    border: 2px solid #000;
}

.carousel-caption small {
    font-size: 18px;
}

.fancybox-container {
    z-index: 9999999 !important;
}

.ui-widget.ui-widget-content {
    z-index: 999999 !important;
}

.capacity-chart-table th,
.capacity-chart-table td {
    font-size: 13px;
    text-align: left;
}

/* booking engine css starts rj */

.booking-form-section {
    /* position: sticky; */
    z-index: 99;
    position: relative;
    /* display: none; */
    margin-top: -100px;
}

.enqiure-inner {
    display: inline-block;
    width: 100%;
    background: rgba(24, 96, 44, 0.70);
    /* padding: 10px 25px 4px; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 0px 0 32px 0;
    position: relative;
}

.custom-form-outer-div {
    width: 14% !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin: 3px 0;
    float: left;
    height: 90px;
}

.custom-form-outer-div span {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    font-family: sans-serif;
}

#checkin,
#checkout {
    background: white url(../img/cal-icon-blue.png) no-repeat right !important;
    background-size: 26px !important;
    padding-left: 10px !important;
}

#checkdate1,
#checkdate2 {
    background: white url(../img/cal-icon-blue.png) no-repeat right !important;
    background-size: 26px !important;
    padding-left: 10px !important;
}

#checkindate,
#checkoutdate {
    background: white url(../img/cal-icon-blue.png) no-repeat right !important;
    background-size: 26px !important;
    padding-left: 10px !important;
}



.custom-form-outer-div .input-group {
    display: inline-block;
    width: 100%;
}

.enqiure-inner .form-control {
    height: 40px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    background: transparent;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.enqiure-inner .input-group-addon i {
    color: #00528a;
    font-size: 17px;
}

.enqiure-inner .form-select {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    height: 40px;
    color: #000;
    font-size: 14px;
    /* background-image: url(../images/select-drop-arrow.svg) !important; */
    box-shadow: none;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 0.75rem center;
    padding: 6px 12px;
}

.enqiure-inner .form-select option {
    color: #000;
}

.custom-form-outer-div .btn-primary {
    background: #b18c60;
    color: #fff;
    font-size: 14px;
    height: 40px;
    border-color: #b18c60;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
    padding: 7px 25px;
    color: #fff;
    border: 1px solid #b18c60;
    position: relative;
    font-family: sans-serif;
    text-transform: uppercase;
    margin: 0;
}


/* about section css starts */

.h-about-left .about-title {

    color: #000;
}

.more-about-us {
    all: unset;
    display: flex;
    width: 134px;
    align-items: center;
    position: relative;
    padding: 0.4em 1em;
    border: #000 solid 1px;
    border-radius: 0.25em;
    color: #000;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    transition: border 300ms, color 300ms;
    user-select: none;
    justify-content: center;
    margin-top: 1rem;
}

.more-about-us p {
    z-index: 1;
    margin-bottom: 0;
}

.more-about-us:hover {
    color: #212121;
}

.more-about-us:active {
    border-color: #000;
}

.more-about-us::after,
.more-about-us::before {
    content: "";
    position: absolute;
    width: 9em;
    aspect-ratio: 1;
    background: #000;
    opacity: 50%;
    border-radius: 50%;
    transition: transform 500ms, background 300ms;
}

.more-about-us::before {
    left: 0;
    transform: translateX(-8em);
}

.more-about-us::after {
    right: 0;
    transform: translateX(8em);
}

.more-about-us:hover:before {
    transform: translateX(-1em);
}

.more-about-us:hover:after {
    transform: translateX(1em);
}

.more-about-us:active:before,
.more-about-us:active:after {
    background: #000;
}

.about-right-content .right-sub-title {
    font-size: 17px;
    margin-bottom: 1rem;
    font-weight: 600;
}

a.moreless-button {
    color: #000;
    font-weight: 500;
}


.nav-link.header-book-now {
    background-color: #a8894c;
    color: #fff !important;
    /* height: 40px; */
    padding: 10px 7px !important;
    border-radius: 0px;
    margin-left: 10px;
}

.is-sticky .nav-link.header-book-now {
    /*     background-color: #fff!important;*/
    color: #fff !important;
    font-weight: 500;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.header-book-now:hover {
    color: #fff !important;
    /*    font-weight: 500;*/
}

.moretext {
    display: none;
}

.hero-right .hero-left {
    width: 40%;
    padding-right: 15px;
}

.hero-right img {
    width: 100%;
    /* border-top-left-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    height: 100%;
    max-height: 415px;
    object-fit: cover;
}

.hero-right .hero-right-inner-main {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-right-inner {
    padding-right: 15px;
}

.hero-sec .carousel-item {
    position: relative;
}

.hero-sec .carousel-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 68%) 100%);
}

.hero-sec .carousel-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 68%) 100%);
    z-index: -1;
}

.carousel-caption .btn-primary {
    background: #a8894c;
    color: #fff;
    font-size: 16px;
    height: 40px;
    border-color: #a8894c;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding: 7px 25px;
    color: #fff;
    border: 1px solid #a8894c;
    position: relative;
}

.carousel-caption .btn-primary:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #a8894c;
    content: '';
    z-index: 1;
    bottom: -5px;
}


.hero-right {
    position: relative;
    width: 100%;
    /* border-bottom-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    display: flex;
    /* box-shadow: 0px 0px 10px 5px #00000052 !important; */
}

.hero-right img {
    width: 100%;
    /* border-top-left-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    height: 100%;
    max-height: 415px;
    object-fit: cover;
}

.hero-right .hero-right-inner-main .hero-right-inner img {
    border-radius: 0;
    margin-bottom: 15px;
    filter: brightness(0.7);
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.hero-right .hero-right-inner-main .hero-right-inner img:last-child {
    margin-bottom: 0;
}

.hero-right .hero-right-inner-main .hero-right-inner img {
    border-radius: 0;
    margin-bottom: 15px;
    filter: brightness(0.7);
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.hero-right .hero-right-inner-main .hero-right-inner:last-child {
    padding-right: 0;
}

.hero-right-inner.hero-right-inner-last {
    padding-right: 0;
}

.hero-right-inner {
    padding-right: 15px;
}

.hero-right .hero-right-inner-main .hero-right-inner.hero-right-inner-last img {
    /* border-top-right-radius: 20px !important; */
}

.hero-right .hero-right-inner-main .hero-right-inner img {
    border-radius: 0;
    margin-bottom: 15px;
    filter: brightness(0.7);
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.hero-right .hero-right-inner-main .hero-right-inner.hero-right-inner-last img:last-child {
    /* border-bottom-right-radius: 20px !important; */
    border-top-right-radius: 0 !important;
}

.hero-right .hero-right-inner-main .hero-right-inner img:last-child {
    margin-bottom: 0;
}

.hero-right .hero-right-inner-main .hero-right-inner.hero-right-inner-last img {
    /* border-top-right-radius: 20px !important; */
}

.hero-right .hero-right-inner-main .hero-right-inner img {
    border-radius: 0;
    margin-bottom: 15px;
    filter: brightness(0.7);
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.hero-right a {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: white !important;
    font-size: 14px;
    box-shadow: 0px 0px 0px 1px white;
    padding: 5px;
    border-radius: 4px;
}

.about-img-gallery {
    margin-top: 2rem;
}

/* about section css ends */


.home-mid-sec {
    overflow: hidden;
}

.home-mid-sec .repeated-block .text-box-block .text-block-title {
    color: var(--text-primary);
}

.home-mid-sec .repeated-block:nth-child(even) .text-column {
    order: 2;
}

.home-mid-sec .repeated-block:nth-child(even) {
    background-color: var(--text-primary);
    color: var(--white);
}

.home-mid-sec .repeated-block:nth-child(even) .text-box-block .text-block-title {
    color: #000;
    margin-bottom: 1rem;
}

.home-mid-sec .repeated-block:nth-child(even) .text-box-block .text-box-btns .explore-more-hero {
    background-color: var(--white);
    color: var(--text-primary);
    font-weight: 500;
}

#speaker {
    position: relative;
    padding: 60px 0 20px 0;
    background: #ffffff;
}

#speaker .img-cols,
#speaker .content-cols {
    padding: 0;
}

#speaker .img-col,
#speaker .content-col {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#speaker .img-col {
    overflow: hidden;
}

#speaker .img-col img,
#speaker .img-col video {
    transition: 0.3s;
    width: 100% !important;
    max-height: 500px;
    object-fit: cover;
}

#speaker .img-col:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#speaker .content-cols {
    /*    background: var(--text-primary);*/
    position: relative;
}

#hotels-main-sec .text-box-block .text-box-btns .btn {
    display: inline-block;
}

#speaker .content-cols-right::before,
#speaker .content-cols-left::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    background: var(--text-primary);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

#speaker .content-cols-right::before {
    left: -20px;
}

#speaker .content-cols-left::before {
    right: -20px;
}

@media (max-width: 767.98px) {

    #speaker .content-cols-right::before,
    #speaker .content-cols-left::before {
        top: -20px;
        left: calc(50% - 20px);
    }
}

#speaker .content-col {
    padding: 25px 30px;
    text-align: center;
}

#speaker .content-col h3 {
    /*    color: #ffffff;*/
    font-weight: 700;
    margin-bottom: 5px;
}

#speaker .content-col h4 {
    /*    color: #ffffff;*/
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    #speaker .row {
        margin-bottom: 30px;
    }

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

    #speaker .content-col h3 {
        margin-top: 15px;
    }
}

#speaker .content-col p {
    /*    color: #ffffff;*/
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}

#speaker .content-col a {
    display: inline-block;
    height: 45px;
    width: 45px;
    font-size: 22px;
    text-align: center;
    color: var(--text-primary);
    background: #ffffff;
    padding: 6px 0;
}

#speaker .content-col a:hover {
    background: #222222;
    color: #ffffff;
}

#speaker .content-col a:focus {
    color: #fff;
}

@media (max-width: 575.98px) {
    #speaker .content-col a {
        height: 35px;
        width: 35px;
        font-size: 18px;
        padding: 5px 0;
    }
}

.home-mid-sec .repeated-block:nth-child(even) .text-box-block .text-box-btns .book-now-hero {
    color: var(--white);
    border: 1px solid var(--white);
}

.home-mid-sec .repeated-block:nth-child(odd) .text-box-block .text-box-btns .explore-more-hero {
    background-color: var(--text-primary);
    color: var(--white);
    font-weight: 500;
}

.home-mid-sec .repeated-block:nth-child(odd) .text-box-block .text-box-btns .book-now-hero {
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
}

.repeated-block {
    margin-bottom: 3rem;
}

.home-mid-sec .text-box-block {
    padding: 0rem 1rem 0px 35px;
}

.home-mid-sec .repeated-block .text-box-block p {
    text-align: justify;
    padding-right: 1rem;
}

.modal {
    z-index: 99999;
}

.home-about {
    margin: 3rem 0;
}

.home-about h1 {
    font-size: 34px;
    color: #3c0414;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: justify;
}

.home-about p {
    font-size: 16px;
    color: #000;
    font-family: sans-serif;
    font-weight: 300;
    margin: 10px 0;
    text-align: justify !important;
}

.accomodation-sec {
    padding: 3rem 0;
    background: #f5f5f5;
}

.exp-sec {
    padding: 3rem 0;
}

.accomodation-sec h5,
.exp-sec h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.accomodation-sec h2 {
    font-size: 34px;
    color: #3c0414;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.services-sec h5 {
    font-size: 34px;
    color: #3c0414;
    font-family: sans-serif;
    text-transform: uppercase;
}

.accomodation-sec p {
    font-size: 16px;
    color: #000;
    font-family: sans-serif;
    font-weight: 300;
    margin: 10px 0;
}

.offer-slider-1 .owl-item.active {
    transform: scale(0.8);
}

.offer-slider-1 .owl-item.active.center {
    transform: scale(1.2);
    z-index: 99;
}

.offer-slider-1 .owl-item h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 35px;
    font-family: sans-serif;
    color: #000;
    height: 70px;
    text-transform: uppercase;
}

.offer-slider-1 .owl-item.active img {
    /*    opacity: 0;*/
    opacity: 1;
}

.offer-slider-1 .owl-item.active.center img {
    opacity: 1;
}

.offer-slider-1 .owl-item.active.center h4 {
    color: #fff;
    transform: scale(1);
}

.exp-sec h2 {
    font-size: 48px;
    margin-bottom: 0px;
}

.accomodation-sec .item .content img {
    height: 270px;
}

.accomodation-sec .banner-cta-buttons a {
    font-size: 15px;
    padding: 8px 0px;
}

.accomodation-sec .text-box-block {
    height: 100%;
    background-color: #000;
    padding: 3rem 2rem 0;
    color: #fff;
}

.accomodation-sec .text-box-block .text-block-title {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    margin-bottom: 1.4rem;
    color: #ffffff;
}

/* offers sec css starts */

section.offer-sec {
    padding: 3rem 0;
}

.offer-sec .testimonial-title {
    font-family: "Playfair Display", serif;
    margin-bottom: 2rem;
    font-size: 40px;
}

.offer-sec .banner-cta-buttons {
    margin-top: 5px;
}

.offer-sec .owl-item .content {
    transition: 1s ease-in;
}

.offer-sec .item .content img {
    height: 370px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2px;
}

.offer-slider-bottom .owl-item.active.center {
    margin-top: 30px;
    margin-bottom: 50px;
}

.accomodation-slider-home .item .content img {
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0px;
}

.text-formating .some-description-box p small {
    font-size: 12px;
    font-weight: 400;
}

#about-page .about-right-content p {
    font-size: 14px;
    text-align: justify;
}

.some-description-box .room-type {
    color: #000;
    background-color: transparent;
    padding: 0;
    margin-top: 1rem;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 18px;
}

.offer-sec .banner-cta-buttons .book-now-hero {
    background-color: transparent;
    color: #000;
    padding: 6px 20px;
    border: 2px solid #c19968;
    font-weight: 500;
}

.accomodation-slider-home .owl-nav {
    margin-top: 2rem;
}

.accomodation-slider-home .owl-nav button {
    margin: 0 10px;
}

.accomodation-slider-home .owl-nav button i {
    color: #000;
    font-size: 20px;
}

.accomodation-sec .owl-dots {
    display: none;
}

.services-sec {
    padding: 5rem 0 2rem;
    background: #fff;
}

.heading-block {
    display: inline-block;
    width: 238px;
    position: relative;
    margin-top: 6rem;
}

.services-sec .exprerience-title-head {
    font-size: 34px;
    color: #3c0414;
    font-family: sans-serif;
    /* text-align: left; */
    /* line-height: 16px; */
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;

}

.new-experience-section .heading-block {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0rem;
}

.services-sec h4 span {
    font-size: 70px;
    font-weight: 600;
}

.services-sec p {
    font-size: 16px;
    color: #000;
    font-family: sans-serif;
    font-weight: 300;
    margin: 10px 0;
    /* min-height: 75px; */
}

.custom-img-responsive {
    display: inline-block;
    max-width: 100%;
}

.voffset1-5 {
    margin-top: 20px;
}

.service-listing {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-listing li {
    display: inline-block;
    width: 33%;
    text-align: left;
    position: relative;
    padding-left: 70px;
    padding-right: 50px;
    vertical-align: top;
    margin-bottom: 25px;
}

.service-listing li img {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    max-width: 55px;
    z-index: 1;
}

.service-listing li h4 {
    font-size: 25px;
    color: #fff;
}

.service-listing li p {
    font-size: 15px;
    color: #fff;
    text-align: justify;
}

.exp-sec .some-description-box .room-type {
    color: #000;
    background-color: transparent;
    padding: 0;
    margin-top: 1rem;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 26px;
    min-height: 50px;
}

.voffset1 {
    margin-top: 10px;
}

.voffset2 {
    margin-top: 20px;
}

.voffset3 {
    margin-top: 30px;
}

.voffset4 {
    margin-top: 40px;
}

.voffset5 {
    margin-top: 50px;
}

.exp-sec .text-formating {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #a8894c;
    border-top: 0;
}

.exp-slider .item .content img {
    height: auto;
}

.exp-slider .owl-item .item {
    position: relative;
}

.exp-slider .owl-item .item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    content: '';
    z-index: 9;
    height: 100%;
}

.exp-slider .owl-item .item .text-formating,
.exp-slider .owl-item .item .content {
    position: relative;
    z-index: 10;
}

.exp-slider .owl-item.active.center .item:before {
    opacity: 0;
}

.exp-slider .owl-item.active.center .item .content {
    position: relative;
    z-index: 8;
    display: none;
}

.exp-slider .owl-item.active.center .item {
    background-size: cover;
    padding-top: 243px;
}

.exp-slider .owl-item.active.center .item:after {
    position: absolute;
    background: #000;
    opacity: 0.5;
    transition: 0.3s;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.exp-slider .owl-item.active.center .item .some-description-box .room-type,
.exp-slider .owl-item.active.center .item .some-description-box p.info-text {
    color: #fff;
}

.exp-slider .owl-item.active.center .item .explore-btn2 {
    color: #fff;
}

.exp-slider .owl-item.active.center .item .explore-btn2:before {
    background: #fff;
}

.exp-slider .owl-nav {
    margin-top: 1rem;
}

.testimonials-sec {
    padding: 10rem 0;
    background: url('../img/testimonial-bg.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.testimonials-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    content: '';
    z-index: 3;
    width: 100%;
    height: 100%;
}

.testimonail-text {
    font-size: 20px;
    color: #fff;
}

.testimonials-sec .container {
    position: relative;
    z-index: 99;
}

.star-img {
    display: inline-block !important;
    max-width: 100px;
}

.testimonial-slider .item {
    text-align: center;
}

.testimonial-slider .text-formating {
    text-align: center;
    padding: 10px 100px;
    box-shadow: none;
}

.testimonial-slider h5 {
    color: #fff;
    font-size: 30px;
    line-height: 22px;
    margin-top: 24px;
    margin-bottom: 15px;
}

.testimonial-slider h5 small {
    font-size: 15px;
    color: #fff;
}

.testimonial-slider .owl-dot {
    background: #fff !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 3px;
}

.testimonial-slider .owl-dot.active {
    background: #a8894c !important;
}

.enquire-sec {
    padding: 3rem 0;
}

.enqiure-inner2 {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    padding: 15px 0px;
    margin: 20px 0 50px 0;
    position: relative;
}

.custom-form-outer-div-bottom {
    width: 33% !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin: 3px 0;
    float: left;
    height: 90px;
}

.enqiure-inner2 .form-control {
    height: 50px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    background: transparent;
    box-shadow: none;
    display: inline-block;
    width: 100%;
}

.enqiure-inner2 .input-group-addon i {
    color: #00528a;
    font-size: 17px;
}

.enqiure-inner2 .form-select {
    background-color: transparent;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    height: 50px;
    color: #000;
    font-size: 14px;
    /* background-image: url(../images/select-drop-arrow.svg) !important; */
    box-shadow: none;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 0.75rem center;
    padding: 6px 12px;
}

.enqiure-inner2 .form-select option {
    color: #000;
}

.custom-form-outer-div-bottom .btn-primary {
    background: #a8894c;
    color: #fff;
    font-size: 16px;
    height: 40px;
    border-color: #a8894c;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
    padding: 7px 25px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
}

.custom-form-outer-div-bottom .btn-primary:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #a8894c;
    content: '';
    z-index: 1;
    bottom: -5px;
}

#checkindate-1,
#checkoutdate-1 {
    background: white url(../img/cal-icon-blue.png) no-repeat right !important;
    background-size: 26px !important;
    padding-left: 10px !important;
}

.custom-form-outer-div-bottom span {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}

.inner-img-section {
    margin: 10px 0;
}

.client-logoo img {
    padding: 0;
    border: 4px solid #c68e38;
    border-radius: 5px;
}

.client-section h5 {
    font-size: 34px;
    color: #3c0414;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.bottom-footer-logo-section a img {
    width: 150px;
}

/* ==========================================================================
   new footer css starts here rj
   ========================================================================== */
#footer {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 0.875em;
    padding-top: 0px;
    padding-bottom: 30px;
    padding: 3rem 0;
    background-color: #f5f5f5;
}

#footer h5 {
    font-size: 34px;
    color: #3c0414;
    font-family: sans-serif;
    text-transform: uppercase;
    position: relative;
}

#footer h5:after {
    position: absolute;
    bottom: -10px;
    height: 1px;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    border-top: 1px solid #969696;
}

#footer p {
    font-size: 14px;
    color: #000;
    font-family: sans-serif;
    font-weight: 100;
    margin: 30px 0 10px;
}

#footer h6 {
    font-size: 25px;
    color: #3c0414;
    font-family: sans-serif;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 5px;
}

#footer p.bottom-p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    padding-right: 10px;
}

.no-bottom-mar {
    margin-bottom: 0px !important;
}

.footer-nav {
    display: inline-block;
    width: 50%;
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-nav li a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: sans-serif;
}

.voffset-bottom1 {
    margin-bottom: 10px;
}

.voffset-bottom2 {
    margin-bottom: 20px;
}

.voffset-bottom3 {
    margin-bottom: 30px;
}

.voffset-bottom4 {
    margin-bottom: 40px;
}

.voffset-bottom5 {
    margin-bottom: 50px;
}

.border-left {
    position: relative;
}

.border-left:before {
    position: absolute;
    left: -15px;
    border-left: 1px solid #000;
    height: 100%;
    top: 0;
    content: '';
}

.border-right {
    border-right: 1px solid #000;
}

.footer-social-links {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.footer-social-links li {
    display: inline-block;
}

.footer-social-links li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #2d2d2d;
    text-align: center;
    border-radius: 3px;
    color: #2d2d2d;
    font-size: 16px;
    display: inline-block;
    transition: 0.3s;
}

.footer-social-links li a:hover,
.footer-social-links li a:focus {
    background: #b18c60;
    color: #fff;
    border-color: #b18c60;
    transition: 0.3s;
}

.bottom-footer-logo-section {
    display: inline-block;
    width: 70%;
    border-top: 1px solid #969696;
    padding-top: 40px;
    text-align: center;
}

#footer .footer-row {
    padding: 5px 0px 25px 0px;
    text-align: center;
}

#footer .footer-row:last-child {
    border-bottom: none;
}

#footer .footer-row .final {
    padding: 5px 15px;
    border-bottom: none;
}

#footer .footer-row .navbar-default {
    background-color: transparent;
}

#footer .socialIcon a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    float: none;
    margin: 0 5px 5px;
    border-radius: 6px;
    background-color: #ffffff;
}

#footer .socialIcon a span {
    color: #01509d;
    font-size: 1.2em;
    line-height: 40px;
    vertical-align: baseline;
}

#footer .socialIcon a:hover {
    text-decoration: none;
}

#footer .socialIcon a:hover .fa {
    color: #fff;
}

#footer .footer-detail {
    float: left;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.footer-logo {
    text-align: center;
}

.footer-right-items {
    padding-left: 1rem;
}

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




#footer .footer-detail.first {
    margin-left: 0;
}

#footer .footer-detail .fa-stack {
    font-size: 12px;
    margin-right: 5px;
    color: #ffffff;
}

#footer .footer-detail .fa-stack .fa-envelope,
#footer .footer-detail .fa-stack .fa-phone {
    color: #01509d;
}

#footer .footer-detail .fa-phone {
    margin-left: 0px;
}

#footer .footer-detail .fa-phone:first-child {
    margin-left: 0;
}

#footer .footer-detail a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

#footer .navbar {
    margin-bottom: 0;
    margin-left: -12px;
}

.add_cont ul,
.social_cont ul,
.comm_link ul,
.comm_link ul li ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social_cont ul li {
    display: inline-block;
    margin-right: 5px;
}

.social_cont ul li a {
    background-image: url("images/bg-social.png");
    display: block !important;
    height: 25px;
    width: 25px;
    overflow: hidden;
    text-align: left !important;
    text-indent: -9999px;
}

.social_block {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.social_cont,
.subs_cont,
.add_cont,
.add_head,
.social_head,
.subs_head {
    width: 100%;
    float: left;
    /* text-align: center; */
    padding: 5px 0px;

}

.social_cont ul,
.comm_link ul {
    margin: 0;
}

.foot_block {
    padding: 30px 0px 0px 0px;
    width: 100%;
    float: left;
}

.foot_block p {
    margin: 0;
}

.f_bot {
    padding: 0px !important;
    width: 100%;
    float: left;
}

.f_bot .container p {
    display: inline;
    padding-left: 20px;
}

.add_cont ul li {
    padding-bottom: 5px;
    display: inline-block;
}

.add_cont ul a {
    color: #000;
}

.add_cont ul .fa {
    color: #ffffff;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: inherit;
}

.inner-breadcrumb {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%);
}


.other-contacts .mobiles a {
    margin-bottom: 11px;
    display: block;
    font-size: 14px;
    color: #3c0414;
    color: #000;
}

.other-contacts .mobiles a i {
    color: #3c0414;
    padding-right: 5px;
}

.style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: .1px solid #555555;
}

.room-manager {
    display: none;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    min-width: 315px;
    max-width: 320px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1000;
    max-height: 250px;
    overflow-y: scroll;
}

.room-manager .room {
    margin-bottom: 10px;
}

.room-manager .room label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.room-manager .controls {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: flex-start;
}

.room-manager .controls p {
    width: 14px;
    height: 15px;
    line-height: 16px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.room-manager .controls p:disabled {
    background-color: #e9e9e9;
    cursor: not-allowed;
}

.room-manager .controls span {
    width: 30px;
    text-align: center;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

.room-manager .add-room {
    color: #b18c60;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}

.adult-child-manager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #f6f5f5;
    padding: 5px;
}

.vertical-hr {
    width: 0.5px;
    height: 26px;
    background-color: #000;
    border: 1px solid #000000;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
}

.room-manager .controls span.mm-span {
    width: 60px;
}

.room-manager .controls span.age-count {
    font-size: 11px;
    width: 62px;
}

.available {
    border: 1px solid #eaeaea !important;
}

.other-contacts .mobiles {
    display: block;
}

.news-form form label {
    color: #000;
}

.news-form form input.form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    height: 36px;
    margin-bottom: 1.2rem;
}

.news-form form input.form-control:focus {
    box-shadow: none;
}

.room-manager .room .remove-room {
    float: right;
    display: contents;
    text-align: right;
    right: 0;
}

.upper-room-header {
    display: flex;
    justify-content: space-between;
}

.upper-room-header span.remove-room {
    color: #000 !important;
    display: contents !important;
}



.footer_navbar_wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.f_left {
    border-left: 1px solid #777777;
}

.f_rgt {
    border-right: 1px solid #777777;
}

.social_head p,
.add_head p,
.subs_head p {
    font-size: 1.125em;
    color: #ffffff;
}

.comm_cont {
    float: left;
    width: 100%;
    /*  padding: 25px 0 10px 0;*/
}

.brand-name-footer {
    font-size: 25px;

}

.Latest-Update p {
    color: #a8894c;
    font-size: 1rem;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-align: right;
    /* font-family: 'Ogirema'; */
    margin-bottom: 0px;
}

.Latest-Update ul {
    margin: auto;
    padding: 0px;
    margin-top: 7px;
    padding-bottom: 10px;
}

.Latest-Update ul li {
    display: inline-block;
    margin: 0px 4px;
}

.Latest-Update {
    text-align: right;
    padding-right: 10px;
}

.Latest-Update ul li a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #a8894c;
    text-align: center;
    border-radius: 23px;
    color: #a8894c;
    font-size: 16px;
    display: inline-block;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none !important;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    vertical-align: top;
}

.socialiconitem iframe#twitter-widget-0 {
    width: 70px !important;
    height: 25px !important;
    visibility: visible !important;
    position: relative !important;
}

.bottom {
    position: relative;
}

.footer-row .navbar-nav {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    display: block;
}

.footer-row .navbar-nav>li {
    float: none;
    display: inline-block;
}

.footer-row .navbar-nav>li>a {
    outline: none;
    padding: 5px 2.5px;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    margin: 0px 4px;
    text-transform: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
}

.footer-row .navbar-nav>li>a:hover,
.footer-row .navbar-nav>li>a:focus {
    background: transparent;
    text-decoration: underline;
}

.footer-row .navbar-nav>li.first-li {
    display: none !important;
}

.footer-row .navbar-nav>li.first-li:first-child {
    display: inline-block !important;
}

#footer .socialIcon a img {
    width: 30px;
    margin-top: 5px;
}

.footer-row .email {
    font-size: 13px !important;
    line-height: 22px;
}

.footer-row .telephone {
    padding-left: 32px;
    font-size: 13px !important;
    line-height: 22px;
}

.footer-detail span {
    vertical-align: middle;
}

.Amritara-add a i {
    margin-right: 5px;
    display: inline-block;
}

p.Copyright {
    text-align: center;
    width: 100%;
    color: #a8894c;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 20px;
}

/* ==========================================================================
     new footer css ends here rj
     ========================================================================== */


.testimonials-section h4 {
    font-size: 34px;
    color: #3c0414;
    font-family: sans-serif;
    text-transform: uppercase;
}

.testimonials_inner_profile img {
    width: 30px !important;
}

.testimonials-section .test-item {
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 2rem;
    border-radius: 5px;
    margin-top: 1rem;
    margin-left: 14px;
    margin-right: 14px;
}

.testimonials-section .test-item .rater-name {
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonials-section .test-item span i {
    font-size: 10px;
    color: #b18c60;
}

.testimonials-section .test-item .testimonial-desc {
    font-size: 14px;
    margin-top: 10px;
}

.testimonials_inner_profile {
    margin-top: 1rem;
}

.testimonials-section .test-item p {
    max-height: 60px;
    overflow: hidden;
    position: relative;
}

.testimonials-section .test-item p::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, #ffffff00);
}

.testimonials-section .test-item .check {
    appearance: none;
    border: none;
    padding: 0em;
    border-radius: 0;
    cursor: pointer;
    margin-top: 0rem;
    font-weight: 300;
    color: #000;
    font-size: 14px;
}

.testimonials-section .test-item .check::before {
    content: "Read more..";
}

.testimonials-section .test-item .check:checked::before {
    content: "Read less";
}

.testimonials-section .test-item p:has(+ .check:checked) {
    max-height: none;
}


.testimonials-section .test-item .check {
    appearance: none;
    border: none;
    padding: 0em;
    border-radius: 0;
    cursor: pointer;
    margin-top: 0rem;
    font-weight: 600;
    color: #000;
}





.modal-enq-wed .fixed-form p {
    margin-bottom: 7px !important;
    text-align: center;
    color: #000;
    /* border-top: 1px dotted; */
    padding-top: 4px;
    font-weight: 500;
}

.modal-enq-wed .fixed-form.fixed {
    /* text-align: center; */
    display: block;
    padding: 0 30px;
    padding-top: 1rem;
}

.modal-enq-wed h5.modal-title {
    text-align: center;
    background-color: #b18c60;
    border-radius: 0px;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    color: #fff;
    margin-top: 0px;
    border-radius: 0.8rem 0.8rem 0 0;
}

.modal-enq-wed .modal-content {
    border-radius: 1rem;
    background-image: url(../img/wedding/flower-4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.5; */
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.modal-enq-wed .modal-body {
    padding: 0;
    border-bottom: 0.2rem solid #b18c60;
    border-left: 0.2rem solid #b18c60;
    border-right: 0.2rem solid #b18c60;
    border-radius: 1rem;
}

.modal-enq-wed .fixed-form .formFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-enq-wed .fixed-form label {
    font-weight: 200;
    font-family: sans-serif;
}

#header-book-now-btn:focus-within,
#header-book-now-btn:focus {
    color: #000;
}

.modal-enq-wed .btn-close {
    position: absolute;
    right: 4px;
    top: 6px;
    background-color: white;
    opacity: 1;
    padding: 5px;
    border-radius: 18px;
    font-size: 15px;
}

.modal-enq-wed .fixed-form .form-control,
.modal-enq-wed .fixed-form .form-control:focus {
    margin-bottom: .8rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 14px;
    border-left: 1px solid #b18c60;
    border-bottom: 1px solid #b18c60;
    border-radius: 6px;
}

.modal-enq-wed .fixed-form .form-control::placeholder {
    opacity: 0;
    font-family: sans-serif;
}

.modal-enq-wed .fixed-form .form-control:focus::placeholder {
    opacity: 1;
}

.modal-enq-wed .fixed-form form .form .form-group {
    position: relative;
}

.modal-enq-wed .fixed-form .formFooter button {
    text-align: center;
    background: #b18c60;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    transition: all 300ms ease-in-out;
    outline: none;
    margin-bottom: 1rem;
    width: 126px;
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
    border-radius: 6px;
}


.career-banner {
    background: url(../img/career-banner.jpg) !important;
    background-size: cover !important;
    background-position: bottom !important;
}

.position-relative {
    position: relative;

}

#about-page section.home-about {
    padding-bottom: 4rem;
}

.home-about .custom-img-responsive {
    object-fit: cover;
    max-width: 100%;
}

.no-padd {
    padding-left: 0px;
    padding-right: 0px;
}

.overlay-block {
    background-color: #91753e;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: 0.3s;
    padding: 10px;
}

.inner-content-section {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    /* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; */
    padding: 160px 30px 160px 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    text-align: center;
}

.inner-content-section h6 {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.inner-content-section h3 {
    color: #fff;
    font-size: 44px;
    text-align: center;
}

.explore-btn {
    padding: 7px 0;
    height: auto;
    background: none;
    color: #fff;
    border-radius: 0;
    margin-bottom: 2px;
    box-shadow: none;
    text-decoration: none;
    position: relative;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.explore-btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    transition: transform 0.2s ease;
    transform-origin: 0 0;
}

.explore-btn:hover {
    color: #fff;
}

.explore-btn:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.explore-btn2 {
    padding: 7px 0;
    height: auto;
    background: none;
    color: #a8894c;
    border-radius: 0;
    margin-bottom: 2px;
    box-shadow: none;
    text-decoration: none;
    position: relative;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.explore-btn2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #a8894c;
    content: "";
    transition: transform 0.2s ease;
    transform-origin: 0 0;
}

.explore-btn2:hover {
    color: #a8894c;
}

.explore-btn2:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.info-listing {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 70px;
}

.info-listing li {
    display: inline-block;
    width: 49%;
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
    position: relative;
    padding-left: 8px;
    vertical-align: top;
}

.info-listing li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #a8894c;
}

.info-listing li img {
    display: inline-block !important;
    max-width: 25px;
    margin-right: 1px;
}

.offer-slider-1 .item {
    margin-bottom: 35px;
}

.inner-banner-area {
    height: 380px;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
}

.rooms-hero {
    background: url(../img/room-hero-banner.png);
}

.inner-banner-area .contact-banner {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.inner-banner-area .contact-banner .inner-banner-heading {
    font-size: 37px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
}

.inner-banner-area .banner-breadcrumb {
    display: inline-block;
}

.inner-banner-area .banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
}

.inner-banner-area .banner-breadcrumb .breadcrumb-item {
    padding: .1rem;
}

.inner-banner-area .banner-breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    color: #fff;
}

.inner-banner-area .banner-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.inner-banner-area .banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    padding-right: .1rem;
    content: "/";
    display: inline-block;
}

.about-image-1 {
    position: relative;
}

.about-image-1 img {
    border-radius: 1rem;
}

.about-image-1::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: transparent;
    left: -6%;
    top: -6%;
    z-index: -1;
    border: 9px solid #b18c60;
    border-radius: 1rem;
}

.latest-news figure {
    border: 6px solid #fff;
    background: #fff;
    margin: 0;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.3);
    margin: 0 0 -45px 0;
}

.latest-news .caption {
    background: #fff;
    position: relative;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.3);
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 4%;
    min-height: 226px;
}

.latest-news .caption .txt1 {
    font-size: 14px;
    color: #333333;
}

.latest-news .caption .txt1 a {
    color: #c19968;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.services-sec .offer-slider-bottom .home-offer-title {
    font-size: 20px;
    color: #3c0414;
    text-align: center;
    line-height: 1.8rem !important;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 1rem;
    font-family: auto !important;
    line-height: normal;
}

.latest-news .caption .txt1 a:hover {
    color: var(--text-primary);
}

.latest-news .caption .txt2 {
    font-size: 14px;
    text-align: justify;
}

.gallery-section-page a {
    margin-bottom: 1rem;
    overflow: hidden;
    display: block;
}

.main-gallery-page .section-title::after {
    left: auto;

}


/* gallery new css */

.gallery-title {
    font-size: 36px;
    color: var(--text-primary);
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    font-size: 15px !important;
    border: 1px solid var(--text-primary) !important;
    border-radius: 5px !important;
    text-align: center !important;
    color: var(--text-primary) !important;
    margin: .5rem 3px 0.4rem !important;
}

.filter-button:hover {
    font-size: 15px;
    border: 1px solid var(--text-primary);
    text-align: center;
    color: #ffffff !important;
    background-color: var(--text-primary);

}

.gallery-section-page .card {
    border: none !important;
}

.filter-button.active-btn {
    font-size: 15px;
    border: 1px solid var(--text-primary);
    text-align: center;
    color: #ffffff !important;
    background-color: var(--text-primary);

}

.btn-default:active .filter-button:active {
    background-color: var(--text-primary);
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 10px;
}

.gallery-section-page .card .card-header-tabs {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.filter-button.active {
    font-size: 15px;
    border: 1px solid var(--text-primary) !important;
    text-align: center;
    color: #ffffff !important;
    background-color: var(--text-primary) !important;
}



.sub-filter-container {
    display: none;
    margin-top: 10px;
}

.main-filter.active .sub-filter-container {
    display: block;
    position: absolute;
    text-align: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 45px;
    margin-top: 1rem;
}

.filter-group {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-bottom: 3rem;
}



/* gallery new css */




.gallery-section-page .img-wrap img {
    border-radius: 5px;
    padding: 2px;
    overflow: hidden;
    border: 2px solid var(--text-primary);
    height: 250px;
    object-fit: cover;
}

.offer-cta-buttons {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.offer-cta-buttons .btn {
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
}

.offer-cta-buttons .btn:focus {
    box-shadow: none;
}

.offer-cta-buttons .offer-book-now {
    background-color: #c19968;
    color: #fff;
}

.offer-cta-buttons .offer-book-now:hover {
    background-color: transparent;
    border: 1px solid #c19968;
    color: #c19968;
}

.offer-cta-buttons .offer-explore-more {
    border: 1px solid #c19968;
}

.offer-cta-buttons .offer-explore-more:hover {
    border: none;
    background-color: #c19968;
    color: #fff;
}

.latest-news-wrapper {
    margin-bottom: 2rem;
}


.contact3 h1,
.contact3 h2,
.contact3 h3,
.contact3 h4,
.contact3 h5,
.contact3 h6 {
    color: #3e4555;
}

.contact3 .font-weight-medium {
    font-weight: 500;
}

.contact3 .card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.contact3 .c-submit {
    background-color: var(--text-primary);
    color: var(--white);
    margin-top: 2rem;
}

.c-detail i {
    color: var(--text-primary);
    font-size: 1.7rem;
    margin-bottom: 1rem;
    /* border: 1px solid var(--text-primary); */
    padding: 10px;
    border-style: double;
    height: 50px;
    width: 50px;
    border-radius: 8px;
}

.c-events .service-item {
    min-height: 370px !important;
}

.c-detail {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    height: 100%;
    padding: 2rem 10px;
}

.c-detail p {
    font-size: 14px;
    margin-bottom: 0;
}

.c-detail h6 {
    color: var(--text-primary);

}

.c-detail a {
    text-decoration: none;
    color: #000;
}

.c-detail a:hover {
    text-decoration: none;
    color: var(--text-primary);
}

.contact3 input,
.contact3 textarea {
    border-radius: 0;
    font-weight: 100;
    pad: 10px 10px;
    height: 45px;
}

.contact3 textarea {
    height: 100px;
}

.contact3 input::placeholder,
.contact3 textarea::placeholder {
    font-weight: 100;
    text-transform: capitalize;
    border-radius: 0;
}

.contact3 input:focus,
.contact3 textarea:focus {
    box-shadow: none;
}

/*** Service ***/
.section-title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 2rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #b18c60;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #b18c60;
}

.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: #b18c60;
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}




.rooms_item {
    background: #f1f6f7;
    padding-bottom: 40px;
    margin-bottom: 2rem;
}

.rooms_image img {
    max-width: 100%;
}

.rooms_title_container {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--text-primary);
}

.rooms_title .rooms-name {
    font-size: 20px;
    color: var(--text-primary);
    margin-bottom: 0;
}

.rooms_price {
    font-size: 10.76px;
    font-weight: 500;
    color: #717171;
    margin-top: 12px;
    line-height: 0.75;
}

.rooms_price span {
    font-size: 24.22px;
}

.rooms_list {
    padding-left: 25px;
    padding-top: 20px;
    padding-right: 20px;
}

.rooms_list ul li>div:first-child>div {
    width: 180px;
}

.rooms_list ul li>div {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
}

.rooms_list ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.amenities_list.rooms_list ul {
    list-style: none;
    /* display:flex; */
    gap: 15px
}

.amenities_list.rooms_list ul li {
    display: inline-block;
    font-size: 14px;
    align-items: flex-start;
    border: none;
    padding-right: 10px;
    font-size: 12px;
    text-align: center;
}

.amenities_list.rooms_list ul li img {
    width: 18.5px;
    margin: auto;
}

.rooms_button {
    margin-top: 27px;
}

.offer-cta-buttons.rooms-btn.text-center {
    display: block;
}

.rooms_list ul {
    padding: 0;
    margin: 0;
}

.rooms_list ul li {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
}


.facilities-sec .service-item {
    height: 100%;
}

.facilities-sec .service-item h5 {
    font-size: 16px;
    margin-bottom: 0 !important;
}

.facilities-sec .service-item img {
    width: 100%;
}


.service-item:hover img {
    filter: invert(1);
}

.inner-banner-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 2, 11, 39%);
    z-index: -1;
}

.section-margin--small {
    padding: 55px 0;
    box-shadow: rgb(193 153 104 / 18%) 0px -1px 0px;
}

.section-intro__style {
    margin-bottom: 14px;
}

.card-explore {
    border: 0;
    border-radius: 0;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
    transition: all .4s ease;
}

.card-explore__img {
    width: 100%;
    position: relative;
}

.card-explore .card-img {
    border-radius: 0;
    padding-bottom: 1px;
}

.card-explore__img::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 83%, 0% 100%, 100% 100%);
    background: #fff;
    width: 100%;
    height: 190px;
}

.card-explore .card-body {
    padding: 5px 18px 35px 25px;
}

.card-explore__price {
    font-size: 40px;
}

.card-explore__price sub {
    font-size: 18px;
}

.card-explore__title {
    font-size: 24px;
    margin: 12px 0 18px 0;
}

.card-explore__title a {
    transition: color .2s ease;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
}

.card-explore__link {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #303030;
    transition: color .2s ease;
}

.card-explore__link i,
.card-explore__link span {
    padding-left: 3px;
    transition: all .35s ease;
}

.card-explore:hover .card-explore__link i,
.card-explore:hover .card-explore__link span {
    padding-left: 10px;
}

.card-explore .card-body p {
    font-size: 14px;
    text-align: justify;
}

.text-formating {
    text-align: left;
    padding: 10px 10px 17px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0 0 10px 10px;
}

.offer-slider1 .latest-news figure {
    border: 6px solid #fff;
    background: #fff;
    margin: 0;
    box-shadow: none;
    margin: 0 0 -45px 0;
}


.offer-slider1 .latest-news .caption {
    background: #fff;
    position: relative;
    box-shadow: none;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 10%;
    border: 1px solid var(--text-primary);
    border-bottom: 3px solid var(--text-primary);
}

.offer-slider1 .offer-cta-buttons {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.offer-slider1 .latest-news .caption .txt2 {
    font-size: 14px;
    text-align: center;
}

p.info-text {
    min-height: 145px;
}

.flip-card {
    background-color: transparent;
    width: 190px;
    height: 254px;
    perspective: 1000px;

}

.title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid coral;
    border-radius: 1rem;
}

.flip-card-front {
    background: linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%,
            rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%);
    color: coral;
}

.flip-card-back {
    background: linear-gradient(120deg, rgb(255, 174, 145) 30%, coral 88%,
            bisque 40%, rgb(255, 185, 160) 78%);
    color: white;
    transform: rotateY(180deg);
}

.inner-section-main-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000;
    background: url(../img/the-grand-hotel-border.png) center bottom no-repeat;
    padding-bottom: 25px;
    margin-bottom: 30px;
    background-size: 200px;
}

.offcanvas-menu .site-mobile-menu {
    z-index: 999999;
}

.inner-dine .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
}

.reserve-table-form form input.form-control,
.reserve-table-form form textarea {
    border: none;
    border: 1px solid #b18c60;
    padding: 0 10px;
    border-left: 4px solid #b18c60;
    height: 39px;
    margin-bottom: 8px;
    font-size: 14px;
    border-radius: 5px;
}

.reserve-table-form form input.form-control::placeholder,
.reserve-table-form form textarea::placeholder {
    font-weight: 100;
}

.reserve-table-form form textarea:focus {
    border: none;
    border: 1px solid #b18c60;
    border-left: 4px solid #b18c60;
    box-shadow: none;
}

.reserve-table-form form textarea {
    height: 70px !important;
    padding-top: 10px;
}

.reserve-table-form .form-stylig {
    padding: 1rem;
    background-color: #fffaf4;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.date-coloum .input-group-addon {
    display: none;
}

.date-coloum .date-checkin {
    background: white url(../img/cal-icon-blue.png) no-repeat right !important;
    background-size: 26px !important;
    padding-left: 10px !important;
}

.mobile-block {
    display: none;
}

.mobile-book-now {
    display: none;
}

.mobile-book-now {
    position: absolute;
    /*        left: 0;*/
    right: 45px;
    text-align: center;
    margin: auto;
    width: 150px;
}

.mobile-book-now a {
    color: #fff;
    font-size: 14px;
}

p.Amritara-add {
    margin: 00px 0px;
    color: #a8894c;
}

p.Amritara-add a {
    color: #a8894c;
    text-decoration: none;
}

.btn-primary {
    background: #b18c60;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    padding: 7px 15px;
    border: 1px solid #b18c60;
    position: relative;
    font-family: sans-serif;
    text-transform: capitalize;
    width: auto;
    margin: 5px;
    display: inline-block;
}

.btn-secondary {
    background: #fff;
    font-size: 14px;
    border-radius: 0;
    padding: 7px 15px;
    color: #b18c60;
    border: 1px solid #b18c60;
    position: relative;
    font-family: sans-serif;
    text-transform: capitalize;
    width: auto;
    margin: 5px;
    display: inline-block;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #fff;
    color: #b18c60;
    border: 1px solid #b18c60;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
    background: #b18c60;
    color: #fff;
    border: 1px solid #b18c60;
}

@media(min-width:500px) and (max-width:990px) {
    .mobile-book-now {
        right: 150px;
    }
}

@media(max-width:991px) {
    .mobile-book-now {
        display: block;
    }

    ul li .nav-link.header-book-now {
        display: none;
    }
}

.room-slider .rooms_item .rooms-description {
    height: 82px;
    overflow-y: scroll;
    font-size: 14px;
}

.rooms_item .rooms_image img {
    height: 200px;
    object-fit: cover;
}

.footer-new-contact-detail h6 {
    font-size: 18px !important;
    margin: 1.4rem 0;
}

.footer-new-contact-detail a {
    color: #000;
    text-decoration: none;
}


@media (max-width: 767px) {

    .site-menu-toggle.js-menu-toggle.text-white {
        color: #a8894c !important;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: calc(70% - 10px) !important;
        /*    width:  calc(54% - 0px)!important;*/

    }

    .offer-slider-bottom .owl-item.active.center {
        margin-top: 0px;
    }

    .site-mobile-menu .site-nav-wrap a {
        color: #ffffff;
    }

    .site-mobile-menu .site-nav-wrap>li>a {
        display: inline-block;
    }

    .site-navbar .dropdown-content {
        position: relative;
    }

    .site-mobile-menu .site-nav-wrap>li>ul>li>a {
        /*    display: inline-block !important;*/
        border-bottom: none !important;
    }

    .site-mobile-menu .site-nav-wrap>li>ul>li {
        border-bottom: 1px solid #000;
    }

    .site-mobile-menu .site-nav-wrap .dropdown:hover .dropdown-content {
        /*    display: block!important;*/
    }

    .site-mobile-menu .site-nav-wrap .dropdown-content .sub-dropdown:hover .sub-dropdown-content {
        display: block;
        position: relative !important;
        left: 0 !important;
    }

    .site-navbar .dropdown-content .sub-dropdown-content {
        position: relative;
        left: 0;
    }

    .about-image-1::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-color: transparent;
        left: 0%;
        top: -6%;
        z-index: -1;
        border: 9px solid #b18c60;
        border-radius: 1rem;
    }

    .section-title {
        position: relative;
        display: inline-block;
        font-size: 20px;
        margin-bottom: 2rem;
    }

    .history-img {
        margin-top: 0rem;
    }

    .filter-button {
        font-size: 12px !important;
        padding: 5px 6px !important;
        margin: 0.3rem 0px 0.3rem !important;
    }

    .filter-button.active-btn {
        font-size: 12px;
    }

    .text-box-btns .book-now-hero {
        padding: 8px 10px;
    }

    .text-box-btns a {
        padding: 8px 9px;
    }

    .testimonial5 .item .content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .inner-banner-area .contact-banner .inner-banner-heading {
        font-size: 22px;
    }

    .inner-banner-area .banner-breadcrumb .breadcrumb-item {
        font-size: 14px;
    }

    #wedding-events-page .home-mid-sec .text-box-block {
        padding: 1rem 1rem 20px 15px;
    }

    #dining-page .home-mid-sec .text-box-block {
        padding: 1rem;
    }

    .gallery-section-page a {
        margin-bottom: 0rem;
    }

    .spad {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .contact-form {
        border: 1px solid #ae9548;
        padding-left: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 42px;
    }

    .contact-left .social-links a {
        height: 30px;
        width: 30px;
        line-height: 26px;
        font-size: 18px;

    }




    .booking-form-section {
        position: relative;
    }

    .offer-sec.accomodation-slider-home {
        margin-top: 2rem;
    }

    .cta-section-home {
        padding: 1rem;
    }

    .cta-section-home {
        margin-bottom: 3rem;
        margin-top: 0;
    }

    .home-mid-sec .repeated-block {
        margin-bottom: 3rem;
    }

    .home-mid-sec .text-box-block {
        margin-bottom: 2rem;
    }

    .footer-logo {
        border-right: none;
        text-align: left;
        padding-right: 2rem;
    }

    .footer-logo .f-logo .footer-logo-img {
        width: 165px;
        margin-bottom: 1rem;
    }

    .home-about .about-right-content {
        margin-top: 2rem;
    }

    .text-box-block .text-block-title {
        font-size: 22px !important;
    }

    .inner-section-main-heading {
        font-size: 20px;
        line-height: 33px;
    }

    .accomodation-sec .text-box-block {

        padding: 2rem 1rem 0;
    }

    .home-mid-sec .text-box-block {
        padding: 0rem 1rem 0px 16px;
    }

    .cta-box-content .cta-heading {
        font-size: 19px;
    }

    .hero-right .hero-left {
        width: 100%;
        padding-right: 0;
    }

    .hero-right .hero-left {
        margin-bottom: 15px;
    }

    .hero-right img {
        filter: brightness(.5);
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }

    .hero-right .hero-right-inner-main {
        display: none;
    }

    .hero-right-inner {
        margin-right: 15px;
        width: 50%;
        padding-right: 0;
    }

    .hero-right a {
        bottom: 25px;
        right: 10px;
        width: 125px;
    }

    .custom-form-outer-div {
        width: 100% !important;
        height: 70px;
    }

    .banner-cta-buttons a {
        font-size: 14px;
        padding: 8px 10px;
    }

    .hero-sec .carousel-caption .hero-title-2 {
        font-size: 20px;
    }

    .hero-sec .carousel-caption {
        top: 34%;
    }

    .hero-sec .carousel-caption .hero-title-1 {
        font-size: 18px;
    }

    .hero-sec .carousel-caption {
        right: auto;
        bottom: 1.25rem;
        left: auto;
        text-align: center;
        padding: 1rem;
        width: 100%;
    }

    .accomodation-sec h2,
    .exp-sec h2 {
        font-size: 25px;
    }

    .home-about {
        margin: 1rem 0;
    }

    .accomodation-sec,
    .exp-sec,
    .enquire-sec {
        padding: 1rem 0;
    }

    p.info-text {
        min-height: 50px;
    }

    .offer-cta-buttons .btn {
        padding: 8px 10px;
    }

    .mobile-block {
        display: block;
    }

    .web-block {
        display: none;
    }

    .image-column .img-block {
        margin-bottom: 10px;
    }

    .sticky-wrapper.is-sticky .site-logo img.logo {
        width: 70px;
        padding: 5px 0;
    }

    .home-mid-sec .repeated-block:nth-child(even) .text-column {
        order: 2;
    }

    .home-mid-sec .repeated-block:nth-child(odd) .text-column {
        order: 2;
    }

    .site-logo img {
        width: 70px;
        padding: 5px 0;
    }

    #rooms-page .text-box-btns {
        display: flex;
        justify-content: space-between;
    }

    .contact-left .social-links a img {
        width: 21px;
    }

    .service-listing li {
        width: 100%;
        padding-right: 10px;
    }

    .testimonial-slider .text-formating {
        padding: 10px;
    }

    .custom-form-outer-div-bottom {
        width: 50% !important;
    }

    .Latest-Update,
    .Latest-Update p,
    .footer-logo,
    p.Amritara-add {
        text-align: center;
        padding-right: 0;
    }

    .home-about h1,
    .services-sec h5,
    #footer h5 {
        font-size: 25px;
    }

    .footer-nav {
        width: 100%;
        text-align: center;
    }

    .no-bottom-mar {
        margin-bottom: 20px !important;
    }

    .booking-for-all {
        display: none;
    }

    /*section.hero-sec {*/
    /*    height: 100vh;*/
    /*}*/
    .hero-sec .carousel-inner .carousel-item img {
        height: 70vh;
        object-fit: cover;
    }

    .gal-slider1 .owl-nav {
        text-align: center;
    }

    .gal-slider1 .owl-nav button {
        font-size: 23px;
        margin: 0px 3px;
    }

    .gal-slider1 .owl-nav button span {
        font-size: 23px;
    }

    .offer-slider-1 .owl-item h4 {
        font-size: 30px;
    }

    .inner-banner-area {
        margin-bottom: 3rem;
    }

    .site-mobile-menu .site-nav-wrap>li:last-child {
        display: none;
    }

    .rooms_list {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 2rem;
    }

    .amenities_list.rooms_list ul {
        list-style: none;
        display: block;
        gap: 15px;
    }

    .amenities_list.rooms_list ul li {
        display: inline;
        font-size: 11px;
        align-items: flex-start;
        border: none;
        margin-right: 12px;
    }

    .amenities_list.rooms_list ul li img {
        margin-right: 5px;
    }

    #footer p.bottom-p {
        display: ruby;
    }

    .footer-nav {
        margin-top: 2rem;
    }

    #footer h6 {
        margin-bottom: 1px;
        margin-top: 1rem;
    }

    .section-title::after,
    .section-title::before {
        display: none;
    }


    .hero-sec .video_desktop {
        display: none;
    }

    .hero-sec .video_mobile {
        display: block;
    }



}


.main-rooms-page .repeated-block:nth-child(odd) {
    background-color: #f0f0f0;
}

a.fixed-whatsapp-btn i {
    position: fixed;
    height: 60px;
    width: 60px;
    bottom: 70px;
    right: 10px;

    background-color: #583200;
    z-index: 99999999999;
    color: #fff;
    display: block;
    background-color: #25D366;
    padding: 10px;
    font-size: 39px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
}


@media (min-width:768px) and (max-width:1023px) {
    .inner-content-section {
        padding-top: 0;
    }

    .inner-content-section h3 {
        font-size: 28px;
    }

    .service-listing li {
        width: 49%;
        padding-right: 40px;
    }

    .hero-sec .carousel-inner .carousel-item img {
        height: 60vh;
        object-fit: cover;
    }

    section.hero-sec {
        height: 60vh;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .inner-content-section {
        padding-top: 90px;
    }

    .inner-content-section h3 {
        font-size: 32px;
    }
}


.daterangepicker {
    z-index: 999999 !important;
}


.new-experience-section img {
    height: 300px !important;
    object-fit: cover !important;
    width: 100% !important;
    margin-right: 10px;
}

div#client-logo {
    justify-content: center;
    text-align: center;
    display: flex;
}

.inner-banner-area.rooms-hero.manage-booking-banner {
    background: url(../img/manage-booking-banner.webp) !important;
    background-size: cover !important;
    background-position: bottom !important;
}

.floating-rocket {
    position: fixed;
    width: 150px;
    left: 20px;
    top: 150px;
    z-index: 9999;
    animation: rocketFloat 5s linear infinite;
}

.floating-rocket img {
    width: 100px;
    /* adjust size as you like */
}

/* Animation to move from top to bottom and back */
@keyframes rocketFloat {
    0% {
        top: 102px;
    }

    50% {
        top: calc(100vh - 150px);
        /* stops 150px before bottom */
    }

    100% {
        top: 102px;
    }
}

.floating-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    pointer-events: none;
}

.floating-item {
    position: absolute;
    /* essential */
    width: 50px;
    opacity: 0;
    animation: drop 12s linear infinite;
}

/* Falling animation */
@keyframes drop {
    0% {
        top: -150px;
        opacity: 0;
    }

    5% {
        opacity: 1;
        /* fully visible shortly after start */
    }

    95% {
        top: calc(100vh - 20px - 50px);
        /* stop 20px from bottom */
        opacity: 1;
        /* still visible just before hitting bottom */
    }

    100% {
        top: calc(100vh - 20px - 50px);
        opacity: 0;
        /* vanish exactly at bottom */
    }
}

/* Horizontal positions & sequential delays */
.item1 {
    left: 30%;
    animation-delay: 0s;
}

.item2 {
    left: 50%;
    animation-delay: 4s;
}

.item3 {
    left: 70%;
    animation-delay: 8s;
}

.item4 {
    left: 90%;
    animation-delay: 12s;
}



* {
    margin: 0;
    padding: 0;
}

a {
    color: black;
    text-decoration: none;
}

.pg-footer {
    font-family: 'Roboto', sans-serif;
}


.footer {
    background-color: #3c0414;
    color: #fff;
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: #fffff2;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 10px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    /*margin-bottom: 20px;*/
}

.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}

.button:last-of-type {
    margin-right: 0;
}

.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}

.footer-call-to-action {
    margin-top: 30px;
}

.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}

.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}





.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: #027b9a;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}







/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px) {

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:480px) and (max-width:599px) {

    /* smartphones, Android phones, landscape iPhone */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:600px) and (max-width: 800px) {

    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:801px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */

}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */

}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */

}




/* Add this CSS to override the existing footer column widths */

@media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        position: relative;
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .footer-wave-svg {
        height: 50px;
    }

    /* First column - 30% width */
    .footer-content-column:nth-child(1) {
        width: 25%;
        flex-shrink: 0;
    }

    /* Other three columns - equal width */
    .footer-content-column:nth-child(2),
    .footer-content-column:nth-child(3),
    .footer-content-column:nth-child(4) {
        flex: 1;
    }

    /* Remove float as we're using flexbox now */
    .footer-content-column {
        float: none;
    }
}

/* Keep 100% width on mobile */
@media (max-width: 759px) {
    .footer-content-column {
        width: 100%;
    }
}



.chooseus-section {
    position: relative;
    padding: 60px 0px 10px 0px;
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    max-width: 470px;
    margin-bottom: 100px;
    padding: 24px 0px 23px 200px;
}

.chooseus-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 183px;
    height: 183px;
    line-height: 230px;
    font-size: 70px;
    background: #f1efee;
    text-align: center;
    border-radius: 50%;
}

.chooseus-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    padding-left: 100px;
    margin-bottom: 19px;
    margin-left: -200px;
}

.chooseus-block-one .inner-box h3:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    left: 0px;
    top: 15px;
}

.chooseus-section .inner-container {
    position: relative;
}

.chooseus-section .inner-container .line-1 {
    position: absolute;
    left: 0px;
    top: 41%;
    width: 100%;
    height: 1px;
    background: #e2dfdd;
}

.chooseus-section .inner-container .line-2 {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: calc(100% - 100px);
    background: #e2dfdd;
}

.chooseus-section .sec-title {
    margin-bottom: 47px;
}



.icon-box img {
    width: 40%;
}

.main-header .logo-box {
    padding: 20px 0px;
    margin-right: 85px;
}


.chooseus-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    padding-left: 100px;
    margin-bottom: 19px;
    margin-left: -200px;
}



.chooseus-block-one .inner-box h3:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    left: 0px;
    top: 15px;
}

.chooseus-section .inner-container {
    position: relative;
}




/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 78px 0 178px 0;
}

.bg-breadcrumb1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/contact-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 250px 0;
}

.bg-breadcrumb2 {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../img/br1.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 58px 0 58px 0;


}

.bg-breadcrumb21 {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../img/br1.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 58px 0 58px 0;
    height: 400px;
    contain: paint;
}

.bg-breadcrumbbanner {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/weddingbanner.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 206px 0 308px 0;
}



.bg-breadcrumbbanner1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner-23.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 206px 0 308px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}





/* banner */
.banner {
    padding: 0;
    position: relative;
}

.banner-slide {
    overflow: hidden;
}

.banner-slide>img {
    width: 100%;
}

@media (min-width: 992px) {

    /* Your LG device styles here */
    .banner-slide>img {
        height: 800px;
    }

}

.banner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}


div#BEx4IDaY3bWD {
    display: flex;
}

.widget {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-container>div,
.banner-container>div>div {
    height: 100%;
}

div#book-now-widget {
    pointer-events: all;
}

.swiper-pagination-bullet {
    border: 2px solid #fff;
    width: 1rem;
    height: 1rem;
    opacity: 1;
    background-color: transparent;
    transition: all ease 0.5s;
}

.swiper-pagination-bullet-active {
    border-color: transparent;
    background-color: var(--white);
}

/* banner end */

/* homepagge */
.aboutsec .aboutimg img {
    width: 100%;
    height: calc(100% + 6rem) !important;
    height: calc(100% + 6rem) !important;
    object-fit: contain;
    object-position: bottom right;
}

.aboutsec .aboutimg {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.accommodationsec .site-btn a p {
    margin-bottom: 0;
}

.accommodationsec .site-btn a {
    margin: 0;
    align-items: center;
}


.ph-gallery td a img {
    display: none;
}

.hover-box {
    overflow: hidden;
}

.hover-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--theme-alpha1);
    text-align: center;
    transform: translate3d(-100%, 0, 0);
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}


/* Mouse enter event */
.hover-box.mouseenter.top:before {
    animation-name: slide--enter-top;
}

.hover-box.mouseenter.right:before {
    animation-name: slide--enter-right;
}

.hover-box.mouseenter.bottom:before {
    animation-name: slide--enter-bottom;
}

.hover-box.mouseenter.left:before {
    animation-name: slide--enter-left;
}

/* Mouse leave event */
.hover-box.mouseleave.top:before {
    animation-name: slide--leave-top;
}

.hover-box.mouseleave.right:before {
    animation-name: slide--leave-right;
}

.hover-box.mouseleave.bottom:before {
    animation-name: slide--leave-bottom;
}

.hover-box.mouseleave.left:before {
    animation-name: slide--leave-left;
}

/* Sliding animations ! */
@keyframes slide--enter-top {
    0% {
        transform: translate3d(0, -100%, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes slide--enter-right {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes slide--enter-bottom {
    0% {
        transform: translate3d(0, 100%, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes slide--enter-left {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes slide--leave-top {
    0% {
        transform: none;
    }

    100% {
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slide--leave-right {
    0% {
        transform: none;
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slide--leave-bottom {
    0% {
        transform: none;
    }

    100% {
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slide--leave-left {
    0% {
        transform: none;
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}



/* Testimonials slider */
/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
}

.wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
    left: -22px;
}

.wrapper i:last-child {
    right: -22px;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 5px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .card {
    scroll-snap-align: start;
    height: 342px;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
}

.carousel .card .img {
    background: #8b53ff;
    height: 148px;
    width: 148px;
    border-radius: 50%;
}

.card .img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
}

.carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.carousel .card span {
    color: #6a6d78;
    font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}

/* Testimonials sliderend */

.booking-form-section {
    padding: 30px 0;
}

.enqiure-inner {
    max-width: 100%;
}

.booking-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-end;
    justify-content: center;
}

.custom-form-outer-div {
    flex: 1;
    min-width: 180px;
    position: relative;
}

.custom-form-outer-div.btn-div {
    flex: 0 0 auto;
    min-width: 150px;
}

.form-label {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.custom-form-outer-div .form-control,
.custom-form-outer-div .form-select {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    width: 100%;
    transition: all 0.3s ease;
}

.custom-form-outer-div .form-control:focus,
.custom-form-outer-div .form-select:focus {
    outline: none;
    border-color: #b29158;
    box-shadow: 0 0 0 0.2rem rgba(178, 145, 88, 0.25);
}

.btn-book-now {
    background: #b29158;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
}

.btn-book-now:hover {
    background: #9a7a47;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(178, 145, 88, 0.3);
}

/* Room Manager Styles */
.room-manager {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-top: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    max-width: 400px;
}

.room-manager.active {
    display: block;
}

.room {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.room:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.upper-room-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.upper-room-header label {
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.remove-room {
    color: #dc3545;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.remove-room:hover {
    text-decoration: underline;
}

.adult-child-manager {
    display: flex;
    gap: 15px;
    align-items: center;
}

.controls {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 8px;
}

.controls .decrease,
.controls .increase {
    width: 30px;
    height: 30px;
    background: #b29158;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    transition: all 0.3s ease;
}

.controls .decrease:hover,
.controls .increase:hover {
    background: #9a7a47;
    transform: scale(1.1);
}

.controls .count {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    min-width: 25px;
    text-align: center;
}

.controls .mm-span {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    text-align: center;
}

.age-count {
    font-size: 11px;
    color: #999;
    font-weight: 400;
}

.vertical-hr {
    width: 1px;
    height: 40px;
    background: #ddd;
    margin: 0;
    border: none;
}

.add-room {
    text-align: center;
    color: #b29158;
    font-weight: 600;
    cursor: pointer;
    padding: 12px;
    margin-top: 15px;
    border: 2px dashed #b29158;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.add-room:hover {
    background: #b29158;
    color: #fff;
}

/* Tablet Styles - 768px to 991px */
@media (max-width: 991px) {
    .booking-form-wrapper {
        gap: 12px;
    }

    .custom-form-outer-div {
        min-width: 150px;
    }

    .custom-form-outer-div .form-control,
    .custom-form-outer-div .form-select {
        padding: 10px 12px;
        font-size: 13px;
    }

    .btn-book-now {
        padding: 10px 25px;
        font-size: 14px;
    }
}

/* Mobile Styles - Below 768px */
@media (max-width: 767px) {
    .booking-form-section {
        padding: 20px 0;
    }

    .enqiure-inner {
        padding: 0 10px;
    }

    .booking-form-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .custom-form-outer-div {
        width: 100%;
        min-width: 100%;
    }

    .custom-form-outer-div.btn-div {
        width: 100%;
        min-width: 100%;
    }

    .form-label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .custom-form-outer-div .form-control,
    .custom-form-outer-div .form-select {
        padding: 10px 12px;
        font-size: 14px;
    }

    .btn-book-now {
        padding: 12px 20px;
        font-size: 14px;
    }

    .room-manager {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        width: 350px;
        max-height: 80vh;
        overflow-y: auto;
    }

    .adult-child-manager {
        flex-direction: column;
        gap: 10px;
    }

    .vertical-hr {
        width: 100%;
        height: 1px;
    }

    .controls {
        width: 100%;
        padding: 12px;
    }

    .controls .mm-span {
        font-size: 12px;
    }
}

/* Extra Small Mobile - Below 480px */
@media (max-width: 479px) {
    .booking-form-section {
        padding: 15px 0;
    }

    .form-label {
        font-size: 12px;
    }

    .custom-form-outer-div .form-control,
    .custom-form-outer-div .form-select {
        padding: 9px 10px;
        font-size: 13px;
    }

    .btn-book-now {
        padding: 10px 15px;
        font-size: 13px;
    }

    .room-manager {
        width: 95%;
        padding: 15px;
    }

    .controls .decrease,
    .controls .increase {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .controls .count {
        font-size: 16px;
    }

    .upper-room-header label {
        font-size: 14px;
    }

    .add-room {
        font-size: 13px;
        padding: 10px;
    }
}

/* Prevent horizontal scroll on small screens */
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.features-content-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Target any images in features */
.features-content-wrapper img {
    max-width: 100%;
    height: auto;
}

/* If features contain a grid/flex layout */
.features-content-wrapper>div,
.features-content-wrapper>table {
    max-width: 100%;
    overflow-x: auto;
}

/* Make feature icons responsive */
.features-content-wrapper [class*="col-"] {
    padding: 10px;
}

/* Responsive typography */
.features-content-wrapper h3,
.features-content-wrapper h4 {
    font-size: clamp(1rem, 2vw, 1.5rem);
}

.features-content-wrapper p {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
}

/* For icon-based layouts like in your screenshot */
.features-content-wrapper .feature-item,
.features-content-wrapper .amenity-item {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    margin: 10px;
    text-align: center;
}

/* Responsive grid for feature icons */
@media (max-width: 768px) {
    .features-content-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 15px;
    }

    .features-content-wrapper .feature-item,
    .features-content-wrapper .amenity-item {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .features-content-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 10px;
    }
}

/* copyright css  */

.footer-copyright {
    background-color: #0d0d0d;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(178, 145, 88, 0.2);
}

.copyright-text {
    color: white;
    font-size: clamp(0.8rem, 1.5vw, 0.9rem);
    line-height: 1.6;
}

.copyright-link {
    color: #b18c60;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.copyright-link:hover {
    color: #d4af6a;
    text-decoration: underline;
}

.separator {
    margin: 0 0.5rem;
    color: #666;
}