@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body {
    font-family: "Poppins", sans-serif;
    line-height: 1;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -webkit-word-break: keep-all;
    -moz-word-break: keep-all;
    word-wrap: break-word;
    outline: none;
}

*,
*:focus {
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.container-fluid {
    padding: 0 10%;
}

.logo {
    width: 225px;
}

.navBar li {
    padding-right: 5%;
}

.navBar li:last-child {
    padding-right: 0;
}

.navBar li a {
    text-decoration: none;
    color: #000;
    font-weight: 300;
    font-size: 1.1rem;
}

.navBar li a:hover {
    color: #a88662;
}

.navBar li.active a {
    color: #a88662;
}

.mobile-nav-icon {
    display: none;
}

.menuLinks {
    width: 50%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #858585;
    opacity: 1;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 4px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    padding: 0.5% 0;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.wrapper {
    padding-top: 82px;
}

.date_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 155px;
    height: 40px;
    text-align: center;
    background-color: #51241c;
    color: #ceaf8f;
    font-weight: bold;
    padding: 10px 0;
}

h2 {
    font-size: 2.45rem;
    color: #51241c;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -1px;
}

.more {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.3;
}

.overview-text {
    width: 40%;
}

.overview-image {
    width: 50%;
}

/*.morecontent span {
    display: none;
}*/

.morelink {
    display: inline-block;
}

.btn-primary {
    color: #fff;
    background-color: #51241c !important;
    box-shadow: none !important;
    border-color: #51241c !important;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 7px;
    padding-left: 25px;
    padding-right: 25px;
}

p {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.3;
}

.overviewContent2 .overview-text {
    width: 30%;
}

.overviewContent2 .overview-image {
    width: 60%;
}

.overview-image video {
    width: 100%;
}

.ammenitiesBigImg {
    padding-right: 1vw;
}

.ammeneties-2 {
    padding-bottom: 1vh;
}

.ammeneties-3 {
    padding-top: 1vh;
}

.interiorTabs {
    background-color: #e8e1d7;
}

.interiorTabs .nav-pills .nav-item {
    margin: 0 100px;
}

.interiorTabs .nav-pills .nav-link {
    background: transparent;
    text-transform: uppercase;
    color: #290a05;
    font-weight: 500;
    font-size: 1.8rem;
}

.interiorTabs .nav-pills .nav-link.active {
    color: #a88662;
}

.slick-dots {
    display: flex;
    justify-content: center;
    padding: 4.5vh 0;
}

.slick-dots li button {
    border: none;
    vertical-align: middle;
    background-color: #290a05;
    text-indent: -999px;
    padding: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 50%;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li.slick-active button {
    background-color: #ceaf8f;
}

.slideColumn {
    padding: 0 1.75vw;
}

.interiorTabs #exterior-block,
.interiorTabs #interior-block {
    padding: 0 1.75vw;
}

.planSlider .planColumn {
    padding: 0 1.75vw;
}

.planSlider {
    margin: 0 -1.75vw;
}

.locationIcons p {
    margin-bottom: 0;
}

.locationIcon {
    min-width: 6vw;
}

.locationIcons ul li {
    margin-bottom: 5vh;
}

.locationIcons ul li:last-child {
    margin-bottom: 0;
}

.locationDetails {
    padding-top: 7vh;
    padding-bottom: 3vh;
}

.mapSite {
    width: 65%;
    align-content: stretch;
}

.mapSite iframe {
    width: 100%;
    height: 100%;
}

.accordion-button {
    display: block;
    color: #51241c;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
}

.accordion-button::after {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    display: none;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #51241c;
    background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-0deg);
    display: block;
}

.accordion-button:focus {
    box-shadow: none;
}

.footer {
    background: #51241c;
}

.footerLinks {
    padding: 5vh 0 3vh 0;
}

.footerLinks ul li {
    padding: 0 2.5vw;
}

.footerLinks ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.socialLinks ul li a {
    display: flex;
    align-items: center;
    font-size: 22px;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    color: #51241c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.socialLinks {
    padding: 2.5vh 0;
}

.socialLinks ul li {
    padding: 0 0.75vw;
}

.copyRightTxt p {
    color: #fff;
    margin-bottom: 0;
    padding: 1.5vh 0 3.5vh 0;
}

