@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body{
    font-family: "Montserrat", sans-serif;
}
a{
    text-decoration: none!important;
}
.text-right{
    text-align: right;
}
@font-face{font-display: swap;}


.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
}
.cl-main-foorter {
    text-align: center;
    margin-top: 2rem;
}
.cl-main-foorter .cl-certificate {
    background-color: #c19968;
    padding: 10px;
    border-radius: 5px;
}

.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: 133px;
    filter: brightness(10.5);
    padding-bottom: 5px;
}
.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 0px;
}
.site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 3px;
    font-size: 13px;
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4px;
}
.site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff;
}
.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 .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-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    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: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -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: #dee2e6;
}
.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: #000;
}
.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;
}
.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;
    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: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
    color: #fff;
}

section.hero-sec {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.hero-sec .carousel-inner .carousel-item img {
    height: 100vh;
    object-fit: cover;
}

.hero-sec video{
    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: 80%;
    bottom: auto !important;
}
.hero-sec .carousel-caption .hero-title-1{
    font-family: "Playfair Display", serif;
    font-size: 26px;
    text-shadow: 2px 2px 2px #000;
}
.hero-sec .carousel-caption .hero-title-2{
    font-family: "Playfair Display", serif;
    font-size: 45px;
    font-style: italic;
    text-shadow: 2px 2px 2px #000;
}

.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 20px;
}
.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;
}
.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; */
/*    top: 10px;*/

}
.enqiure-inner {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    padding: 18px 25px 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: -70px 0 50px 0;
    position: relative;
}
.custom-form-outer-div {
    width: 20% !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: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}
#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%;
}
.enqiure-inner .input-group-addon i {
    color: #00528a;
    font-size: 17px;
}
.enqiure-inner .form-select {
    background-color: transparent;
    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: #000;
    color: #fff;
    font-size: 16px;
    height: 40px;
    border-color: #000;
    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 .btn-primary:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    z-index: 1;
    bottom: -5px;
}

/* about section css starts */

