* {
    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;
}

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

.sticky .navbar .nav-item a {
    color: #0039a6 !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: #0039a6;
    line-height: 2.9rem;
    letter-spacing: 0.075rem;
    font-family: "Cinzel-Regular";
}

.over_title h2 {
    font-family: 'Cinzel-Bold';
    font-size: 2.2rem;
    line-height: 3.1rem;
    letter-spacing: 0.09375rem;
    color: #0039a6;
    /* background: linear-gradient(90deg, #333 0%, #0039a6 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%, #0039a6 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 #0039a6;
    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: #0039a6;
    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: #0039a6;
    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; */
    background-color: #0039a6;
    width: 100%;
    height: 100%;
    padding-top: 3.5rem;
}


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

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

.configuration::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust this value to control the darkness */
    z-index: 1; /* Ensure overlay stays above the background */
}


.configuration-content, .conf-text {
    position: relative;
    z-index: 2; /* Ensure content stays above the overlay */
    color: #fff !important; /* Keep text in its original color */
}

.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: 48%;
}

@media screen and (max-width:767px){
    .position-top-conf {
        position: relative;
        top: 0% !important;
    }
}

.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;
    position: relative;
    z-index: 2;
}

.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%;
    height: 150px;
    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.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Lora-Regular';
    margin-left: 8rem;
    margin-bottom: 2.1rem;
    color: #0039a6;
    font-family: 'Cinzel-Bold';
}

.amenities h2 span {
    font-family: "Bellamy";
    color: #0039a6;
    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';
    line-height: 24px;
    width:200px;
}

.amenities-item {
    display: flex !important;
    align-items: center !important;
    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%, #0039a6 51.5%, rgba(145, 41, 80, 0.00) 100%);
}

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


.gallery {
    padding: 50px 0px;
}

.gallery h2 {
    color: #0039a6;
    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: #0039a6;
    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: #0039a6;
    border-bottom: 3px solid #0039a6;
    border-color: transparent;
    border-bottom-color: #0039a6;
    font-weight: 700;
}

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

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

.aboutus {
    padding: 50px 0px;
}

.aboutus h2 {
    color: #0039a6;
    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: #0039a6;
    font-size: 2.2rem;
}

.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.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    /* padding-left: 8rem; */
    margin-bottom: 2.1rem;
    color: #0039a6;
    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 #0039a6;
    font-family: "Outfit-Regular";
    font-weight: 600;
    color: #0039a6;
    font-family: 'Amiri-Regular';
}

.contactus h4 {
    color: #0039a6;
    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: #0039a6;
    font-family: "Cinzel-Regular";
}

.connectivity h2 span {
    color: #D08F71;
    font-size: 2.2rem;
    color: #0039a6;
    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: #0039a6;
    text-align: center;
    font-family: "Montserrat-Medium";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.875rem;
    border: 1px solid #0039a6;
    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 ***************************/


/*********************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: 3px;
    background-image: url('../images/close.png');
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); */
    opacity: unset !important;
}

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

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

.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: #0039a6;
}

.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: #fff;
}


.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: #0039a6;
    padding: 20px;
    height: 100px;
    width: 100px;
    border: 3px solid #0039a6;
    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: #0039a6;
}

.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 #0039a6;
    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, #3457D5 23.28%, #0039a6 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/burger-bar.png');

    width: 20px !important;
}

.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: #0039a6;
    cursor: pointer;
    z-index: 999;
    position: fixed; /* Ensure it sticks to the screen */
    right: -69px; /* Stick to the right side */
    top: 50%; /* Adjust the position vertically */
    transform: rotate(-90deg);
}






    .enquire-brochure{
        display: none !important;
    }


.enquire-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: #0039a6;
    cursor: pointer;
    position: fixed;
    z-index: 999;
    left: 1.1%;
    bottom: 2%;
}

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

.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: #0039a6;
}

.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 #0039a6; */
    filter: blur(5px);
    height: 400px;
}

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

}

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

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

.floor-plan-image-container .floor-overlay-text button {
    border: 1px solid #00308F;
    color: #00308F;
    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-overlay-text button{
    display: block;
    margin:0 auto !important;
    font-size: 12px;
    padding: 2px 4px;
  
}

.floor-overlay-text{
    position: absolute;
    top: 8em;
    left: 4em;
}

@media screen and (max-width:767px) {
    .floor-overlay-text{
        position: absolute;
        top: 3em;
        left: 4em;
    }
}

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

#amenities button {
    height: 3.5rem;
    padding: 0rem 3.37rem 0rem 3.25rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #0039a6;
    text-align: center;
    font-family: "Montserrat-Medium";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.875rem;
    border: 1px solid #0039a6;
    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%;
}







@media screen and (max-width:992px){
    .footer-span{
        font-size: 9px !important;
     }
     
}


