:root {

    --heading-color: #2C2A2A;

    --content-color: #424242;

    --btn-color: #004280;

    --font-heading: "Montserrat", sans-serif;

    --font-content: "Poppins", sans-serif;

    --heading-font-size: 40px;

    --primary-font-size: 16px;

    --secondary-font-size: 20px;

}



* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body {

    font-family: var(--font-content);

    font-weight: 400;

    font-style: normal;

    font-optical-sizing: auto;

    font-size: var(--primary-font-size);

    color: var(--content-color);

    background: linear-gradient(180deg, rgba(255, 252, 238, 0.96) 50%, rgba(255, 255, 255, 1) 0%, rgba(255, 252, 238, 0.88) 100%);

}



h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: var(--font-heading);

    font-weight: 400;

    font-style: normal;

    font-optical-sizing: auto;

    color: var(--heading-color);

}



body,
button {

    font-family: var(--font-content);

    font-weight: 400;

    font-style: normal;

    font-optical-sizing: auto;

}



p {

    line-height: 1.6;

}



ul,
li {

    list-style: none;

    padding: 0;

    margin: 0;

}



a {

    text-decoration: none;

    display: inline-block;

    color: var(--btn-color) !important;

}



img {

    max-width: 100%;

}



section {

    position: relative;

}



.leaflet-container {

    font-family: var(--font-heading);

}



.text-justify {

    text-align: justify;

}



#ohsnap {

    position: fixed;

    bottom: 25px;

    right: 25px;

    margin-left: 5px;

    z-index: 99999;

    background: green;

    color: white;

}



/* Sticky */

.sticky-btn {

    position: fixed;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    background: #004280;

    color: #fff !important;

    padding: 30px 12px !important;

    writing-mode: vertical-rl;

    text-orientation: mixed;

    border-radius: 8px 0 0 8px !important;

    text-decoration: none;

    font-size: 16px;

    z-index: 9999;

    transition: 0.3s;

}



.sticky-vertical-btn:hover {

    background: #004280;

}







/* 

    Header

*/

#mobile_menu_icon {

    display: none;

}

.mobile_menu_hamburgur,
.mobile_nav_menu {

    display: none;

    visibility: hidden;

    opacity: 0;

}

.primary-menu li {

    padding: 10px 20px;

}

.primary-menu li a {

    font-size: var(--font-size-small);

    color: #000 !important;

}

.call i {
    background-color: #004280;
    border-radius: 50%;
    color: #fff !important;
    padding: 10px 10px;
    margin-top: 4px;
}

li.call a {
    color: #fff !important;
}

.call {
    padding: 0px !important;
}

.header_menu_section {
    position: relative;
    width: 100%;
    z-index: 9;
    padding: 10px !important;
    background: #fff;

}

.header_menu_section.fixed-header {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

    background: #FFF;

    z-index: 9999;

    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;

    padding: 10px !important;

}

.header_menu_section.fixed-header a {

    color: var(--content-color) !important;

}

.fixed_header_logo {

    display: none;

}

.header_menu_section.fixed-header .fixed_header_logo {

    display: block;

}

.header_menu_section.fixed-header .white_logo {

    display: none;

}

a.book-now {

    background: #FFF;

    padding: 5px 20px;

}

a.book-now:hover {

    background: var(--content-color);

    color: #FFF;

}

#about-us {
    min-height: 500px;
}

.inner_tabs_content h4 {
    font-size: 17px;
    font-weight: 500;
}

.inner_tabs_content p {
    font-size: 15px;
}



/*

    Banner

*/

/* #banner {

    position: relative;

    height: 100vh;

    width: 100%;

    overflow: hidden;

} */

.banner_video {

    position: relative;

    height: 100%;

    width: 100%;

    display: flex;

    justify-content: flex-start;

    align-items: flex-end;

}

.banner_video video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: 1;

    filter: brightness(0.5);

}

.banner_video picture {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: 1;

    /* filter: brightness(0.5); */

}

a.popup-btn {
    background-color: #004280;
    border-radius: 10px;
    color: #fff !important;
    padding: 6px 15px;
    margin-top: 4px;
}


.banner_video picture img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.banner_content_wrapper {

    position: relative;

    z-index: 3;

    color: #fff;

    text-align: center;

}



.banner-details .hr {

    width: 1px;

    height: 100%;

    background: #FFF;

}

.banner-details .hr-line {

    padding: 0px 10px;

}



h1.primary-title {

    font-size: 60px;

    color: #fff;

}



span.stroke-text {

    color: transparent;

    -webkit-text-stroke: 2px #fff;

    -webkit-text-fill-color: transparent;

    display: inline-block;

}



.rupee-text {

    font-family: var(--font-heading);

}



/* 

    About Us

*/

span.heading-underline {

    max-width: 100px;

    height: 1px;

    background: #000;

    display: flex;

    margin: auto;

}



/*

    project highlights

*/





.highlight-list {

    list-style: none;

    padding: 0;

}



.highlight-list li {

    margin: 25px 0;

    display: inline-block;

    cursor: pointer;

    position: relative;

    padding-left: 20px;

    color: #525151;

}

.highlight-list li.active {

    color: #000;

}

.highlight-list.left li {

    padding-left: 0;

    padding-right: 20px;

}

.highlight-list.right li {

    padding-left: 40px;

    padding-right: 20px;

}



.highlight-list li::before {

    content: "";

    width: 12px;

    height: 12px;

    background: #777;

    border-radius: 50%;

    position: absolute;

}

.highlight-list li.active::before {

    background: #000;

}



.highlight-list.left li::before {

    left: auto;

    right: 0;

    top: 8px;

}

.highlight-list.right li::before {

    left: 0;

    top: 8px;

}



.bliss-circle img {

    width: 100%;

    max-width: 380px;

    border-radius: 50%;

    transition: 0.4s ease-in-out;

}

.highlight-list.left li:nth-child(2) {

    margin-right: 55px;

}

.highlight-list.left li:nth-child(3) {

    margin-right: 50px;

}



.highlight-list.right li:nth-child(2) {

    margin-left: 55px;

}

.highlight-list.right li:nth-child(3) {

    margin-left: 50px;

}