.h-about-left .about-title {
    font-family: 'Playfair Display';
    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: #c19968;
    color: #000 !important;
    /* height: 40px; */
    padding: 8px 10px !important;
    border-radius: 5px;
    margin-left: 10px;
}
.is-sticky .nav-link.header-book-now{
/*     background-color: #fff!important;*/
     color: #000!important;
     font-weight: 500;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.header-book-now:hover{
    color: #000!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;
}




    .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:nth-child(even) .image-column {
    /* order: 2; */
}
.home-mid-sec .repeated-block:nth-child(even){
    background-color: #00528a;
}
.home-mid-sec .repeated-block:nth-child(even) .text-column {
    order: 2;
}
.home-mid-sec .repeated-block:nth-child(even) {
    background-color: #000;
    color: #fff;
}
.home-mid-sec .repeated-block:nth-child(even) .text-box-block .text-block-title{
    color: #fff;
}
.home-mid-sec .repeated-block:nth-child(even) .text-box-btns .explore-more-hero {
    background-color: #ffffff;
    color: #000;
    font-weight: 500;
}
.home-mid-sec .repeated-block:nth-child(even) .text-box-btns .book-now-hero {
    color: #ffffff;
    border: 1px solid #ffffff;
}


.home-mid-sec .text-box-block {
    padding: 0rem 1rem 0px 35px;
}
.cta-section-home {
    padding: 3rem;
    margin: 3rem 0;
    background-color: #000;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.cta-box-content .cta-heading {
    font-family: "Playfair Display", serif;
    margin-bottom: 1rem;
}
.text-box-block .text-block-title {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    margin-bottom: 1.4rem;
    color: #000;
}

.text-box-btns .explore-more-hero {
    background-color: #000;
    color: #fff;
}

.text-box-btns a {
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 0;
}
.text-box-btns .book-now-hero {
    background-color: transparent;
    color: #000;
    padding: 8px 20px;
    border: 1px solid #c19968;
    font-weight: 500;
}
.text-box-btns {
    margin-top: 2rem;
}

.modal {
        z-index: 99999;
}

/* booking engine css ends rj */


/* testimonials css starts here */


.testimonial5 .subtitle {
    line-height: 24px;
}

.testimonial5 .testi5 {
  position: relative;
}

.testimonial5 .testi5 .content {
    font-size: 17px;
    line-height: 30px;
    padding: 30px 20px;
    background-color: #f3f3f3;
    /* position: relative; */
    border-radius: 15px;
}

.testimonial5 .owl-item.center.active .content{
    border:2px solid #000;
}

.testimonial5 .owl-carousel .owl-item .client-name span {
    font-size: 40px;
    padding-top: 0.5rem;
    padding-right: 6px;
    color: #000;
    line-height: 20px;
    /* display: inline; */
}
.testimonial5 .testi5 .customer-thumb {
  margin-top: -30px;
  display: none;
}

.testimonial5 .testi5 .customer-thumb img {
    width: 60px;
    margin-bottom: 20px;
    border: 2px solid #000;
}

.testimonial5 .testi5 .owl-item.center .customer-thumb {
  display: none;
}

.testimonial5 .owl-carousel .owl-item img {
	margin-left: auto;
	margin-right: auto;
}
.testimonial5 .owl-carousel .owl-item .client-name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.testimonial5 .testimonial-title{
    font-family: "Playfair Display", serif;
    margin-bottom: 2rem;
    font-size: 40px;
}

.testimonial5 .owl-theme .owl-dots .owl-dot.active span,
.testimonial5 .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

/* testimonials css ends here */
.accomodation-sec {
    padding: 3rem 0;
}
.accomodation-sec .item .content img {
    height: 270px;
}
.accomodation-sec .banner-cta-buttons a {
    font-size: 15px;
    padding: 8px 9px;
}
.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: 2rem;
}
.offer-sec .owl-item .content{
    transition: 1s ease-in;
}
.offer-sec .owl-item.active.center .content{
    /* margin-top: 2rem; */
    /* transition: 1s ease-in; */
}
.offer-sec .item .content img {
    height: 24rem;
    object-fit: fill;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2px;
}
.accomodation-slider-home .item .content img {
    height: 250px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2px;
}
.text-formating .some-description-box p {
    font-size: 14px;
}
#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: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.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: 1rem;
}
.accomodation-slider-home .owl-nav button {
    margin: 0 10px;
}
.accomodation-slider-home .owl-nav button i {
    color: #000;
    font-size: 20px;
}


/* offers sec css ends */


/* ==========================================================================
   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: #000;
  }
  #footer a {
    color: #ffffff;
  }
  #footer a:hover {
    color: #ffffff;
  }
  #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 {
    border-right: 2px solid #fff;
    text-align: right;
    padding-right: 2rem;
}
.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;
    font-family: 'Playfair Display';
  }
  .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%);
  }
  
  .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;
      
  }
  
  .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;
  }
  /* ==========================================================================
     new footer css ends here rj
     ========================================================================== */

/*inner page css starts here*/
#rooms-page .rooms-slider .owl-nav{

    display: block;
}
#rooms-page .rooms-slider .owl-nav button{
    display: block!important;
    position: absolute;
    top: 50%;
}
#rooms-page .rooms-slider .owl-nav button.owl-prev{
    left: 20px;
}
#rooms-page .rooms-slider .owl-nav button.owl-next{
    right: 20px;
}
#rooms-page .rooms-slider .owl-nav button span{
        background-color: #000;
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
    line-height: 33px;
    font-size: 40px;
    color: #fff;
}

#rooms-page .card-body {
    width: 100%;
    max-width: 100%;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
  }
  
  #rooms-page .card-body p {
    max-height: 60px;
    overflow: hidden;
    position: relative;
  }
  
 #rooms-page .card-body p::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, #ffffff00);
  }
  
  #rooms-page .card-body .check {
    appearance: none;
    border: none;
    padding: 0em;
    border-radius: 0;
    cursor: pointer;
    margin-top: 0rem;
    font-weight: 600;
    color: #000;
  }
  
  #rooms-page .card-body .check::before {
    content: "Read more..";
  }
  
  #rooms-page .card-body .check:checked::before {
    content: "Read less";
  }
  
  #rooms-page .card-body p:has(+ .check:checked) {
    max-height: none;
  }

  #wedding-events-page .home-mid-sec .image-column .img-block {
    height: 100%;
    display: flex;
}
#wedding-events-page .home-mid-sec .text-box-block {
    padding: 1rem 1rem 20px 35px;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  
}