.floatingBtn {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 99;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.floatingBtn a {
    text-decoration: none;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.15rem;
    padding: 30px 15px 30px 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.siteVisit a {
    background: #ceaf8f;
    color: #51241c;
}

.downloadBrochure {
    top: 55%;
}

.downloadBrochure a {
    color: #ceaf8f;
    background: #51241c;
}

iframe.fancybox-iframe {
    overflow: hidden;
}

.fancybox-content {
    padding: 25px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.form-layout *:focus {
    box-shadow: none !important;
}

.blockHeadingIndicator {
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    top: 3rem;
}

.blockHeadingIndicator h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 55px;
    font-size: 2.35rem;
    color: #a88662;
    padding-top: 10px;
}

#gallery .blockHeadingIndicator {
    top: 7rem;
}

.loader {
    background: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.dis-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dis-tablecell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.header .navigation .container-fluid {
    padding: 0 5%;
}

#amenities-2 .d-flex {
    flex-direction: row-reverse;
}

#amenities-2 .overviewContent .overview-text {
    width: 37%;
}

#amenities-2 .overviewContent .overview-image {
    width: 58%
}

.plan-tab-section .nav-pills .nav-item {
    margin: 0 90px;
}

.caption-text-box {
    background: #000;
    padding: 10px;
    max-width: 500px;
}

.caption-text-box .caption-text-body {
    max-height: 50vh;
    color: #fff;
    pointer-events: all;
    text-align: center;
}

.speci-section .more {
    padding-bottom: 13px;
}

.know-more-btn {
    color: #fff;
    background-color: #51241c;
    box-shadow: none;
    border-color: #51241c;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 7px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.speci-section a:hover {
    color: #fff;
}

.speci-section .overviewContent .overview-text {
    width: 43%;
}

.speci-section .overviewContent .overview-image {
    width: 49%
}

.header .menuLinks .whats-icon {
    font-size: 2.5rem;
}

.header .menuLinks .justify-content-end {
    align-items: center;
}

#plan .know-more-bt {
    text-align: center;
}

#plan .know-more-bt a:hover {
    color: #fff;
}

.header .menuLinks .book-btn a {
    font-size: 1.15rem;
    font-weight: 500;
    padding: 10px;
    display: inline-block;
    width: max-content;
}

#amenities-2 .cb-img-grp i img {
    width: 70px;
}

#amenities-2 .cb-img-grp i .more {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    display: block;
    font-style: normal;
    text-align: center;
    padding-top: 10px;
}

#amenities-2 .cb-img-grp i {
    display: inline-block;
    padding-left: 22px;
}

#amenities-2 .cb-img-grp i:first-child {
    padding-left: 0;
}

#gallery .slick-prev,
#gallery .slick-next {
    background: transparent;
    border: none;
    color: black;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20%;
    color: transparent;
    cursor: pointer;
    z-index: 9;
}

#gallery .slick-prev {
    transform: rotate(135deg);
    left: -60px;
}

#gallery .slick-next {
    transform: rotate(-45deg);
    right: -60px;
}

#plan .slick-prev,
#plan .slick-next {
    background: transparent;
    border: none;
    color: black;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 35%;
    color: transparent;
    cursor: pointer;
    z-index: 9;
}

#plan .slick-prev {
    transform: rotate(135deg);
    left: -40px;
}

#plan .slick-next {
    transform: rotate(-45deg);
    right: -40px;
}

.mainSlider .carousel-inner .carousel-item img {
    -webkit-animation: myMove 10s 1 ease-in-out;
    -moz-animation: myMove 10s 1 ease-in-out;
    -o-animation: myMove 10s 1 ease-in-out;
    -ms-animation: myMove 10s 1 ease-in-out;
    animation: myMove 10s 1 ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition: ease 8s all;
    -moz-transition: ease 8s all;
    transition: ease 8s all;
}

@keyframes myMove {
    from {
        transform: scale(1);
        transform-origin: 50% 50%;
    }
    to {
        transform: scale(1.1);
        transform-origin: 50% 0%;
    }
}

@-webkit-keyframes myMove {
    from {
        -webkit-transform: scale(1);
        -webkit-transform-origin: 50% 50%;
    }
    to {
        -webkit-transform: scale(1.1);
        -webkit-transform-origin: 50% 0%;
    }
}