#centerImage {

    transition: opacity 0.5s ease-in-out;

    /* height: 400px;

    object-fit: cover; */

    border-radius: 50%;

}

#centerImage.fade-out {

    opacity: 0;

}

#centerImage.fade-in {

    opacity: 1;

}





/* 

    Composed In balance

*/

.wheel-container {

    position: relative;

}

.wheel-wrapper {

    max-width: 700px;

    margin: auto;

    position: relative;

    z-index: 2;

    /* overflow: hidden; */

}

/* .wheel-content-container {

    margin: auto;

} */

.wheel-content-container {

    max-width: 550px;

    width: 550px;

    height: 550px;

    max-height: 550px;

    border: 1px solid #BBB;

    border-radius: 50%;

    margin: auto;

}

.circle-heading-wrapper div {

    position: absolute;

    width: max-content;

}

.circle-heading-wrapper div:nth-child(1) {

    top: 0;

    left: 75%;

}

.circle-heading-wrapper div:nth-child(2) {

    top: 30%;

    left: 100%;

}

.circle-heading-wrapper div:nth-child(3) {

    top: 65%;

    left: 100%;

}

.circle-heading-wrapper div:nth-child(4) {

    top: 96%;

    left: 75%;

}

.circle-heading-wrapper div:nth-child(5) {

    top: 100%;

    left: 25%;

}

.circle-heading-wrapper div:nth-child(6) {

    top: 65%;

    left: calc(0% - 100px);

}

.circle-heading-wrapper div:nth-child(7) {

    top: 25%;

    left: calc(0% - 170px);

}

.circle-heading-wrapper div:nth-child(8) {

    top: 0;

    left: 15%;

}

.segment {

    stroke: #fff;

    stroke-width: 10;

    stroke-linejoin: round;

    cursor: pointer;

    transition: all 0.3s ease;

    opacity: 0.9;

}



.segment:hover {

    filter: brightness(1.2);

    transform: scale(1.01);

    transform-origin: 250px 250px;

}



/*

    Location highlights

*/

ul.location-points li {

    margin-bottom: 10px;

    font-size: 15px;

    cursor: pointer;

    list-style: inside disc;

}



/* Tabs  */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {

    background: transparent;

}



ul.nav-tabs {

    overflow-x: auto;

    overflow-y: hidden;

    flex-wrap: nowrap;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;

}



ul.nav-tabs::-webkit-scrollbar {

    display: block;

}



ul.nav-tabs .nav-item {

    flex: 0 0 auto;

    white-space: nowrap;

    padding-bottom: 2px;

}



ul.nav-tabs,
ul.nav-tabs li button {

    border: none !important;

    color: var(--content-color) !important;

}

.nav-tabs .nav-link {

    padding: 10px 20px;

}



.nav-underline {

    height: 1px;

    background-color: var(--btn-color);

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 2;

    transition: all 0.3s ease;

    will-change: transform;

}



/* 

    Book a site Visit

*/

.btn-download a,
button#submit_btn {

    position: relative;

    padding: 8px 20px;

    z-index: 1;

}

button#submit_btn {
    font-size: 17px;
    /* font-weight: 500; */
    background-color: #004280;
    border-radius: 10px;
    color: #fff !important;
    padding: 6px 15px;
    margin-top: 4px;
}

.btn-download a:before,
button#submit_btn:before {

    content: '';

    position: absolute;

    width: 45%;

    /* height: 1px; */

    background: #000;

    left: 50%;

    bottom: 0;

    transform: translateX(-50%);

}

.booklet-img {

    transition: all .5s ease;

}

.booklet-img:hover {

    transform: rotate(30deg);

    transition: all .5s ease;

}

/* .form-wrapper {

    width: 100%;

    max-width: 600px;

    margin: 0 auto;

    padding: 0px 50px;

} */

input,
select {

    width: 100%;

    border: 0px;

    outline: none;

    background: transparent;

    /* font-size: 20px; */

}

.iti.iti--allow-dropdown.iti--show-flags {

    width: 100%;

    color: #FFF;

}

.iti__search-input {

    font-size: 16px !important;

    padding: 12px !important;

    color: #000;

    border-radius: 6px !important;

}

.iti__country-list,
.iti .iti__selected-dial-code {

    color: #202020;

}



form label {

    min-width: 80px;

    font-size: 18px;

}

label.error {

    position: absolute;

    font-size: 12px !important;

    color: #ce0000 !important;

    width: max-content !important;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

}

form .col-12.d-flex {

    background: transparent;

    border-bottom: 2px solid #4A4A4A66;

    position: relative;

}

[type="submit"] {

    border: none;

    background: transparent;

    margin: 0 auto;

    color: var(--content-color);

}

[type="submit"]:focus {

    background: #FFF;

    color: var(--content-color) !important;

}



.submit_loading_btn.loading {

    position: absolute;

    top: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 100%;

}



/* 

    Layout Plans 

*/

.towerplanSwiper,
.floorplanSwiper {

    width: 100%;

    padding-bottom: 80px;

}



.swiper-slide img {

    width: 100%;

    height: auto;

    display: block;

}



.custom-prev,
.custom-next {

    color: #000;

    bottom: 10px;

    top: auto;

}



.custom-prev {

    left: 45%;

}



.custom-next {

    right: 45%;

}



.swiper-button-prev:after,

.swiper-button-next:after {

    font-size: 30px;

}

.fp-hover-card .hover-btn {

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    /* background-color: #00000087; */

    opacity: 0;

    transition: opacity 0.5s ease;

}

.fp-hover-card img {

    filter: blur(2px)
}

.fp-hover-card:hover .hover-btn {

    opacity: 1;

}

.hover-btn a {

    background: #004280;

    color: #FFF !important;

    padding: 10px;

}





/* Image Gallery */

.expand-card-wrapper {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    width: 100%;

    /* max-width: 1400px; */

    margin: auto;

}



.expand-card {

    width: 15%;

    height: 500px;

    overflow: hidden;

    transition: all 0.4s ease-in-out;

    position: relative;

    cursor: pointer;

}



.expand-card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all 0.4s ease-in-out;
    height: 500px;

}



/* EXPAND CARD ON HOVER */

.expand-card:hover {

    width: 40%;

    height: 500px;

}