.card1 {
  display: block;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #00838d;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.card1:hover:before {
  transform: scale(21);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}



.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}



/*---------------------
  Contact
-----------------------*/

.contact-left {
    margin-top: 60px;
    margin-bottom: 30px;
}

.contact-left .contact-information {
    margin-bottom: 80px;
}

.contact-left .contact-information h2 {
    color: #081624;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 28px;
}

.contact-left .contact-information ul li {
    list-style: none;
    position: relative;
    margin-bottom: 26px;
}

.contact-left .contact-information ul li img {
    position: absolute;
    left: 0;
    top: 2px;
}

.contact-left .contact-information ul li span {
    color: #0e0e0e;
    display: inline-block;
    font-size: 14px;
  
    font-weight: 400;
    line-height: 18px;
    margin-left: 40px;
}

.contact-left .social-links h2 {
    color: #081624;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 46px;
}

.contact-left .social-links a {
    display: inline-block;
    height: 44px;
    width: 44px;
    border: 1px solid #ae9548;
    color: #ae9548;
    border-radius: 50%;
    line-height: 40px;
    font-size: 22px;
    margin-right: 7px;
    text-align: center;
}

.contact-form {
    border: 1px solid #ae9548;
    padding-left: 60px;
    padding-top: 55px;
    padding-right: 68px;
    padding-bottom: 47px;
}

.contact-form h5 {
    font-size: 36px;
    font-weight: 400;
    color: #081624;
    line-height: 50px;
    margin-bottom: 20px;
}

.contact-form form p {
    font-size: 14px;
    color: #242424;
    line-height: 42px;
    letter-spacing: 0.4px;
    margin: 0;
}

.contact-form form input {
    width: 100%;
    font-size: 14px;
   
    font-weight: 400;
    color: #242424;
    letter-spacing: 1.2px;
    opacity: 0.5;
    position: relative;
    line-height: 42px;
    border: none;
}
.contact-section .contact-form form input{
    border-bottom: 1px solid #7e7e7e;
}



.contact-form form input::-webkit-input-placeholder {
    text-transform: uppercase;
}

.contact-form form input::-moz-placeholder {
    text-transform: uppercase;
}

.contact-form form input:-ms-input-placeholder {
    text-transform: uppercase;
}

.contact-form form input::-ms-input-placeholder {
    text-transform: uppercase;
}

.contact-form form input::placeholder {
    text-transform: uppercase;
}

.contact-form form textarea {
    width: 100%;
    font-size: 14px;
  
    font-weight: 400;
    color: #242424;
    letter-spacing: 1.2px;
    opacity: 0.5;
    border: none;
    resize: none;
    height: 81px;
    line-height: 2;
}

.contact-form form textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}

.contact-form form textarea::-moz-placeholder {
    text-transform: uppercase;
}

.contact-form form textarea:-ms-input-placeholder {
    text-transform: uppercase;
}

.contact-form form textarea::-ms-input-placeholder {
    text-transform: uppercase;
}

.contact-form form textarea::placeholder {
    text-transform: uppercase;
}

.contact-form form button {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #000;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 6px 20px;
    border-radius: 4px;
}

.contact-form form button i {
    line-height: 16px;
    margin-top: 6px;
    position: absolute;
    right: -45px;
    bottom: 7px;
    font-size: 31px;
    color: #AE9548;
}

.contact-form form .input-group {
    position: relative;
    margin-bottom: 10px;
}

.contact-form form .input-group:after {
        position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    height: 0.9px;
    background: #00066;
    content: "";
}

.contact-form form .input-group.phone-num img {
    top: 10px;
}
.contact-form form input:focus, .contact-form form textarea:focus{
    box-shadow: none;
    border: none;
    outline: none;
}
.contact-form form .input-group img {
    position: absolute;
    right: 0;
    top: 15px;
}

.contact-form form .message {
    border-bottom: 1px solid #888888;
    margin-top: 27px;
    margin-bottom: 40px;
}