@media screen and (max-width:767px){
 
.overview-image{
    height: 220% !important;
}
}

/* @media screen and (max-width:600px){
 
    .overview-image{
        height: 180% !important;
    }
} */



.floor-text{
    text-align: center;
}




/* General Footer Styles */

@media screen and (min-width:992px){
    
.custom-fixed-footer{
    display: none;
}
}


.custom-fixed-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #0039a6; /* Footer background color */
    color: #fff; /* Footer text color */
    padding: 10px 0;
    z-index: 1000;
}

.custom-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px; /* Adjust for your design */
    margin: 0 auto;
    padding: 0 15px;
}

.footer-section {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    display: flex;
        align-items: center;
        justify-content: center;
   
   
}

.call-section{
    border-right: 1px solid white;
}

.footer-link {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    display: inline-flex;
    align-items: center !important;
    border: none;
    background: none;
    cursor: pointer;
    font-family: 'Amiri-Regular' !important;
}

.footer-link:hover {
    color: #f39c12; /* Highlight color on hover */
}

.icon {
    margin-right: 5px;
    font-size: 20px;
}

/* Specific Styling for Each Section */
.call-now {
    font-weight: bold;
}

.enquire-now {
    font-weight: bold;
}





/* Hide the disclaimer text initially */
.disclaimer-para {
    display: none; /* Hide by default */
    
}

/* Show on larger screens */
@media (min-width: 768px) {
    .disclaimer-para {
        display: block; /* Visible on desktop */
    }
}

/* Style the heading to look interactive */
.dis-heading {
    cursor: pointer; /* Make the heading look clickable */
    color: #007bff; /* Optional: make it blue like a link */
}

.dis-heading:hover {
    text-decoration: underline;
}



.rera-carpet-text{
    margin-top: 74px;
    color: #fff;
    font-size: 12px;
}


@media screen and (max-width:390px){
    .rera-carpet-text{
        margin-top: 96px !important;
    }
}

@media screen and (max-width:375px){
    .rera-carpet-text{
        margin-top: 18px !important;
    }
}

.dist{
    text-align: center;
    font-size: 14px;
    margin-top: 0.5em;
}

.dist-top{
    margin-top: 1em !important;
}

@media screen and (max-width:992px) {
    .about-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
}

.about-content{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.yell-num{
    color: #0039a6;
    font-size: 40px;
    font-weight: bold;
}






/* Center the Swiper container and control its width */
.swiper-top-bottom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px 0; */
  }
  
  .gallerySwiperTop {
    width: 50%; /* Default width for desktop */
    margin: 0 auto; /* Center the swiper */
  }
  
  @media screen and (max-width: 600px) {
    .gallerySwiperTop {
      width: 90%; /* Full width on smaller devices */
    }
  }
  
  /* Center active slide */
  .floor-slide {
    opacity: 0.5; /* Dim non-active slides */
    transform: scale(0.9); /* Slightly shrink non-active slides */
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .floor-slide.swiper-slide-active {
    opacity: 1; /* Highlight active slide */
    transform: scale(1); /* Restore size for the active slide */
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  /* Styling for images inside swiper */
  .floor-plan-image-container {
    position: relative;
  }
  
  .floor-plan-image img {
    border-radius: 10px;
  }
  



@media screen and (min-width:767px){
    
#hide-laptop{
   display: none !important;
}
  
}

#hide-laptop{
    display: flex;
    text-align: center;
    margin-top: 2em !important;
}

@media screen and (max-width:767px){
    .about-content{
        display: none;
    }
}

.y-divider{

   color: #0039a6 !important;
   border: 1px solid #0039a6 !important;
   background-color: #0039a6  ;
   opacity:none !important;
}

.y-1{
    width: 22%;
    margin-bottom: 1em;
}


.y-2{
    width: 40%;
    margin-bottom: 1em;
}

.y-3{
    width: 100%;
    margin-bottom: 1em;
    margin-top: 0.4em;
}


.y-4{
    width: 33%;
    margin-bottom: 1em;
    margin-top: 0.4em;
    margin-left: auto;
    margin-right: auto;
}



.floor-next, .floor-prev{
    color: #0039a6 !important ;
}


@media screen and (max-width:500px){
    .floor-plan-image-container .floor-overlay-text {
        top: 33%;
        left: 25% !important;
    }
    
}



#disclaimer-text{
    display: none;
}

.check-box{
    display: flex;
    align-items: center;
    color: #0039a6;
    margin-bottom: 20px;
    font-size: 12px;
}

.checkbox-input{
  margin-right: 0.5em;
}







 .fixed_bottom_enq {
    padding: 5px 0;
}

@media screen and (max-width:992px) {
    
    .sec-eq {
        display: none;
    }
   
}