.expand-card:hover img {

    transform: scale(1.05);

}


#youtubePopup .modal-content {
    width: 70% !important;
    margin: auto !important;
}

.downloadBrochure_btn {
    display: flex;
    margin-top: 30px !important;
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #004280;
}

/* .downloadBrochure_btn a{

    color: #fff !important;
} */


/* Circle Slider */
.services {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}

.services>* {
    flex-grow: 1;
}

.circle--rotate {
    border-radius: 50%;
    border: 1px #000000 solid;
    width: 60%;
    height: 43%;
    margin: 0 auto 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
}

.circle--rotate>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
}

.circle--rotate>li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    /* background-color: #000000; */
    height: 23%;
    width: 23%;
    margin: -11% auto;
    transition: all 500ms ease;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
}

.circle--rotate>li i {
    color: #004280;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
}

.circle--rotate>li i::before {
    display: table-cell;
    vertical-align: middle;
}

.circle--rotate>li svg {
    margin: auto;
    width: 100%;
    border-radius: 100%;
    height: 100%;
}

.circle--slider {
    position: relative;
}

.circle--slider .rotate--circle {
    margin: 0 auto;
}

.circle--slider .circle--rotate>li div {
    position: relative;
    overflow: visible;
    background-color: #fff;
    border: 2px solid #004280;
}

.circle--slider .circle--rotate>li div span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
}

.circle--slider .circle--rotate>li.active div {
    background-color: #004280;
    transition: all 1s;
}

.circle--slider .circle--rotate>li.active i {
    color: #ffffff;
    transition: all 1s;
}

.circle--slider .circle--rotate>li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1;
}

.circle--slider .circle--rotate>li.active div span:before {
    position: absolute;
    height: 1px;
    top: -50%;
    right: 140%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30%;
    height: 30%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.7;
    border: 6px solid #00ae59;
    z-index: -1;
}

.circle--slider .circle--rotate>li.active div span:after {
    position: absolute;
    height: 1px;
    top: 100%;
    left: 130%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    opacity: 0.7;
    border: 8px solid #a0e14e;
    z-index: 5;
}