.contact-form form .message .textarea {
    position: relative;
}

.contact-form form .message .textarea:before {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: .8px;
    background: #000;
    content: "";
}

.contact-form form .message .textarea:after {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 100%;
    height: 0.6px;
    background: #888888;
    content: "";
}

.contact-form form .message .textarea img {
    position: absolute;
    right: 5px;
    top: 5px;
}

/*---------------------
  Map
-----------------------*/

.map {
    height: 560px;
}

.map iframe {
    width: 100%;
}



#about-page section.home-about {
    padding-bottom: 4rem;
}
.testimonial5 {
    box-shadow: rgb(193 153 104 / 18%) 0px -1px 0px;
}

.facilities .card-special {
    padding: 45px 35px;
    border: 0;
    border-radius: 0;
    transition: all .4s ease;
}
.facilities .card-special__icon {
    font-size: 24px;
    color: #cca772;
    margin-right: 13px;
}
.facilities .card-special__title {
    margin: 0;
    font-weight: 400;
    transition: all .4s ease;
}
.facilities .card-special .card-body {
    padding: 0;
}
.facilities .card-special .card-body p {
    margin-bottom: 0;
}
.faqs-content .accordion-header .accordion-button:focus{
    box-shadow: none;
}
.faqs-content .accordion-header .accordion-button.collapsed::after {
 background-image: url(../img/plus-sign.png) !important;
 transform: none!important;
     background-size: 15px;
}
.faqs-content .accordion-header .accordion-button::after {
     background-image: url(../img/minus-sign.png) !important;
      transform: none!important;
          background-size: 15px;
}

.faqs-content .accordion-header .accordion-button{
        background-color: #ffffff;
    color: #000;
        padding: 10px;
            font-weight: 600;
}
.faqs-content .accordion-header .accordion-button.collapsed{
    background-color: #000;
    color: #fff;
        padding: 10px;
        font-weight: 400;
}
.faqs-content .accordion-item .accordion-body{
    
    padding: 0 10px 10px 10px;
}
.faqs-content .accordion-item .accordion-body p a{
    color: #c19968;
    font-weight: 500;
}

.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.avif);
}
.inner-banner-area .contact-banner {
    position: absolute;
    top: 58%;
    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;
}
.inner-banner-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 2, 11, 0.7);
    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 15px 17px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0 0 10px 10px;
}

.text-box-btns-1 {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
.text-box-btns-1 .explore-more-hero-1 {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
}
.text-box-btns-1 .explore-more-hero-1:hover{
        background-color: #000;
    color: #fff;
    padding: 8px 20px;
    /* border: 1px solid #000; */
    font-weight: 500;
}

.text-box-btns-1 a {
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 0;
}
.text-box-btns-1 .book-now-hero-1 {
        background-color: #000;
    color: #fff;
    padding: 8px 20px;
    /* border: 1px solid #000; */
    font-weight: 500;
}
.text-box-btns-1 .book-now-hero-1:hover{
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
}


.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;
}
    

/*offers page css starts*/

.offer-page-section{
    padding: 3rem 0;
}
.offer-page-section .main-head .main-head-subtitle {
    color: #193646;
}
.offer-page-section .main-head img{
    filter: invert(1);
}
.offer-page-section .main-head{
    margin-bottom: 2rem;
}
.offer-page-section .main-head {
     display: block; 
    color: #fff;
    text-align: center;
}

.latest-news-wrapper{position: relative;}
.latest-news-inner{position: relative;}
.latest-news{position: relative;}
.latest-news figure{border: 15px 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 figure img{width: 100%;}
.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 10%;
     min-height: 250px;
}
.latest-news .caption .txt1{font-size: 20px; color: #333333;}
.latest-news .caption .txt1 a{
        color: #000;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.latest-news .caption .txt1 a:hover{color: #f8af00;}
.latest-news .caption .txt2{font-size: 14px;
    text-align: justify;
}

.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: #000;
    color: #fff;
}
.offer-cta-buttons .offer-book-now:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.offer-cta-buttons .offer-explore-more{
border: 1px solid #000;
}

#wedding-events-page .repeated-block .text-box-block p {
    font-size: 14px;
}


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

