* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img,
video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@font-face {
    font-family: "Bellamy";
    src: url(../fonts/Bellamy\ Stevenson.otf);
}

@font-face {
    font-family: "Cinzel-Regular";
    src: url(../fonts/Cinzel-Regular.ttf);
}

@font-face {
    font-family: "Lora-VariableFont_wght";
    src: url(../fonts/Lora-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Outfit-Regular";
    src: url(../fonts/Outfit-Regular.ttf);
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
}

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

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

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

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

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

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

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

/* body::-webkit-scrollbar {
    width: 0.5em;
    background-color: #fff;
    border-left: none;
}

body::-webkit-scrollbar-thumb {
    background-color: #966650;
    outline: 1px solid #966650;
    border-radius: 15px;
} */

body {
    background-color: #fff;
    color: #000;
    font-family: "Montserrat-Medium";
    font-weight: 400;
}

/* Preloader */

/* Preloader end */

.fix_head {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
    width: 100%;
}

.navbar-brand img {
    width: 140px;
}

.navbar-nav .nav-item a {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    color: #fff !important;
    letter-spacing: 0.025rem;
    font-family: 'Amiri-Regular';
}

.navbar-nav .nav-item {
    text-align: center;
}

.navbar-toggler{
	position: absolute;
    right: 0;
    top: 18px;
    z-index: 9999;
}

.sticky .navbar {
    background-color: #912950;
    box-shadow: 2px 2px 5px #414141;
    transition: 0.3s ease-in-out;
}

.sticky .navbar .nav-item a {
    color: #fff !important;
}

.contact_btn {
    padding: 0.375rem 0.75rem;
    border: 1px solid #fff;
    cursor: pointer;
}

.contact_btn a {
    font-family: "Montserrat-Medium";
    font-weight: 600;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.sticky .navbar .contact_btn {
    border-color: #fff;
}

.sticky .navbar .contact_btn a {
    color: #FFF !important;
}

/*****************  *******************************/
.section__banner {
    width: 100%;
    position: relative;
}


.section__overview {
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-image: url(../images/over-bg.webp);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}

.over_title h3 {
    font-family: "Bellamy";
    font-size: 1.875rem;
    color: #912950;
    line-height: 2.9rem;
    letter-spacing: 0.075rem;
    font-family: "Cinzel-Regular";
}

.over_title h2 {
    font-family: 'Cinzel-Bold';
    font-size: 2.6rem;
    line-height: 3.1rem;
    letter-spacing: 0.09375rem;
    color: #912950;
    /* background: linear-gradient(90deg, #333 0%, #912950 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-weight: bold;
}

.over_title h2 span {
    color: #333;
    /* background: var(--Linear, linear-gradient(90deg, #333 -23.39%, #912950 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.over_para {
    margin-left: 10%;
    position: relative;
}

.over_para p {
    font-family: "Montserrat-Medium";
    font-size: 1rem;
    color: #333;
    line-height: 1.75rem;
    letter-spacing: 0.025rem;
    width: 83%;
    font-family: 'Amiri-Regular';
}

.explore_btn {
    width: fit-content;
    padding: 1rem 3.745rem;
    border: 1px solid #912950;
    text-align: center;
    background: transparent;
    cursor: pointer;
    font-family: 'Amiri-Regular' !important;
}

.explore_btn span {
    font-family: "Montserrat-Medium";
    font-weight: 600;
    font-size: 1rem;
    color: #912950;
    line-height: 0.875rem;
    font-family: 'Amiri-Regular';
}

.over_img {
    margin-top: 15%;
    text-align: center;
}

.over_img1 {
    margin-top: 50%;
}

.over_img img,
.over_img1 img {
    width: 80%;
}

/* .over_para::after{
    content: '';
    width: 50px;
    height: 100px;
    position: absolute;
    left: -7%;
    bottom: -2%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/down-arrow.webp') ;
    background-position: center;
} */

.down-arrow-img {
    position: absolute;
    bottom: -6%;
    left: -14%;
}

.down-arrow-img img {
    width: 80px;
    height: 106px;
    object-fit: contain;
}

.down-arrow-img {
    /* background-size: 160px; */
    /* background-repeat: no-repeat; */
    /* background-image: url('../images/arrow-background.webp'); */
    /* background-position: center; */
    /* background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(208, 143, 113, 0.30) 0%, rgba(255, 255, 255, 0.00) 70%); */
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(145, 41, 80, 0.20) 0%, rgba(145, 41, 80, 0.00) 70%);
}

.section__overview {
    background-repeat: no-repeat;
    background-image: url('../images/over-bg.webp');
    background-position: 98% -65%;
    background-size: 610px;
}


/************************************ Highlights *****************************/

.highlights {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/highlights.webp');
    /* background-position: center; */
    height: 210px;
    margin: 50px 0;
}

.highlights h4 {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.01875rem;
    padding-top: 1%;
    margin-bottom: 0px;
    font-family: "Bellamy";
    font-family: "Cinzel-Regular";
}

.highlights h2 {
    color: #FFF;
    font-family: 'Cinzel-Bold';
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 0.4%;
    text-transform: uppercase;
    font-weight: 700;
}

.highlights-item .highlights-img img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}

.highlights-item .highlights-img {
    background: #EAEAEB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 7.41269rem;
    height: 7.57075rem;
    outline: 1rem solid #fff;
    margin-bottom: 2rem;
}

.highlights-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.highlights-item .highlights-content p {
    color: #912950;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3rem;
    letter-spacing: 0.025rem;
    font-family: "Amiri-Regular";
    font-weight: normal;
}

.position-top {
    position: relative;
    top: 21px;
}

.highlights {
    position: relative;
    z-index: 3;
}

.highlights .highlights-leaf {
    width: 21.0625rem;
    height: 9.4375rem;
    position: absolute;
    top: -71%;
    right: 28%;
}

.highlights-inner {
    /* background-color: #00000087; */
    width: 100%;
    height: 100%;
    padding-top: 3.5rem;
}


/**************************** Configuration *******************************/

.configuration {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/configuration-background.webp');
    height: 130vh;
    background-position: bottom;
    margin-top: 160px;
}

.configuration h4 {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-family: "Cinzel-Regular";
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.71875rem;
    padding-top: 1%;
    margin-bottom: 1rem;
    font-family: 'Cinzel-Bold';
}

.configuration h5 {
    color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 1.8rem;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'Amiri-Regular';
}

.configuration h3 {
    color: #FFF;
    font-family: "Montserrat-Medium";
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 3.125rem */
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-family: 'Amiri-Regular';
}

.position-top-conf {
    position: relative;
    top: 9%;
}

.configuration-button {
    background: transparent;
    color: #fff;
    /* box-shadow: unset; */
    border: 1px solid #fff;
    padding: 0.8rem 2rem;
    font-family: "Montserrat-Medium";
    font-family: 'Amiri-Regular';
    font-weight: bold;
}

.configuration .swiper-button-next::after,
.configuration .swiper-button-prev::after {
    content: "" !important;
}

.configuration .swiper-button-prev {
    background-image: url('../images/left-arrow-conf.svg');
    background-repeat: no-repeat;
    background-size: contain;

}

.configuration .swiper-button-next {
    background-image: url('../images/right-arrow-conf.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.configuration .swiper-button-next,
.configuration .swiper-button-prev {
    width: 2.125rem !important;
    height: 1.5rem !important;
}

.configuration .swiper {
    padding-top: 50px !important;
}

.configuration .swiper-button-prev {
    top: 11% !important;
    left: 86% !important;
}

.configuration .swiper-button-next {
    top: 11% !important;

}

.configuration {
    position: relative;
}

.configuration img {
    width: 100%;
    object-fit: cover;
}

.configuration .conf-left-image {
    width: 12.71713rem;
    height: 10.74275rem;
    position: absolute;
    top: -22%;
    left: 0%;
}


/**************************** Amenities **********************************/

.amenities {
    padding: 50px 0;

}

.amenities h2 {
    color: #000;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Lora-Regular';
    margin-left: 8rem;
    margin-bottom: 2.1rem;
    color: #912950;
    font-family: 'Cinzel-Bold';
}

.amenities h2 span {
    font-family: "Bellamy";
    color: #912950;
    font-size: 1.875rem;
    font-family: "Cinzel-Regular";
}

.amenities-item .amenities-img img {
    width: 4.9265rem;
    height: 5rem;
    object-fit: contain;
}

.amenities-item .amenities-img {
    margin-bottom: 1rem;
}


.amenities-item .amenities-content p {
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Amiri-Regular';
}

.amenities-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.amenities .margin-new-bottom {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(150, 102, 80, 0.00) 0%, #966650 51.5%, rgba(150, 102, 80, 0.00) 100%);
    background: linear-gradient(90deg, rgba(145, 41, 80, 0.00) 0%, #912950 51.5%, rgba(145, 41, 80, 0.00) 100%);
}

/**************************** Gallery **********************************/


.gallery {
    padding: 50px 0px;
}

.gallery h2 {
    color: #912950;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Bellamy";
    /* margin-left: 8rem; */
    margin-bottom: 2.1rem;
    text-align: center;
    font-family: "Cinzel-Regular";
    font-size: 1.875rem;
}


.gallery h2 span {
    font-family: 'Cinzel-Bold';
    color: #912950;
    font-size: 2.6rem;
    text-transform: uppercase;
}

.gallery h1 {
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #DADADA;
    font-family: "Adamina-Regular";
    font-size: 12.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.195rem;
    /* 20.448% */
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #DADADA;
}

.venue-heading {
    display: flex;
    width: 100%;
    height: 16rem;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
}

.gallerySwiperTop img,
.gallerySwiperBottom img {
    height: 19.875rem;
    object-fit: cover;
}

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

.gallery-image-container .eye-image {
    position: absolute;
    top: 48%;
    left: 48%;
    cursor: pointer;
}

.gallery-image-container .eye-image img {

    width: 1.75rem;
    height: 1.75rem;
}

.nav-tabs {
    border-bottom: 1px solid #F0D7E0;
    width: fit-content;
    margin: 0 auto;
}

.nav-tabs .nav-link {
    font-family: "Amiri-Regular";
    font-size: 1.5rem;
    color: #636363;
    text-align: center;
    line-height: 30px;
    padding: 0.5rem 3rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #912950;
    border-bottom: 3px solid #912950;
    border-color: transparent;
    border-bottom-color: #912950;
    font-weight: 700;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom-color: #912950;
}

/**************************** About Us **********************************/

.aboutus {
    padding: 50px 0px;
}

.aboutus h2 {
    color: #912950;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Cinzel-Regular";
    /* margin-left: 8rem; */
    margin-bottom: 2.1rem;
    text-align: center;
}

.aboutus h2 span {
    font-family: 'Cinzel-Bold';
    color: #912950;
    font-size: 2.6rem;
}

.aboutus p {
    font-family: "Outfit-Regular";
    color: #6B6B6B;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    /* 180% */
    letter-spacing: 0.025rem;
    font-family: 'Amiri-Regular';
}

.about-background {
    position: relative;
}

.about-background::after {
    position: absolute;
    content: '';
    background-image: url('../images/about-us-gradient.webp');
    background-size: cover;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
}


/*********************** Floor Plan *********************************/

.floor-plan {
    padding: 50px 0;
    /* background: linear-gradient(90deg, #FFF2EB 0%, #fffbf800 100%); */
}

.floor-plan h2 {
    color: #000;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    /* padding-left: 8rem; */
    margin-bottom: 2.1rem;
    color: #912950;
    font-family: 'Cinzel-Bold';
}

.floor-plan h2 span {
    font-family: "Bellamy";
    color: #F9A980;
    font-size: 4rem;
    display: block;
    /* filter: opacity(0.4); */
}

.floor-heading-arrow {
    position: relative;
    width: 80%;
    /* background: linear-gradient(90deg, #fff2eb00 0%, #FFFBF8 100%); */
}

.floor-heading-arrow .floor-arrow {
    position: absolute;
    top: 65%;
    right: 13%;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgb(208 143 113 / 19%) 0%, rgb(255 255 255 / 26%) 70%);
    /* filter: blur(5px); */
}

.floor-heading-arrow .floor-arrow img {
    width: 71.8px;
    height: 23px;
    object-fit: contain;
}

.download-brochure {
    width: fit-content;
    padding: 0.8rem 0.745rem;
    border: 1px solid #333;
    text-align: center;
    background-color: transparent;
    position: relative;
    z-index: 9;
    font-family: 'Amiri-Regular';
    font-weight: bold;
}

.floor-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floor-background-brown {
    /* background: linear-gradient(90deg, #fff2eb70 0%, #fffbf800 100%); */
}

.floorSwiper {
    padding-top: 21.9% !important;
    margin-top: -17%;
}

.floorSwiper .swiper-slide-next {
    transform: translateY(-15%) !important;
    transition: all 1s;
}

.floorSwiper .swiper-slide-active {
    transition: all 1s;
    transform: translateY(0%) !important;
}

.floorSwiper .swiper-button-next::after,
.floorSwiper .swiper-button-prev::after {
    content: "" !important;
}

.floorSwiper .swiper-button-prev {
    background-image: url('../images/floor-left.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.floorSwiper .swiper-button-next {
    background-image: url('../images/floor-right.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.floorSwiper .swiper-button-next,
.floorSwiper .swiper-button-prev {
    width: 3.3125rem !important;
    height: 3.3125rem !important;
}

.floorSwiper .swiper-button-next {
    top: 19% !important;
}

.floorSwiper .swiper-button-prev {
    top: 19% !important;
    left: 86% !important;
}

.floorSwiper .swiper-slide img {
    width: 100%;
    height: 350px;
}

.floorSwiper .floor-image {
    background-image: url('../images/floor-background.webp');
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 100% 100%; */
}

.floorSwiper .floor-image img {
    padding-right: 2.2%;
    padding-bottom: 2.2%;
}

.floorSwiper .floor-gradient {
    position: relative;
}

/* .floorSwiper .floor-gradient::before {
    position: absolute;
    content: '';
    background-image: url('../images/floor-image-gradient.webp');
    background-size: cover;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
} */

/**************************** Contact Us **********************************/


.contactus form {
    color: #000;
}

.contactus .submit-btn {
    width: 100%;
    background: transparent;
    height: 3.125rem;
    border: 1px solid #912950;
    font-family: "Outfit-Regular";
    font-weight: 600;
    color: #912950;
    font-family: 'Amiri-Regular';
}

.contactus h4 {
    color: #912950;
    font-size: 1.875rem;
    font-family: 'Cinzel-Bold';
}

.contactus .form-label {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Amiri-Regular';
}

.contactus .form-control {
    font-size: 0.9375rem;
    background-color: #fff !important;
    border: 1px solid #80808026 !important;
    padding: 0.7rem 0.8rem;
    font-family: 'Amiri-Regular';
}

.contactus .input-group-text {
    background-color: #fff;
    border: 1px solid #80808026;
    border-radius: unset;
    font-family: 'Amiri-Regular';
    color: #333;
}

.contactus .form_wrap {
    border: 1px solid #DFDFDF;
    background: #FBFBFB;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
}

.form-control:focus,
.form-select:focus {
    box-shadow: unset !important;
    border: unset !important;
}

.form-select {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0rem !important;
    background-image: url('../images/form-select-arrow.svg');
    background-size: 10px 10px !important;
}


.contactus .mobile {
    border-left: unset !important;
}

.contactus .form-select {
    font-family: 'Raleway-Medium';
    font-size: 0.9375rem;
    background-color: #fff !important;
    border: 1px solid #80808026 !important;
    padding: 0.7rem 0.8rem;
}


/*********************** Connectivity *********************************/

html {
    overflow-x: hidden;
}


.connectivity h2 {
    color: #000;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Lora-Regular';
    font-family: "Bellamy";
    color: #912950;
    font-family: "Cinzel-Regular";
}

.connectivity h2 span {
    color: #D08F71;
    font-size: 2.6rem;
    color: #912950;
    font-family: 'Cinzel-Bold';
}


.connectivity .connectivity-heading {
    display: flex;
    justify-content: start;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.connectivity .conn-leaf {
    width: 150px;
}


.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%);
}

.accordion-button:not(.collapsed) {
    box-shadow: unset !important;
}

.accordion-button {
    border-bottom: 1.9px solid #000;
}

.accordion-item {
    background-color: #fff;
    border: unset !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.accordion .accordion-body ul img {
    width: 20px;
    display: inline-block;
    margin-right: 1rem;
}

.accordion .accordion-body ul span {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Amiri-Regular';
}

.accordion-body {
    padding-left: 3px !important;
}

.accordion-button {
    padding-left: 0px;
}

.accordion-button h6 {
    margin-bottom: 0px;
    font-weight: 700;
    font-family: 'Amiri-Regular' !important;
    font-size: 1.25rem;
}

.accordion .accordion-body ul {
    list-style-type: none;
}

.accordion {
    margin-right: 20%;
}

.connectivity-button button {
    height: 3.5rem;
    padding: 0rem 3.37rem 0rem 3.25rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #912950;
    text-align: center;
    font-family: "Montserrat-Medium";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.875rem;
    border: 1px solid #912950;
    background-color: #fff;
    font-family: 'Amiri-Regular';
}

.connectivity {
    background-image: url('../images/connectivity.webp');
    background-repeat: no-repeat;
    background-size: 68.5625rem 47.9375rem;
    background-position: 10% 0%;
}

.accordion-item,
.accordion-button {
    background-color: transparent !important;
}



/************************* Footer ***************************/

.footer_logo img {
    width: 90%;
}

/*********************Modal *******************************/
/* 
.modal-content {
    background: transparent;
    border: none;
}

.modal-body {
    background: #3e3e3e;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.modal-body h2 {
    font-family: "Corporate";
    font-size: 25px;
    color: #B88C43;
}

.modal-body p {
    font-size: 16px;
    color: #fff;
}

.modal-body .sub_btn {
    font-family: "Cormorant-Regular";
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background-color: transparent !important;
    border-radius: 15px;
    border: 1px solid #BB9D56;
    width: fit-content;
    padding: 10px 20px;
}

.modal-body .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    filter: invert(1);
}

.modal-body .input-group-addon i {
    margin-top: 5px;
} */


.btn-close {
    width: 2em;
    height: 1em;
    position: absolute;
    right: 0px;
    background-image: url('../images/close.webp');
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    opacity: unset !important;
}

.modal h2 {
    color: #fff;
    font-family: "Cinzel-Regular";
}

.modal .submit-btn {
    width: 100%;
    background: transparent;
    height: 3.125rem;
    border: 1px solid #fff;
    font-family: "Outfit-Regular";
    font-weight: 600;
    color: #fff;
}

.modal h4 {
    font-family: 'CrimsonText-Regular';
    font-size: 1.875rem;
}

.modal .form-label {
    font-family: 'Raleway-Medium';
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}

.modal .form-control {
    font-family: 'Raleway-Medium';
    font-size: 0.9375rem;
    background-color: #fff !important;
    border: 1px solid #80808026 !important;
    padding: 0.7rem 0.8rem;
}

.modal .input-group-text {
    background-color: #fff;
    border: 1px solid #80808026;
    border-radius: unset;
}

.modal .form_wrap {
    /* border: 1px solid #DFDFDF;
    background: #FBFBFB; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
}

.form-control:focus,
.form-select:focus {
    box-shadow: unset !important;
    border: unset !important;
}

.form-select {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0rem !important;
    background-image: url('../images/form-select-arrow.svg');
    background-size: 10px 10px !important;
}


.modal .mobile {
    border-left: unset !important;
}

.modal .form-select {
    font-family: 'Raleway-Medium';
    font-size: 0.9375rem;
    background-color: #fff !important;
    border: 1px solid #80808026 !important;
    padding: 0.7rem 0.8rem;
}


.modal .modal-body {
    background: #912950;
}


.error {
    color: red;
    width: 100%;
}

/**************Thank You  **************************/

.thank__sec {
    width: 100%;
    position: relative;
    background: url(../images/bg.webp) center no-repeat;
    background-size: cover
}

.thank_wrap {
    /* background-color: #3e3e3e17; */
    backdrop-filter: blur(10px);
    padding: 20px;
    margin: 10% 0;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    /* border: 1px solid #dadada; */
    font-family: "Cinzel-Regular";
}

.check_sign {
    background: #912950;
    padding: 20px;
    height: 100px;
    width: 100px;
    border: 3px solid #912950;
    border-radius: 50%;
    margin: 0 auto;
}

.check_sign i {
    font-size: 55px;
    color: #fff;
}

.section-title h2 {
    font-family: "Corporate";
    font-size: 25px;
    font-family: 'Cinzel-Bold';
    color: #071B1E;
}

.section-title h2 span {
    color: #912950;
}

.oops-greet,
.oops-subtitle {
    font-family: "Corporate";
    font-weight: 400;
    font-size: 22px;
    color: #071B1E;
    font-family: "Cinzel-Regular";
}

.go_txt {
    font-family: "Corporate";
    font-weight: 400;
    font-size: 15px;
    color: #071B1E;
    background-color: transparent !important;
    /* border-radius: 15px; */
    border: 1px solid #912950;
    width: fit-content;
    padding: 10px 20px;
    margin: 15px auto 0;
    font-family: "Montserrat-Medium";
    font-family: 'Amiri-Regular';
}

/*******  ***********/


.btn_dwnld {
    position: fixed;
    bottom: 5px;
    right: 15px;
    width: fit-content;
    padding: 10px 20px;
    background-color: #3e3e3e;
    color: #fff;
    font-family: "Corporate";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border: none;
    z-index: 1;
}

.btn_enq {
    position: fixed;
    bottom: 5px;
    left: 15px;
    width: fit-content;
    padding: 10px 20px;
    background-color: #966650;
    color: #fff;
    font-family: "Corporate";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border-color: #966650;
    z-index: 1;
}

.whats_div {
    position: fixed;
    right: 0;
    top: 50%;
    background-color: #B88C43;
    width: fit-content;
    padding: 10px;
    text-align: center;
    z-index: 1;
}

.whats_div img {
    width: 85%;
    position: relative;
    top: -2px;
}

.phone_div {
    position: fixed;
    right: 0;
    top: 57%;
    background-color: #B88C43;
    width: fit-content;
    padding: 10px;
    text-align: center;
    z-index: 1;
}

.phone_div img {
    width: 85%;
    position: relative;
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

footer {
    background: linear-gradient(106deg, #BD2D63 23.28%, #912950 100%);
    /* font-family: 'Raleway-Medium'; */
    padding-left: 5rem;
    padding-right: 5rem;
}

html,
body {
    overflow-x: hidden;
}

.banner-icons {
    position: absolute;
    right: 0%;
    bottom: 11%;
}

.banner-icons img {
    width: 1.5625rem;
    height: 1.5625rem;
    object-fit: contain;
}

.banner-icons .banner-whatsapp {
    display: flex;
    width: 3.6875rem;
    height: 3.6875rem;
    padding: 0.64131rem;
    justify-content: center;
    align-items: center;
    background: #D08F71;
}

.banner-icons .banner-phone {
    display: flex;
    color: #fff;
    padding: 0.64131rem;
    justify-content: space-evenly;
    align-items: center;
    background: #D08F71;
    font-size: 0.9rem;
    font-family: 'Amiri-Regular';
}

.banner-icons .banner-phone img {
    width: 0.95344rem;
    height: 0.9375rem;
    margin-right: .3rem;
}

.banner-icons .banner-chat {
    display: flex;
    width: 9.0625rem;
    height: 3.6875rem;
    padding: 0.64131rem;
    justify-content: space-between;
    align-items: center;
    background: #D08F71;
    color: #fff;
    line-height: 1rem;
    font-size: 13px;
}

.banner-icons {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: end;
}

.nav-telephone a {
    color: #fff;
    text-decoration: none;
    font-family: 'Amiri-Regular';
    font-weight: 700;
    line-height: 0.875rem;
    font-size: 1rem
}

.nav-telephone {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.nav-telephone .nav-telephone-img img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .5rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/hamburger.svg');
}

.nav-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-brochure {
    display: flex;
    width: fit-content;
    height: 3.075rem;
    padding: 0.5rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    background: #912950;
    cursor: pointer;
    position: fixed;
    z-index: 999;
    right: 1.1%;
    bottom: 2%;
}

.banner-brochure .banner-brochure-text p {
    color: #FFF;
    text-align: center;
    font-family: 'Amiri-Regular';
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.over_title h2 span {
    color: #912950;
}

.connectivity-inner {
    margin-left: 16%;
}

.amenitie-img img {
    height: 530px;
    margin-top: 26%;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}

.floor-plan-image img {
    /* border: 10px solid #912950; */
    filter: blur(5px);
    height: 400px;
}

.floor-plan-image-container {
    position: relative;
}

.floor-overlay-text h5 {
    color: #912950;
    text-align: center;
    font-family: 'Cinzel-Bold';
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.floor-plan-image-container .floor-overlay-text {
    position: absolute;
    top: 41%;
    left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.floor-plan-image-container .floor-overlay-text button {
    border: 1px solid #912950;
    color: #912950;
    text-align: center;
    font-family: 'Amiri-Regular';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    width: 20.625rem;
    background-color: transparent;
    height: 3.125rem;
}

.floor-plan-image-container .floor-plan-image {
    border: 10px solid #912950;
}

#amenities button {
    height: 3.5rem;
    padding: 0rem 3.37rem 0rem 3.25rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #912950;
    text-align: center;
    font-family: "Montserrat-Medium";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.875rem;
    border: 1px solid #912950;
    background-color: #fff;
    font-family: 'Amiri-Regular';
}



footer .dis-heading {
    color: #FFF;
    text-align: center;
    font-family: 'Amiri-Regular';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
    /* 150% */
    text-transform: uppercase;
}

footer p {
    color: #FFF;
    text-align: center;
    font-family: 'Amiri-Regular';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    /* 162.5% */
}

footer .footer-telephone img{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

footer .footer-telephone{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-telephone a{
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-family: 'Amiri-Regular';

}

.accordion .accordion-body ul li {
    display: flex;
    justify-content: start;
    align-items: start;
}

.section__banner .carousel-item{
    margin-top: 80px;
}

.floor-plan{
    background-image: url('../images/conf-back.webp');
    background-repeat: no-repeat;
    background-size: 280px;
    background-position: 0% 50%;
}

/*  */