.circle--slider .count2 li:nth-child(2) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle--slider .count3 li:nth-child(2) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.circle--slider .count3 li:nth-child(3) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.circle--slider .count4 li:nth-child(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circle--slider .count4 li:nth-child(3) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle--slider .count4 li:nth-child(4) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.circle--slider .count5 li:nth-child(2) {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
}

.circle--slider .count5 li:nth-child(3) {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
}

.circle--slider .count5 li:nth-child(4) {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
}

.circle--slider .count5 li:nth-child(5) {
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
}

.circle--slider .count6 li:nth-child(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.circle--slider .count6 li:nth-child(3) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.circle--slider .count6 li:nth-child(4) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle--slider .count6 li:nth-child(5) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.circle--slider .count6 li:nth-child(6) {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.circle--slider .count7 li:nth-child(2) {
    -webkit-transform: rotate(51.5deg);
    transform: rotate(51.5deg);
}

.circle--slider .count7 li:nth-child(3) {
    -webkit-transform: rotate(103deg);
    transform: rotate(103deg);
}

.circle--slider .count7 li:nth-child(4) {
    -webkit-transform: rotate(154.5deg);
    transform: rotate(154.5deg);
}

.circle--slider .count7 li:nth-child(5) {
    -webkit-transform: rotate(206deg);
    transform: rotate(206deg);
}

.circle--slider .count7 li:nth-child(6) {
    -webkit-transform: rotate(-103deg);
    transform: rotate(-103deg);
}

.circle--slider .count7 li:nth-child(7) {
    -webkit-transform: rotate(-51.5deg);
    transform: rotate(-51.5deg);
}

.circle--slider .count8 li:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.circle--slider .count8 li:nth-child(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circle--slider .count8 li:nth-child(4) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.circle--slider .count8 li:nth-child(5) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle--slider .count8 li:nth-child(6) {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.circle--slider .count8 li:nth-child(7) {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle--slider .count8 li:nth-child(8) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.circle--slider .count9 li:nth-child(2) {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.circle--slider .count9 li:nth-child(3) {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
}

.circle--slider .count9 li:nth-child(4) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.circle--slider .count9 li:nth-child(5) {
    -webkit-transform: rotate(160deg);
    transform: rotate(160deg);
}

.circle--slider .count9 li:nth-child(6) {
    -webkit-transform: rotate(-160deg);
    transform: rotate(-160deg);
}

.circle--slider .count9 li:nth-child(7) {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.circle--slider .count9 li:nth-child(8) {
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg);
}

.circle--slider .count9 li:nth-child(9) {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.circle--slider .count10 li:nth-child(2) {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
}

.circle--slider .count10 li:nth-child(3) {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
}

.circle--slider .count10 li:nth-child(4) {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
}

.circle--slider .count10 li:nth-child(5) {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
}

.circle--slider .count10 li:nth-child(6) {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.circle--slider .count10 li:nth-child(7) {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
}

.circle--slider .count10 li:nth-child(8) {
    -webkit-transform: rotate(-108deg);
    transform: rotate(-108deg);
}

.circle--slider .count10 li:nth-child(9) {
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
}

.circle--slider .count10 li:nth-child(10) {
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
}

.circle--slider .animate-wrapper {
    width: 40%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.circle--slider .animate-title {
    color: #fff;
}

.circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
}

.circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    -webkit-transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: 0.55s ease-in-out;
    width: 70%;
    height: 70%;
    opacity: 0;
    background-size: 55%;
    background-position: center;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
}

.circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s 0.4s;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    height: 62px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    display: none;
}

.circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.circle--slider .prev,
.circle--slider .next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.circle--slider .prev span,
.circle--slider .next span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: 700;
}

.circle--slider .prev {
    left: 30px;
}

.circle--slider .next {
    right: 30px;
}

.circle--rotate>li.active .icon {
    border: 4px solid;
}

.circle--rotate>li:nth-child(1) .icon {
    background-image: url("../images/circle/icon-1.svg");
    background-size: 100%;
    background-position: center;
}

.circle--rotate>li.active:nth-child(1) .icon {
    background-image: url("../images/circle/icon-1-white.svg");
}

.circle--rotate>li:nth-child(2) .icon {
    background-image: url("../images/circle/icon-2.svg");
    background-size: 100%;
    background-position: center;
}

.circle--rotate>li.active:nth-child(2) .icon {
    background-image: url("../images/circle/icon-2-white.svg");
}

.circle--rotate>li:nth-child(3) .icon {
    background-image: url("../images/circle/icon-3.svg");
    background-size: 100%;
    background-position: center;
}

.circle--rotate>li.active:nth-child(3) .icon {
    background-image: url("../images/circle/icon-3-white.svg");
}

.circle--rotate>li:nth-child(4) .icon {
    background-image: url("../images/circle/icon-4.png");
    background-size: 100%;
    background-position: center;
}

.circle--rotate>li.active:nth-child(4) .icon {
    background-image: url("../images/circle/icon-4-white.png");
}

.circle--rotate>li:nth-child(5) .icon {
    background-image: url("../images/circle/icon-5.svg");
    background-size: 100%;
    background-position: center;
}

.circle--rotate>li.active:nth-child(5) .icon {
    background-image: url("../images/circle/icon-5-white.svg");
}

.circle--rotate>li.active:nth-child(5) .icon i {
    color: #ffffff;
}

/* Circle Slider */

.circle_slider_content_box {
    min-height: 530px;
    padding-right: 3vw;
    padding: 50px;
    padding-left: 0px
}

.circle_slider_content_box .big_title {}

.circle_slider_content_box h2.title {
    color: #206512;
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 45px;
    font-weight: 600;
}

.circle_slider_content_box .inner_tabs_content {
    display: none;
}

.circle_slider_content_box .inner_tabs_content.active {
    display: block;
}

.circle_slider_content_box .inner_tabs_content h3 {
    font-size: 22px;
    color: #004280;
    margin-bottom: 20px;
    line-height: 30px;
}

.circle_slider_content_box .inner_tabs_content ul {
    margin-left: 20px;
}

.circle_slider_content_box .inner_tabs_content ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
    list-style-type: disc;
}

.circle_slider_theme {
    width: 400px;
    height: 400px;
    position: relative;
    border: 1px solid #00ae59;
    border-radius: 100%;
    /* transform: rotate(45deg); */
    margin: auto;
    transition: 0.6s transform linear;
}

.circle_slider_theme .slide_box {
    width: 120px;
    height: 120px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    transition: 0.6s;
    background linear;
}

.circle_slider_theme .slide_box img {
    width: 119px;
    background: transparent;
    transition: 0.6s;
}

.circle_slider_theme .slide_box:nth-child(1) {
    top: 0px;
    left: 0px;
}

.circle_slider_theme .slide_box:nth-child(2) {
    top: 0px;
    right: 0px;
}

.circle_slider_theme .slide_box:nth-child(3) {
    bottom: 0px;
    left: 0px;
}

.circle_slider_theme .slide_box:nth-child(4) {
    bottom: 0px;
    right: 0px;
}

.circle_slider_theme .slide_box:nth-child(5) {
    top: -180px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.circle_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    position: absolute;
    top: 47%;
    left: 0px;
    right: 0px;
    margin: auto;
    cursor: pointer;
    z-index: 1;
}

.main_circle_slider {
    position: relative;
}

.circle_nav .circle_nav_prev {
    background: #00ae59;
    padding: 10px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle_nav .circle_nav_prev i {
    color: white;
    font-size: 14px;
}

.circle_nav .circle_nav_next {
    background: #00ae59;
    padding: 10px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.circle_nav .circle_nav_next i {
    color: white;
    font-size: 14px;
}

.center_image {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.center_image img {
    width: 250px;
}

.circle_slider_theme .slide_box.active {
    background: #00ae59;
    border-radius: 100%;
}

.slide_box .circle_green_image {
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.6s linear;
    border: 1px solid #00ae59;
    border-radius: 100%;
    transform: rotate(-45deg);
}

.slide_box.active .circle_green_image {
    border: 1px solid #00ae59;
    border-radius: 100%;
}

.circle_green_image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e8f5e9;
    /* light green default */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.circle_green_image i {
    font-size: 30px;
    color: #2e7d32;
    /* green default icon */
    transition: 0.3s ease;
}

/* When Active */
.slide_box.active .circle_green_image {
    background: #2e7d32;
    /* dark green */
}

.slide_box.active .circle_green_image i {
    color: #ffffff;
    /* white icon */
}

.slide_box:nth-child(1) .circle_green_image {
    background: url("../images/circle/1.png") no-repeat center;
    background-size: 100%;
}

.slide_box:nth-child(2) .circle_green_image {
    background: url("../images/circle/2.png") no-repeat center;
    background-size: 100%;
}

.slide_box:nth-child(3) .circle_green_image {
    background: url("../images/circle/3.png") no-repeat center;
    background-size: 100%;
}

.slide_box:nth-child(4) .circle_green_image {
    background: url("../images/circle/4.png") no-repeat center;
    background-size: 100%;
}

.slide_box.active:nth-child(1) .circle_green_image {
    background: url("../images/circle/1-white.png") no-repeat center;
    background-size: 100%;
}

.slide_box.active:nth-child(2) .circle_green_image {
    background: url("../images/circle/2-white.png") no-repeat center;
    background-size: 100%;
}

.slide_box.active:nth-child(3) .circle_green_image {
    background: url("../images/circle/3-white.png") no-repeat center;
    background-size: 100%;
}

.slide_box.active:nth-child(4) .circle_green_image {
    background: url("../images/circle/4-white.png") no-repeat center;
    background-size: 100%;
}

/*  */


/* Responsive */

@media (max-width: 1024px) {

    .expand-card-wrapper {

        flex-wrap: wrap;

    }



    .expand-card {

        width: 45%;

    }



    .expand-card:hover {

        width: 55%;

    }



}



@media (max-width: 768px) {

    .expand-card {

        width: 100%;

        height: 500px;

    }



    .expand-card:hover {

        width: 100%;

    }

    .faqs .accordion-body {

        width: 100%;

    }

    .floor-table thead th {

        font-size: 14px;

        padding: 10px 5px !important;

    }



    .floor-table td {

        font-size: 14px;

    }



}







/* Video Gallery */

.video-icon img {

    width: 150px;

    height: 150px;

}





/* Slider  */



/* 

    Popup

*/

.popup-overlay {

    display: none;

    position: fixed;

    z-index: 9999;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.8);

}

.popup_overlay_wrapper {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100%;

}

.popup-content {

    max-width: 100%;

    max-height: 100%;

    box-shadow: 0 0 20px #000;

}

.popup-close {

    position: absolute;

    top: 20px;

    right: 30px;

    font-size: 40px;

    color: #fff;

    cursor: pointer;

    font-weight: bold;

}



/*  */

.accordion-item {

    margin-bottom: 0px;

    border: 0px !important;

    background: transparent;

    border-radius: 0px;

}

.project-overview .accordion-header {

    width: max-content;

}



/*  */

.faqs .accordion-item {

    margin-bottom: 0px;

    border: 0px !important;

    background: transparent;

    border-bottom: 1px solid #D5D5D5 !important;

    border-radius: 0px;

    display: none;

}



.faqs .accordion-item.show-item {

    display: block;

}



.accordion-button {

    border: none !important;

    position: relative;

    color: #000;

    background: transparent;

    /* padding: 30px 20px; */

}





.faq-content {

    width: 70%;

    padding: 15px 20px;

}



.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {

    border-radius: 0px !important;

}



.accordion-button:focus {

    box-shadow: none;

}



.accordion-button:not(.collapsed),
.accordionMap .accordion-button:not(.collapsed) {

    background: transparent;

    box-shadow: none;

}



.faqs .accordion-body {

    padding: 15px 20px;

    width: 100%;

}



button#toggleMore {

    background: none;

    color: #383838;

    border: none;

    border-bottom: 1px solid #383838;

}



.accordionMap .fas {

    padding-right: 10px;

}







/* .accordionMap .accordion-button {

    color: var(--content-color);

} */

.accordionMap .accordion-item {

    border: none;

    background: transparent;

}

.accordionMap .accordion-button {

    background: transparent;

}

.accordionMap .accordion-item:not(:last-child) {

    margin-bottom: 20px;

}





/*

    Sustainablility

*/

.sustainability-content {

    min-height: 500px;

}

/* .w-40 {

    width: 40%;

} */



.arc-tab-list {

    position: relative;

    width: 100%;

    height: 50px;

    list-style: none;

    padding: 0;

    margin: 0;

}

.arc-tab-list li {

    position: absolute;

    left: 50%;

    bottom: 0;

    transform-origin: center 300px;

    cursor: pointer;

    padding: 15px 30px;

    white-space: nowrap;

    z-index: 2;

}

.arc-tab-list li:nth-child(1) {

    transform: translateX(-50%) rotate(-50deg);

}



.arc-tab-list li:nth-child(2) {

    transform: translateX(-50%) rotate(-25deg);

}



.arc-tab-list li:nth-child(3) {

    transform: translateX(-50%) rotate(0deg);

}



.arc-tab-list li:nth-child(4) {

    transform: translateX(-50%) rotate(25deg);

}



.arc-tab-list li:nth-child(5) {

    transform: translateX(-50%) rotate(50deg);

}



.arc-tab-list li.active {

    color: var(--content-color)
}



.fade-item {

    opacity: 1;

    transition: opacity 1s ease-in-out;

}



.fade-out {

    opacity: 0;

}

ul#tabContent li {

    margin-bottom: 10px;

}







/* Footer */

.footer {

    background: url('../images/footer-img.webp') no-repeat center top / cover;

}

.menu-footer li {

    margin-bottom: 5px;

}

.menu-footer li a {

    color: #FFF !important;

    font-size: 18px;

}

.footer-project-logo {

    width: 200px;

}

.fs-small {

    font-size: 14px;

}







/* Map */

.map-container {

    position: relative;

}



.map-image {

    width: 100%;

    display: block;

}



.hotspot-wrapper {

    position: absolute;

    transform: translate(-50%, -50%);

}



.hotspot {

    width: 32px;

    height: 32px;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 1;

    /* animation: bounce 1.5s infinite;

    -webkit-animation: bounce 1.5s infinite; */

}

.hotspot.active {

    animation: bounce 1.5s infinite;

    -webkit-animation: bounce 1.5s infinite;

}



.hotspot-content {

    position: absolute;

    top: -45px;

    left: 50%;

    transform: translateX(-50%);

    background: #fff;

    padding: 10px;

    /* border-radius: 6px; */

    border: 1px solid #ccc;

    white-space: nowrap;

    font-size: 14px;

    opacity: 0;

    visibility: hidden;

    transition: opacity 0.3s, visibility 0.3s;

    z-index: 10;

}



.hotspot-wrapper:hover .hotspot-content {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

}



.hotspot-content a {

    text-decoration: none;

}



.hotspot-content a:hover {

    text-decoration: underline;

}



.map-container.default {

    z-index: 0;

}

.map-container.active {

    z-index: 10;

}



@keyframes bounce {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-8px);

    }

}







/* Media Query */

@media only screen and (max-width: 992px) {

    .content_sustainability {

        margin: 20px 0px;

    }

    .circle-container {

        --size: 300px !important;

        --angle: 250;

        --stroke: 1px;

        width: var(--size);

        height: var(--size);

        position: relative;

        overflow: hidden;

    }

    .circle_slider_content_box .big_title {
        text-align: center;
    }

    .circle_slider_content_box h2.title {
        text-align: center;
        font-size: 30px;
    }

    .circle_slider_content_box .inner_tabs_content ul li {
        list-style-type: none;
        text-align: left;
    }

    .circle_nav {
        width: 100%;
    }

    .circle_nav .circle_nav_prev {
        left: -70px;
        position: relative;
    }

    .circle_nav .circle_nav_next {
        right: -70px;
        position: relative;
    }

}

@media only screen and (max-width: 996px) {

    /* Hide desktop nav */

    .header_nav_menu {

        display: none !important;

    }

    #headerMenu {

        display: none !important;
        /* hide desktop menu */

    }



    /* Show hamburger */

    #mobile_menu_icon {

        display: flex !important;

        justify-content: space-around;

        align-items: center;

    }



    .mobile_menu_hamburgur {

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

        width: 40px;

        height: 30px;

        cursor: pointer;

        visibility: visible;

        opacity: 1;

    }



    .mobile_menu_hamburgur span {

        width: 28px;

        height: 3px;

        background: #000;

        margin: 3px 0;

        transition: all 0.4s ease;

    }



    .fixed-header .mobile_menu_hamburgur span {

        background-color: var(--content-color);

    }



    /* Toggle (X icon) */

    .mobile_menu_hamburgur.active span:nth-child(1) {

        transform: rotate(45deg) translate(6px, 6px);

    }

    .mobile_menu_hamburgur.active span:nth-child(2) {

        opacity: 0;

    }

    .mobile_menu_hamburgur.active span:nth-child(3) {

        transform: rotate(-45deg) translate(6px, -6px);

    }



    /* Mobile menu slide */

    .mobile_nav_menu {

        display: block;

        position: fixed;

        top: 70px;

        right: -100%;

        width: 100%;

        height: calc(100% - 70px);

        background: #fff;

        z-index: 99;

        transition: right 0.4s ease;

        visibility: visible;

        opacity: 1;

    }



    .mobile_nav_menu.active {

        right: 0;

    }



    .mobile_nav_menu .top-menu-bar-container ul {

        list-style: none;

        padding: 50px 0;

        margin: 0;

        text-align: center;

    }



    .mobile_nav_menu .top-menu-bar-container li {

        margin-bottom: 15px;

    }



    .mobile_nav_menu .top-menu-bar-container a {

        color: #000;

        font-size: 18px;

        text-decoration: none;

    }



    ul.nav-tabs {

        justify-content: flex-start !important;

    }

    ul#myTab-gallery {

        justify-content: center !important;

    }

    section#lookbook ul.nav-tabs {

        justify-content: center !important;

    }



}