.offer-cta-buttons .offer-explore-more:hover{
border: none;
background-color: #000;
color: #fff;
}
.latest-news-wrapper{
    margin-bottom: 2rem;
}
#service-apartments-page .home-mid-sec .repeated-block {
    margin-bottom: 0rem;
}

#dining-page .repeated-block .text-box-block p {
    font-size: 14px;
}
#dining-page  .home-mid-sec .image-column .img-block {
    height: 100%;
    display: flex;
}
#dining-page .home-mid-sec .text-box-block {
    padding: 1rem 1rem 1rem 35px;
}

/*offers page css ends*/


/*our gallery css starts*/
.gallery-section-page .content{
    display: none;
}

.gallery-section-page{
    padding: 3rem 0;
}
.gallery-section-page #loadMore{
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    transition: 1s;
    background-color: #000;
    padding: 9px 15px;
    line-height: 1rem;
    border-radius: 10px;
}

#offer-contact-us .fixed-form.fixed{
    text-align: left!important;
}

.offer-sec .item .offer-name{
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}

.gallery-section-page #loadMore.noContent{
    display: none;
}

.our-gallery .events-gallery-section{
      columns: 4;
    column-gap: 1rem;
    margin-top: 2rem;
}
.gallery-section-page a{
        margin-bottom: 1rem;
    overflow: hidden;
    display: block;
}
.our-gallery a img {
     display: none;
}
.our-gallery .col-md-4 {
    display: none;
}
.gallery-section-page .img-wrap img {
    border-radius: 20px;
    padding: 2px;
    overflow: hidden;
    border: 1px solid #547f9a;
        height: 250px;
    object-fit: cover;
}

/*our gallery ends*/

.fixed-form p {
    margin-bottom: 7px !important;
    text-align: center;
    color: #000;
    /* border-top: 1px dotted; */
    padding-top: 4px;
    font-weight: 500;
}
.fixed-form.fixed {
    text-align: center;
    display: block;
    padding: 0 30px;
    padding-top: 1rem;
}
h5.modal-title {
    text-align: center;
    background-color: #000;
    border-radius: 0px;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    color: #fff;
}
.modal .modal-body {
    padding: 0;
    border-bottom: 0.3rem solid #000;
}
.fixed-form .formFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    opacity: 1;
    padding: 5px;
    border-radius: 0;
    font-size: 15px;
}
.fixed-form .form-control,
.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: 1px solid #000;
    font-size: 14px;
}
.fixed-form form .form .form-group{
    position: relative;
}
.fixed-form .formFooter button {
    text-align: center;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    transition: all 300ms ease-in-out;
    outline: none;
    margin-bottom: 1rem;
    width: 126px;
}


/*inner page css ends here*/


.offcanvas-menu .site-mobile-menu {
    z-index: 999999;
}
.amenities-listing{
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}
.amenities-listing li{
    font-size: 13px;
   float: left;
    width: 48%;
}


.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;
}
.rating-info-section {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.trip-logo {
    display: inline-block !important;
    width: 100px !important;
    margin-bottom: 1px;
}
.full-w {
    display: inline-block;
    width: 100%;
}
.rating-stars {
    display: inline-block;
    font-size: 12px;
    position: relative;
    width: 100%;
    line-height: 20px;
}
.rating-stars i {
    color: #dbc300;
    font-size: 11px;
}
.mobile-block{
    display: none;
}
.mobile-book-now{
        display: none;
    }
        .mobile-book-now {
        position: absolute;
/*        left: 0;*/
            right: 45px;
        text-align: center;
        margin: auto;
        width: 130px;
    }
    .mobile-book-now a{
        color: #fff;
            font-size: 14px;
    }

    @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;
    }
}

@media (max-width: 767px) {
    .ui-datepicker-multi-2 .ui-datepicker-group {
    width: calc(70% - 10px)!important;
}
.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: 88%;
}
        .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%;
        }
        .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: 100px;
    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: 100px;
    padding: 5px 0;
}
#rooms-page .text-box-btns {
    display: flex;
    justify-content: space-between;
}
.contact-left .social-links a img {
    width: 21px;
}


    }