.sec-eq {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0 !important;
    background: #fff;
    width: 100%;
    z-index: 111;
    padding: 10px 0;
    font-family: 'Amiri-Regular';

      /* Upper box shadow */
      box-shadow: 0px -2px 10px #0039a6;
}


.sec-eq form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sec-eq .eqTitle {
    margin-left: 0;
    text-align: right;
    margin-bottom: 0;
    margin-top: 0;
}

.eqTitle {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 15px;
    color: #0039a6;
    margin-bottom: 14px;
}

.form_eq_width .form-group {
    margin: 0 10px !important;
}

.form-group{
    display: flex;
    align-items: center;
}

.form-control.form-control-custom{
    width: 200px !important;
}

.input-group {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

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

.enquire-sub-h{
     background-color: #89CFF0;
     display: flex;
     text-align: center;
     align-items: center;
     justify-content: center;
     color: #000;
} 

.fa-paper-plan{
    margin-right: 1em !important;
    color:#fff;
}


.site-add{
    margin-top: 1em;
    /* width:  200px; */
    text-align: center;
    font-size: 12px;
    padding: 0 3em;
}




.custom-pad{
    padding-bottom: 5em !important;
}

.qr-img{
    width: 102px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:992px){
    .qr-img{
        width: 100px;
    }
}

.maharera{
    color: #fff;
}


@media screen and (min-width:992px) {
    .call-icon{
        display: none !important;
    }
}


.call-icon {
    position: fixed;
    bottom: 82px;
    right: 13px;
    z-index:10;

    color: #fff;
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
   
}

.call-icon:hover {
    transform: scale(1.1);
    
}

.call-icon img{
    width: 44px;
    height: 44px;
}

#checkbox-contact{
    color: #000;
}

.amenitie-img{
    position: relative;
}

.res-text {
    position: absolute;
    bottom: 14px;
    left: 57px;
    color: #FFF;
    font-size: 12px;
}






#ame-carousel-sq{
    margin-right: 8em !important;
    position: relative;
    
}


#ame-carousel-sq .owl-item{
    padding:0 !important;
}


#ame-carousel-sq .owl-item div{
    margin-right: auto;
}



.arrow-right{
    height: 45px !important;
    width:20px;
}


.arrow-left{
    height: 45px !important;
    width:20px;
   
}

#ame-carousel-sq  .owl-nav{
    display: flex !important
    ;
        justify-content: space-between !important;
        margin-top: 10.6em;
        /* margin-right: 3em; */
        transform: translateY(-168px);
        width: 360px;
        position: absolute;
        left: -6em;
        padding: 0 -5em 0 15em;
}


@media screen and (max-width:768px) {
    
.arrow-right{
    height: 30px !important;
    width:20px;
}


.arrow-left{
    height: 30px !important;
    width:20px;
   
}


#ame-carousel-sq  .owl-nav{
    display: flex !important
    ;
            justify-content: space-between !important;
            margin-top: 10.7em;
            /* margin-right: 3em; */
            transform: translateY(-168px);
            width: 238px;
            position: absolute;
            left: -2em;
}


}


#ame-carousel-sq .owl-item .configuration-button{
    z-index: 5;
}

#configuration{
    position: relative;
}


.res-text-conf{
    position: absolute;
    color:#fff !important;
    z-index:5 !important;
    left: 88em;
    bottom:1em;
    font-size: 12px;
}



@media screen and (max-width:768px){
    .res-text-conf{
        position: absolute;
        color: #fff !important;
        z-index: 5 !important;
        left: 233px;
        bottom: 0em;
        font-size: 12px;
    }

    .res-text-over{
        position: absolute;
        color: #fff !important;
        top:36em;
        left: 2em;
        font-size: 12px;
    }

    .custom-pad{
        display: flex;
        flex-direction: column;
    }

    .dis-heading{
        margin-top: 1em
    }

    .res-gal-text{
        font-size: 10px !important;
        left: 15em !important;
     }

}

@media screen and (max-width:365px){
    .res-text-over{
        position: absolute;
        color: #fff !important;
        top:34em;
        left: 2em;
        font-size: 12px;
    }

    

}

.res-text-over{
    position: absolute;
    color: #fff !important;
    bottom: 1em;
    left: 2em;
    font-size: 12px;
}

.over-img-div{
    position:relative;
}



.custom-pad{
    display: flex;
}


.discl-div{
    margin:0 auto;
}

@media screen and (min-width:767px){
  
#disclaimer-text{
    padding-left: 1em;
    width: 800px
}

.qr-div{
    position:absolute;
    left:15em;
}



}


.floor-image{
   filter: blur(5px)
}


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

.res-gal-text{
   position: absolute;
   color: #fff;
   bottom: 1em;
   left:12em;
   font-size: 12px;
}

.floor-res{
  color: #000 !important;
}