@media only screen and (max-width: 767px) {

    body {

        font-size: 16px;

    }

    .banner-heading {

        top: 0;

    }

    .banner-heading h1 {

        color: var(--content-color) !important;

        font-size: 30px;

        margin-top: 10px;

    }

    .secondary-heading {

        font-size: 30px;

    }

    .brochure a {

        font-size: 22px;

    }



    .form-transform {

        width: 100% !important;

        padding: 20px 10px;

    }



    .form-wrapper {

        padding: 20px 10px;

    }

    .image-container-wrapper {

        height: auto;

    }

    .accordion-item {

        padding: 10px;

    }

    .accordion-header span {

        font-size: 18px
    }

    .menu-footer li a {

        font-size: 16px;

    }

    .faqs .accordion-item {

        padding: 10px;

    }

    .faqs .accordion-button,
    .faqs .accordion-body {

        padding-left: 30px;

    }

    .faqs .accordion-button i {

        left: 0;

        top: 20px;

    }

    .hotspot svg {

        width: 18px;

        height: 18px;

    }

    .hotspot-content {

        padding: 5px;

    }

    a.btn-hover {

        padding: 40px 20px 20px;

    }

    #typology .mt-2 h4 {

        font-size: 16px;

    }





    form .col-12.d-flex {

        flex-direction: column;

    }

    label.error {

        position: relative;

        top: 0;

        transform: none;

    }

    /* .building-img {

        position: relative;

        bottom: 0px;

    } */

    .arc-tab-list {

        height: auto;

        display: flex;

        flex-wrap: wrap;

        justify-content: center;

        gap: 10px;

    }

    .arc-tab-list li {

        position: static;

        transform: none;

        transform-origin: initial;

        padding: 10px 20px;

        font-size: 14px;

    }



    .arc-tab-list li:nth-child(1),

    .arc-tab-list li:nth-child(2),

    .arc-tab-list li:nth-child(3),

    .arc-tab-list li:nth-child(4),

    .arc-tab-list li:nth-child(5) {

        transform: none;

    }

    .sustainability-content {

        min-height: 400px;

    }

    .faqs .accordion-body {

        width: 100%;

    }

    h1.primary-title {

        font-size: 30px;

    }

    span.stroke-text {

        -webkit-text-stroke: 0.5px #fff;

    }

    /* #banner {

        height: 90vh;

    } */

    .banner-details {

        font-size: 14px;

    }

    .circle_slider_theme {
        width: 270px;
        height: 270px;
    }

    #book_a_site_visit_tabs .download_btn {
        justify-content: center;
        margin-top: 15px;
    }

    section#circle_slider {
        padding-top: 80px;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .circle_slider_theme .slide_box {
        width: 90px;
        height: 90px;
    }

    .center_image img {
        width: 130px;
    }

    .circle_nav {
        z-index: 1;
        top: auto;
        bottom: -80px;
        position: absolute;
        justify-content: center;
        gap: 20px;
    }

    .center_image {
        top: 0px;
    }

    .circle_nav .circle_nav_prev {
        left: auto;
    }

    .circle_nav .circle_nav_next {
        right: auto;
    }

    .circle_slider_content_box {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 90%;
        margin-top: 110px !important;
        min-height: auto !important;
    }

    .circle_slider_content_box h2.title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .circle_slider_content_box .inner_tabs_content h3 {
        font-size: 20px;
        text-align: left;
    }

    .services {
        padding: 0px;
        padding-top: 50px;
    }

    .circle--slider .prev {
        left: -50px;
        bottom: -70px;
        top: auto;
        right: 0px;
    }

    .circle--slider .next {
        right: -50px;
        bottom: -70px;
        top: auto;
        left: 0px;
    }

    .circle--rotate {
        width: 80%;
    }

    .circle--slider .prev {
        left: -60px;
    }

    .circle--slider .next {
        right: -60px;
    }

    .custom-next {
        right: 35%;
    }

    .custom-prev {
        left: 35%;
    }

}