@-o-keyframes myMove {
    from {
        -o-transform: scale(1);
        -o-transform-origin: 50% 50%;
    }
    to {
        -o-transform: scale(1.1);
        -o-transform-origin: 50% 0%;
    }
}

@-moz-keyframes myMove {
    from {
        -moz-transform: scale(1);
        -moz-transform-origin: 50% 50%;
    }
    to {
        -moz-transform: scale(1.1);
        -moz-transform-origin: 50% 0%;
    }
}

@-ms-keyframes myMove {
    from {
        -ms-transform: scale(1);
        -ms-transform-origin: 50% 50%;
    }
    to {
        -ms-transform: scale(1.1);
        -ms-transform-origin: 50% 0%;
    }
}

/*.mainSlider .carousel-inner .carousel-item img{animation: myMove 10s 1 ease-in-out;animation-fill-mode: forwards;transition: ease 8s all;}*/

.art-video {
    width: 560px;
    height: 315px;
}

/*Responsive*/

@media (min-width: 768px) {
    body,
    html {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    body,
    html {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    body,
    html {
        font-size: 16px;
    }
    .logo {
        width: 265px;
    }
    .wrapper {
        padding-top: 99px;
    }
}

@media (max-width: 1199px) {
    .container-fluid {
        padding: 0 15px;
    }
    .blockHeadingIndicator {
        display: none !important;
    }
    .logo {
        width: 175px;
    }
    .header {
        padding: 10px 0;
    }
    .wrapper {
        padding-top: 72px;
    }
    h2 {
        font-size: 2.5rem;
    }
    .more {
        font-size: 1.1rem;
    }
    .btn-primary {
        font-size: 1.25rem;
    }
    p {
        font-size: 1.1rem;
    }
    .interiorTabs .nav-pills .nav-link {
        font-size: 1.5rem;
    }
    .navBar li a {
        font-size: 1rem;
    }
}

@media (max-width: 980px) {
    .downloadBrochure {
        top: 45%;
    }
    .art-video {
        width: 415px;
        height: 250px;
    }
    .logo {
        width: 130px;
    }
}

@media (max-width: 768px) {
    .navBar li a {
        font-size: 1.1rem;
    }
    .overviewContent {
        flex-wrap: wrap;
    }
    .overview-image {
        order: 2;
        width: 100%;
        text-align: center;
    }
    .overview-text {
        order: 1;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .overviewContent2 .overview-image {
        width: 100%;
        order: 2 !important;
    }
    .overviewContent2 .overview-text {
        width: 100%;
        order: 1 !important;
    }
    .planSlider .slick-dots {
        padding-bottom: 0;
    }
    .locationIcon {
        min-width: 65px;
    }
    .accordion-button:not(.collapsed) {
        box-shadow: none !important;
    }
    #amenities-2 .overviewContent {
        flex-wrap: wrap;
    }
    #amenities-2 .overviewContent .overview-text {
        width: 100%;
    }
    #amenities-2 .overviewContent .overview-image {
        width: 100%;
    }
    .speci-section .overviewContent {
        flex-wrap: wrap;
    }
    .speci-section .overviewContent .overview-text {
        width: 100%;
    }
    .speci-section .overviewContent .overview-image {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .art-video {
        width: 335px;
        height: 250px;
    }
    .bottom-fixed-btn {
        display: flex;
        justify-content: space-around;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 0;
        background: #fff;
    }
    .bottom-fixed-btn .floatingBtn {
        padding-bottom: 0;
    }
    .bottom-fixed-btn .floatingBtn a {
        padding: 12px 20px;
        display: inline-block;
        border-radius: 6px;
        font-size: 1rem;
    }
    .wrapper {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .mobile-nav-icon {
        display: block;
    }
    .menu-icon {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 31px;
        height: 26px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    .menu-icon:focus {
        outline: none;
    }
    .menu-icon span {
        display: block;
        position: absolute;
        top: 13px;
        left: 0px;
        right: 0px;
        height: 3px;
        background: #000;
        z-index: 99;
    }
    .menu-icon span::before,
    .menu-icon span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #000;
        content: "";
    }
    .menu-icon span::before {
        top: -8px;
    }
    .menu-icon span::after {
        bottom: -8px;
    }
    .mobil-icon-toggle {
        background-color: transparent;
    }
    .mobil-icon-toggle span {
        -webkit-transition: background 0s 0.3s;
        transition: background 0s 0.3s;
    }
    .mobil-icon-toggle span::before,
    .mobil-icon-toggle span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition-delay: 0.3s, 0s;
    }
    .mobil-icon-toggle span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }
    .mobil-icon-toggle span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }
    .mobil-icon-toggle.active {
        background-color: transparent;
    }
    .mobil-icon-toggle.active span {
        background: none;
    }
    .mobil-icon-toggle.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mobil-icon-toggle.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mobil-icon-toggle.active span::before,
    .mobil-icon-toggle.active span::after {
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
        background: #ff7d1a !important;
    }
    .menuLinks {
        display: block;
        position: fixed;
        top: 72px;
        background: #fff;
        height: calc(100% - 72px);
        box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.5);
        overflow-y: auto;
        right: -100%;
        width: 300px;
        transition: all 0.4s ease-out;
    }
    .menuLinks.menubaropen {
        right: 0;
    }
    .menuLinks ul {
        display: block !important;
    }
    .menuLinks ul li {
        float: none;
        margin-right: 0;
    }
    .menuLinks ul li a {
        display: block;
        padding: 15px;
        border-bottom: #c9c9c9 solid 1px;
    }
    .navBar li {
        padding-right: 0%;
    }
    .menuOverlay {
        position: fixed;
        display: none;
        transition: all 0.4s ease-out;
        opacity: 0;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 90;
    }
    h2 {
        font-size: 1.75rem;
    }
    h1 {
        font-size: 1.75rem !important;
    }
    .more,
    p {
        font-size: 0.95rem;
    }
    .btn-primary {
        font-size: 1.1rem;
    }
    .interiorTabs .nav-pills .nav-item {
        margin: 0 auto;
    }
    .interiorTabs .nav-pills .nav-link {
        font-size: 1.25rem;
    }
    .locationDetails {
        flex-wrap: wrap;
    }
    .mapSite {
        width: 100%;
        height: 350px;
    }
    .locationIcons {
        width: 100%;
        padding-bottom: 35px;
    }
    .footerLinks ul {
        flex-wrap: wrap;
    }
    .footerLinks ul li {
        width: 50%;
        padding: 10px 0;
        text-align: center;
    }
    .socialLinks ul li {
        padding: 0 10px;
    }
    body,
    html {
        font-size: 13px;
    }
    .floatingBtn {
        position: static;
        transform: none;
        writing-mode: unset;
        text-align: center;
        padding-bottom: 25px;
    }
    .floatingBtn a {
        padding: 15px;
        display: inline-block;
        border-radius: 10px;
    }
    .art-video {
        width: 335px;
        height: 250px;
    }
    #location .locationContent .location-list .d-flex {
        display: inline-flex !important;
        width: 50%;
        margin-left: -4px;
    }
    #location .locationContent .location-list .d-flex:last-child {
        display: flex !important;
        width: 100%;
        justify-content: center;
    }
    .header .menuLinks .book-btn a {
        width: 100%;
        text-align: center;
        font-size: 1.15rem;
    }
    .navBar li a {
        font-size: 1rem;
    }
    .logo {
        width: 200px;
    }
    #gallery .slick-prev,
    #gallery .slick-next {
        display: none;
    }
    #plan .slick-prev,
    #plan .slick-next {
        display: none;
    }
}

/*New CSS */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.errRedText {
    color: red;
    font-size: 16px;
}

.pad15px {
    padding: 5px;
}

.inputstyle {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: 'Nexa';
    outline: none;
    padding: 10px 20px;
    border: 0px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e39431;
}

.status_img {
    margin-bottom: 20px;
}

.note p {
    font-size: 12px;
}

.fancybox-content {
    padding: 25px;
    height: unset !important;
}

.custom_input {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: 'Nexa';
    outline: none;
    padding: 5px 10px;
    border: 0px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e39431 !important;
}

.custom_p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 0 70px 16px 70px;
}

.custom_h {
    font-size: 24px;
    color: #e39431;
    font-weight: 600;
    font-family: 'Nexa';
    padding-bottom: 10px;
    padding-left: 35px;
    text-align: center;
}

.custom_s {
    background-color: #be1e2d;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Nexa';
    text-transform: uppercase;
    width: 85%;
    color: #fff;
    margin-top: 10px;
    outline: none;
    border: 0px;
}

h1 {
    font-size: 2.45rem;
    color: #51241c;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -1px;
}