@media only screen and (max-width: 1200px) {

    .circle-container {

        --size: 400px !important;

    }

}

.footer-form label,
.footer-form input,
.footer-form .iti__selected-dial-code {

    color: #FFF;

}

.footer-form .col-12.d-flex {

    border-bottom: 2px solid #FFF;

}



.footer-form button#submit_btn {

    color: #FFF;

}

.footer-form button#submit_btn:before {

    background: #FFF;

}



/* Check box */

/* .custom-check {

    display: flex;

    gap: 10px;

    font-size: 15px;

    cursor: pointer;

    user-select: none;

    margin-top: 10px;

}



.custom-check input {

    display: none;

}



.custom-box {

    width: 30px;

    height: 20px;

    border-radius: 4px;

    background: #fff;

    position: relative;

    top: 5px;

    display: inline-block;

    border: 1px solid #007bc0;

}



.custom-check input:checked + .custom-box {

    background: #007bc0;

}



.custom-check input:checked + .custom-box::after {

    content: "✔";

    color: #fff;

    font-size: 14px;

    position: absolute;

    left: 2px;

    top: 1px;

} */



/* Checkbox */

.custom-check {

    display: flex;

    gap: 10px;

    font-size: 15px;

    cursor: pointer;

    user-select: none;

    margin-top: 10px;

}



.custom-check input[type="checkbox"] {

    position: absolute;

    opacity: 0;

    width: 0;

    height: 0;

}



.custom-box {

    width: 20px;

    height: 20px;

    border-radius: 4px;

    background: #fff;

    border: 1px solid #007bc0;

    position: relative;

    top: 2px;

    flex-shrink: 0;

}



/* .custom-check input:checked + .custom-box {

    background: #007bc0;

}



.custom-check input:checked + .custom-box::after {

    content: "✔";

    color: #fff;

    font-size: 14px;

    position: absolute;

    left: 3px;

    top: -1px;

} */

/* Works even when error labels are injected */

.custom-check input:checked~.custom-box {

    background: #007bc0;

}



.custom-check input:checked~.custom-box::after {

    content: "✔";

    color: #fff;

    font-size: 14px;

    position: absolute;

    left: 3px;

    top: -1px;

}

label.error.privacy_consent {

    position: relative;

    top: 0;

    left: 0;

    display: none;

}

.privacy-policy-link {

    /* display: inline-block; */

    text-decoration: underline;

}



/* .privacy-text {

    color: #333;

} */



/* Modal */

.privacy-modal {

    display: none;

    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, .6);

    z-index: 9999;

}

.privacy-modal-wrapper {

    max-width: 600px;

    position: relative;

    background: #fff;

    margin: 20px auto;

    /* border-radius: 8px;     */

}



.privacy-modal-content {

    max-height: 80vh;

    overflow-y: auto;

    padding: 20px;

}



.privacy-close {

    position: absolute;

    top: 10px;

    right: 15px;

    font-size: 22px;

    cursor: pointer;

}



/* Rera Popup */









/* Table */

.floor-table {

    width: 100%;

    border-collapse: collapse;

}



.floor-table thead th {

    background: #004280;

    color: #FFF;

    padding: 15px;

    text-align: center;

    font-weight: inherit;

}



.floor-table td {

    padding: 18px 15px;

    text-align: center;

    border-bottom: 1px solid #ddd;

    white-space: nowrap;



}







#map {

    height: 100%;

    /* height: 400px; */

}



/* .label-popup {

    max-width: 200px;

} */



/* Popup */

.form_download_brochure,
.form_popup {

    display: none;

    position: fixed;

    z-index: 9999;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.6);

    justify-content: center;

    align-items: center;

    padding: 20px;

}



/* Modal box */

.form_download_brochure .modal-content,
.form_popup .modal-content {

    background: #FFF;

    width: 100%;

    max-width: 500px;

    border-radius: 12px;

    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);

    overflow: hidden;

    animation: popupFade 0.3s ease-in-out;

}



/* Header */

.modal-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    background: #f5f5f5;

    padding: 15px 20px;

    border-bottom: 1px solid #ddd;

}



.modal-header h3 {

    margin: 0;

    font-size: 20px;

}



.close-button {

    background: none;

    border: none;

    font-size: 22px;

    font-weight: bold;

    cursor: pointer;

    color: #333;

}



/* Body */

.modal-body {

    padding: 20px 40px;

}



.modal-body .col-12.d-flex {

    margin-bottom: 20px;

}



/* Animation */

@keyframes popupFade {

    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }

}







/*  */





.rounded-wrap {

    position: relative;

    width: 80vmin;
    height: 80vmin;

    margin: 0 auto;

    background: inherit;

    transform: scale(0.2) translatez(0px);

    opacity: 0;

    transition: transform .5s, opacity .5s;

}

.rounded-wrap a {

    position: absolute;

    left: 0;
    top: 0;

    width: 47.5%;
    height: 47.5%;

    overflow: hidden;

    transform: scale(.5) translateZ(0px);

    background: #585247;

}

.rounded-wrap a div {

    height: 100%;

    background-size: cover;

    opacity: .5;

    transition: opacity .5s;

    border-radius: inherit;

}

.rounded-wrap a:nth-child(1) {

    border-radius: 40vmin 0 0 0;

    transform-origin: 110% 110%;

    transition: transform .4s .15s;

}

.rounded-wrap a:nth-child(1) div {

    background-image: url('https://farm3.staticflickr.com/2827/10384422264_d9c7299146.jpg');

}

.rounded-wrap a:nth-child(2) {

    border-radius: 0 40vmin 0 0;

    left: 52.5%;

    transform-origin: -10% 110%;

    transition: transform .4s .2s;

}

.rounded-wrap a:nth-child(2) div {

    background-image: url('https://farm7.staticflickr.com/6083/6055581292_d94c2d90e3.jpg');

}

.rounded-wrap a:nth-child(3) {

    border-radius: 0 0 0 40vmin;

    top: 52.5%;

    transform-origin: 110% -10%;

    transition: transform .4s .25s;

}

.rounded-wrap a:nth-child(3) div {

    background-image: url('https://farm7.staticflickr.com/6092/6227418584_d5883b0948.jpg');

}

.rounded-wrap a:nth-child(4) {

    border-radius: 0 0 40vmin 0;

    top: 52.5%;
    left: 52.5%;

    transform-origin: -10% -10%;

    transition: transform .4s .3s;

}

.rounded-wrap a:nth-child(4) div {

    background-image: url('https://farm8.staticflickr.com/7187/6895047173_d4b1a0d798.jpg');

}

.rounded-wrap a:nth-child(5) {

    width: 55%;
    height: 55%;

    left: 22.5%;
    top: 22.5%;

    border-radius: 50vmin;

    box-shadow: 0 0 0 5vmin #ffffff;

    transform: scale(1);

}

.rounded-wrap a:nth-child(5) div {

    background-image: url('https://farm4.staticflickr.com/3766/12953056854_b8cdf14f21.jpg');

}



.rounded-wrap {

    transform: scale(1) translateZ(0px);

    opacity: 1;

}

.rounded-wrap a {

    transform: scale(1) translatez(0px);

}

.rounded-wrap a:hover div {

    opacity: 1;

    transform: translatez(0px);

}

.text img {
    /* height: 570px; */
    object-fit: cover;
    border-radius: 2px;
    /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
    object-position: center;
    /*margin-top: 30px;*/
    /*transition: height 0.6s ease;*/
    /* smooth animation */
}

/* When expanded */
.text img.expand-img {
    height: 570px;
}

/*  */

@media only screen and (max-width: 992px) {

    .highlight-list.left li,
    .highlight-list li,
    .highlight-list.right li {

        padding-left: 20px;

        padding-right: 0px;

        margin: 5px 10px !important;

    }

    .highlight-list.left li::before {

        left: 0;

        right: auto;

    }

}



.fixed-footer-container {

    background: #f5f5f5;

    z-index: 9999;

    opacity: 0;

    visibility: hidden;

    transition: opacity 0.4s ease-in-out, visibility 0.4s;

}

.fixed-footer-container.visible-on-scroll {

    opacity: 1;

    visibility: visible;

}





form#sticky-footer-form {

    /* color: #FFF; */

    display: flex;

    align-items: center;

    justify-content: center;

    column-gap: 20px;

}

form#sticky-footer-form label,
form#sticky-footer-form input {

    font-size: 14px;

}





/*  */

.image-mask {

    width: 100%;

    height: 100%;

    border-radius: 50%;

    overflow: hidden;

    position: absolute;

    top: 0;

    left: 0;

}



.image-mask img {

    width: 100%;

    position: absolute;

    bottom: -40px;

    opacity: 0;

    animation: fadeUp 1.3s ease forwards 1.0s;

}



@keyframes fadeUp {

    from {

        opacity: 0;

        transform: translateY(30px);

    }



    to {

        opacity: 1;

        transform: translateY(0);

    }

}



/* ------- ANIMATED TOP ARC OF THE CIRCLE ------- */

/* .border-arc {

    position: absolute;

    top: 0;

    left: 0;

    transform: rotate(150deg);

} */



/* .border-arc circle {

    fill: none;

    stroke: grey;

    stroke-width: 1;

    stroke-dasharray: 1700;

    stroke-dashoffset: 1700;

    animation: drawSemi 1.5s ease forwards;

} */



@keyframes drawSemi {

    to {

        stroke-dashoffset: 580;

    }

}



/* Main responsive container */

.circle-container {

    --size: 450px;

    /* desktop default */

    --angle: 250;

    /* arc angle */

    --stroke: 1px;

    /* border thickness */

    width: var(--size);

    height: var(--size);

    position: relative;

    overflow: hidden;

}



/* The image inside circle */

/* .image-mask {

    width: 100%;

    height: 100%;

    border-radius: 50%;

    overflow: hidden;

    position: absolute;

    top: 0;

    left: 0;

} */



/* .image-mask img {

    width: 100%;

    position: absolute;

    bottom: -40px;

    opacity: 0;

    animation: fadeUp 1.3s ease forwards 1s;

} */

/* 

@keyframes fadeUp {

    from {

        opacity: 0;

        transform: translateY(30px);

    }



    to {

        opacity: 1;

        transform: translateY(0);

    }

} */



/* SVG full responsive circle */

.border-arc {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    transform: rotate(140deg);

}



.border-arc circle {

    fill: none;

    stroke: grey;

    stroke-width: var(--stroke);



    cx: calc(var(--size) / 2);

    cy: calc(var(--size) / 2);

    r: calc((var(--size) / 2) - (var(--stroke) / 2));



    stroke-dasharray: calc(3.1416 * var(--size));

    stroke-dashoffset: calc(3.1416 * var(--size));



    animation: drawArc 2s ease forwards;

}

.more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}

.more-content.active {
    max-height: 1000px;
    /* large enough value */
}

.read-more-btn {
    cursor: pointer;
    color: #000;
    font-weight: 600;
}


@keyframes drawArc {

    from {

        stroke-dashoffset: calc(3.1416 * var(--size));

    }



    to {

        stroke-dashoffset: calc(3.1416 * var(--size) - (var(--angle) / 360 * 3.1416 * var(--size)));

    }

}



/* ------------- MOBILE ADAPTATION ------------- */

@media (max-width: 768px) {
    .text img {

        display: none;
    }

    .circle-container {

        --size: 80vw;

        --stroke: 1px;

        margin: auto;

        margin-top: 25px;

    }

    .wheel-content-container {

        border: 0px;

        max-width: 100%;

        height: 100%;

        max-height: 100%;

    }

    .text img {
        height: auto;
    }

    #map {
        height: 400px;
    }

}

@media (max-width: 992px) {

    .circle-container {

        --size: 300px !important;

        --angle: 250;

        --stroke: 1px;

        width: var(--size);

        height: var(--size);

        position: relative;

        overflow: hidden;

    }

}



/* Popup PDF */

/* Modal overlay */

.rera-modal {

    display: none;

    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, 0.6);

    z-index: 9999;

}



/* Modal box */

.rera-modal-content {

    background: #fff;

    width: 90%;

    max-width: 800px;

    height: 80vh;

    margin: 5vh auto;

    position: relative;

    border-radius: 6px;

    overflow: hidden;

}



/* Close button */

.rera-close {

    position: absolute;

    top: 8px;

    right: 12px;

    font-size: 26px;

    font-weight: bold;

    cursor: pointer;

    z-index: 10;

}



/* Button (optional) */

/* .btn-download a {

    text-decoration: underline;

    cursor: pointer;

} */