:root {
    --brown: #ead47f;
    --font-lato: 'Lato-Regular', sans-serif;
    --font-sangbleu: 'sangbleu-sans-regular', serif;
}

@font-face {
    font-family: Lato-Regular;
    src: url("../fonts/Lato/Lato-Regular.ttf");
}

@font-face {
    font-family: sangbleu-sans-regular;
    src: url("../fonts/sangbleu-sans-regular/sangbleu-sans-regular.ttf");
}

body, p, h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: var(--font-lato),sans-serif;
    letter-spacing: 1px;
}

.artistic-impression-box span {
    position: absolute;
    bottom: 10px;
    right: 13px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

span.artistic-impression-heading {
    position: absolute;
    bottom: 9px;
    right: 16px;
    z-index: 1;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.header-section {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 98;
    padding-top: 15px;
}

.header-section .header-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 80px;
    padding-right: 80px;
    align-items: center;
}

.header-section .header-col-1 {
    width: 25%;
}

.header-section .header-col-2 {
    width: 50%;
}

.header-section .header-col-3 {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-section .project-logo-img {
    width: auto;
    height: 75px;
    text-align: center;
    margin: 0px auto;
    display: block;
    /* filter: invert(1); */
}

.header-section .car-icon-img {
    width: auto;
    height: 40px;
}

.header-section a.schedule-site-visit-link {
    text-decoration: none;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    gap: 0px 13px;
    margin-top: 0px;
    margin-right: 57px;
    font-size: 15px;
    text-transform: capitalize;
}

.header-section .call-icon-img {
    width: auto;
    height: 16px;
    margin-right: 2px;
}

.header-section .call-number-link {
    font-size: 17px;
}

.header-section .menubar-icon {
    width: auto;
    height: 32px;
    cursor: pointer;
}

.header-section.newClass {
    background-color: rgb(254, 246, 231);
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-section.newClass .project-logo-img {
    width: auto;
    height: 75px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.slider-container {
    position: relative;
    height: 100vh;
}

.slider-container .slider-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slider-container .slider-box {
    background: linear-gradient(90deg, rgba(221, 189, 58, 0.04) 4.33%, rgba(221, 189, 58, 0.64) 46.63%, rgba(221, 189, 58, 0.04) 97.71%);
    height: 95px;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.slider-container .custom-slider-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 86%;
}

.slider-container .custom-slider-row .top-col-custom-1 {
    width: 25%;
    text-align: center;
    position: relative;
    padding: 10px;
}

.slider-container .custom-slider-row h1 {
    display: grid;
    text-align: center;
    font-family: var(--font-sangbleu);
    gap: 10px 0px;
    font-size: 1.5rem;
}

.slider-container .custom-slider-row h1 span {
    font-size: 14px;
    text-transform: uppercase;
}

.slider-container .custom-slider-row h4 {
    display: grid;
    text-align: center;
    font-family: var(--font-sangbleu);
    gap: 10px 0px;
}

.slider-container .custom-slider-row h4 span {
    font-size: 14px;
    text-transform: uppercase;
}

.slider-container .btn-custom {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: var(--brown);
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 40px;
}

.slider-container .last-top-heading {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 23px;
    padding: 10px;
}

.slider-container .top-col-custom-1:nth-of-type(1)::after {
    content: "";
    display: block;
    width: 1px;
    height: 58px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 10px;
    right: 0px;
}

.slider-container .top-col-custom-1:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 1px;
    height: 58px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 10px;
    right: 0px;
}

.slider-container .top-col-custom-1:nth-of-type(3)::after {
    content: "";
    display: block;
    width: 1px;
    height: 58px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 33px;
    right: 13px;
}

.slider-container .location-to-icon {
    position: relative;
    top: 15px;
    width: auto;
    height: 22px;
}

.slider-container .last-top-heading.first-top-heading {
    padding-top: 17px;
}

.slider-container .img-fluid.project-logo-img {
    width: auto;
    height: 91px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.about {
    background-color: rgb(254, 246, 231);
    padding-top: 60px;
}

.about h2 {
    color: #5a4536;
    font-family: var(--font-sangbleu);
    text-align: center;
    width: 62%;
    margin: 0px auto;
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
    text-transform: uppercase;
}

.about .key-hightlight {
    border-top: 1px solid #5a4536;
    margin-top: 60px;
    padding: 25px 0px;
}

.about .key-hightlight .main-box .inner-box {
    display: flex;
    justify-content: center;
}

.about .key-hightlight .main-box .inner-box .content-box {
    width: 17%;
    display: flex;
    font-family: var(--font-lato);
    align-items: anchor-center;
}
.about .key-hightlight .main-box .inner-box .content-box .number img{
    max-width: 30px;
}

.about .key-hightlight .main-box .inner-box .content-box span {
    padding: 0px 15px;
}

.about .key-hightlight .main-box .inner-box .content-box .num-span {
    font-size: 30px;
}

.about .key-hightlight .main-box .inner-box .content-box .con-span {
    font-size: 18px;
    /* border-left: 1px solid #5a4536; */
    display: flex;
}

.artistic-impression-box {
    position: relative;
}

.overview-section {
    position: relative;
    background-color: rgb(254, 246, 231);
    /* background-image: linear-gradient(to right, rgb(254, 250, 240), rgb(254, 250, 240) 5px, rgb(254, 246, 231) 5px, rgb(254, 246, 231)); */
    background-size: 10px 100%;
}

.overview-section .content {
    position: absolute;
    /* width: 400px; */
    top: 1%;
    left: 26%;
    color: rgb(255, 255, 255);
}

.overview-section .content h2 {
    color: rgb(0 0 0);
    font-family: var(--font-sangbleu);
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
}

.overview-section .bottom-content {
    padding: 60px 0px;
    text-align: center;
    color: #5a4536;
}

.overview-section .ind-content {
    width: 75%;
    margin: 0px auto;
}

.overview-section .ind-content p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: justify;
}

.overview-section .bottom-content .img-sec {
    padding-top: 100px;
    font-family: var(--font-sangbleu);
    text-transform: uppercase;
}

.overview-section .bottom-content .img-sec .box h4 {
    font-size: 39px;
    padding-bottom: 15px;
}

.overview-section .bottom-content .img-sec .box {
    padding: 10px 0px;
}

.overview-section button.btn.btn-custom {
    background-color: var(--brown);
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 40px;
}

.overview-section .img {
    position: relative;
    cursor: pointer;
}

.overview-section .img::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(243deg, rgba(0, 0, 0, 0) 16.31%, rgba(0, 0, 0, 0.72) 90.06%);
}

.overview-section .vr-icon-img {
    position: absolute;
    top: 37%;
    filter: invert(1);
    z-index: 2;
    left: 19px;
    width: auto;
    height: 76px;
}

.overview-section .img h4 {
    position: absolute;
    top: 65%;
    z-index: 2;
    left: 19px;
    width: 60%;
    height: 76px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 38px;
}

.overview-section .vr-icon-img.location-img-icon {
    width: auto;
    height: 55px;
}

.price-list {
    padding: 60px 0px;
}

.price-list h2 {
    font-family: var(--font-sangbleu);
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    width: 45%;
    margin: 0px auto;
    line-height: 38px;
    text-transform: uppercase;
    padding-bottom: 80px;
    color: rgb(234, 212, 127);
}

.price-list .price-box {
    text-align: center;
    color: rgb(255, 255, 255);
}

.price-list .price-box h4 {
    font-family: var(--font-sangbleu);
    text-transform: uppercase;
    font-size: 28px;
}

.price-list .price-box p {
    line-height: 26px;
    font-family: var(--font-lato);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.price-list .p-box {
    height: 100%;
}

.price-list .p-box .price-box {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    height: 100%;
    display: grid;
    align-items: center;
    padding: 27px 0px;
}

.price-list .p-box .price-box p {
    padding: 15px 0px;
}

.price-list .p-box .price-box span {
    margin: 0px auto;
    background-color: rgb(234, 212, 127);
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer;
}

.amenities-section {
    padding: 60px 0px;
}

.amenities-section h2 {
    /* color: #5a4536; */
    font-family: var(--font-sangbleu);
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 0px auto 53px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0px 0px 25px;
    /* border-bottom: 1px solid #5a4536; */
    color: rgb(234, 212, 127);
}

.amenities-section .inner-container {
    width: 80%;
    margin: 0px auto;
}

.amenities-section .nav-tabs {
    justify-content: space-between;
    border-bottom: 0px;
}

.amenities-section .nav-tabs li a {
    font-family: var(--font-lato);
    font-size: 15px;
    font-weight: 300;
    /* color: rgb(167 90 107); */
    padding: 5px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(234, 212, 127);
}

.amenities-section .nav-tabs li.active a {
    color: #5a4536;
    font-weight: 500;
}

.amenities-section .inner-content ul {
    list-style-type: none;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.amenities-section .inner-content ul li {
    padding-bottom: 10px;
    text-align: left;
    width: 50%;
    letter-spacing: 1px;
    color: #fff;
}

.amenities-section .inner-content h4 {
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}

.amenities-section .inner-content .content {
    padding-left: 23px;
}

.amenities-section .nav-tabs li a:hover {
    text-decoration: none;
}

.amenities-section #menu2 .inner-content ul {
    /* display: grid; */
}

.amenities-section .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: unset;
    border: none;
}

.amenities-section button.btn.btn-custom {
    margin: 44px auto 0px;
    background-color: rgb(234, 212, 127);
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 40px;
    border-radius: 5px;
}

.amenities-section .inner-container .tab-content {
    padding-top: 20px;
}

#amenitiesSection .nav-tabs .nav-link.active {
    font-weight: 300;
    color: rgb(0 0 0);
    background-color: rgb(234, 212, 127)!important;
    border: none !important;
    padding: 5px;
}

.floor-plan-section {
    padding: 60px 0px;
}

.floor-plan-section h2 {
    font-family: var(--font-sangbleu);
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    line-height: 38px;
    text-transform: uppercase;
    padding-bottom: 80px;
    color: rgb(0 0 0);
}

.floor-plan-section .carousel-item p {
    color: rgb(0 0 0);
    text-align: center;
    text-transform: uppercase;
}

.floor-plan-section .carousel-item {
    align-items: center;
    height: 100%;
    padding-top: 50px;
}

.floor-plan-section .carousel, .carousel-inner {
    height: 100%;
}

.floor-plan-section .floorplan-details {
    display: grid;
    gap: 10px 0px;
}

.floor-plan-section button.btn.btn-custom {
    margin: 20px auto 0px;
    background-color: rgb(234, 212, 127);
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 27px;
    border-radius: 5px;
    display: block;
}

.floor-plan-section .carousel-control-next, .floor-plan-section .carousel-control-prev {
    position: unset;
    opacity: 1;
    margin-left: 17px;
}

.floor-plan-section .flex-group-button {
    display: flex;
    position: absolute;
    right: 37px;
    top: 73%;
    gap: 10px;
}

.floor-plan-section .carousel-control-next-icon, .floor-plan-section .carousel-control-prev-icon {
    width: 64px;
    height: 45px;
    filter: invert(1);
}

.location-section {
    padding: 100px 0px;
}

.location-section h2 {
    /* color: rgb(0, 0, 0); */
    font-family: var(--font-sangbleu);
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    width: 76%;
    margin: 0px auto;
    line-height: 38px;
    text-transform: uppercase;
    color: rgb(234, 212, 127);
}

.location-section .amenities-section {
    text-align: center;
}

.location-section .amenities-section ul {
    text-align: center;
    justify-content: center;
}

.location-section .nav-pills .nav-link {
    height: 70px;
    width: 70px;
    display: grid;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 100px !important;
}

.location-section .nav-pills .nav-link img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(91%) sepia(38%) saturate(598%) hue-rotate(331deg) brightness(94%) contrast(94%);
}

.location-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #ead47f;
    border-color: #ead47f;
}

.location-section .amenities-section ul li {
    margin: 0px 25px;
}

.location-section .tab-content .box {
    background-color: rgb(255, 255, 255);
    padding: 25px;
}

.location-section .tab-content .box h6 {
    padding-bottom: 25px;
    color: #5a4536;
    text-transform: uppercase;
    font-family: var(--font-lato);
}

.location-section .tab-content .box p {
    margin-bottom: 15px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.location-section .tab-content .img-box {
    height: 100%;
}

.location-section .tab-content .img-box img {
    height: 100px;
    object-fit: cover;
}

.location-section .container .row {
    height: 100%;
}

.location-section .tab-content > .active {
    height: 100%;
}

.location-section .tab-content {
    height: 100%;
}

.location-section {
    background-color: rgb(254, 246, 231);
    padding: 60px 0px;
}

.location-section ul.nav.nav-pills {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 40px;
    gap: 0px 40px;
}

.location-section .nav-link.active img {
    filter: unset;
}

.location-section .location-map-img {
    width: 100%;
    height: 368px;
    object-fit: cover;
}

.gallary-section {
    padding: 60px 0px;
}

.gallary-section h2 {
    color: rgb(0 0 0);
    font-family: var(--font-sangbleu);
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin: 0px auto;
    text-transform: uppercase;
    padding-bottom: 80px;
}

.gallary-section .gallery-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallary-section .img-box.active {
    width: 55%;
    transition: width 0.5s linear;
    position: relative;
}

.gallary-section .img-box {
    width: 10%;
    height: 100%;
}

.gallary-section .gallery-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.footer {
    background-color: rgb(254, 246, 231);
    padding: 60px 0px;
}

.footer h2 {
    color: #5a4536;
    font-family: var(--font-sangbleu);
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 0px auto;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0px 0px 25px;
}

.footer .form-sec {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #5a4536;
    padding-bottom: 50px;
}

.footer .container {
    max-width: 90%;
    margin: 0px auto;
}

.footer .form-sec p {
    margin-left: 15px;
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
}

.footer .form-sec .box {
    padding: 15px;
}

.footer .form-sec .box:nth-of-type(1) {
    width: 33%;
}

.footer .form-sec .box:nth-of-type(2) {
    width: 33%;
}

.footer .form-sec .box:nth-of-type(3) {
    width: 33%;
}

.footer .form-sec .box:nth-of-type(4) {
    width: 82%;
}

.footer .form-sec .box:nth-of-type(5) {
    width: 18%;
    text-align: right;
}

.footer .form-sec .box .form-control {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #5a4536;
    height: 45px;
}

.footer .form-sec .box button {
    font-family: var(--font-lato);
    font-size: 14px;
    font-weight: 300;
    padding: 8px 25px;
    background-color: #5a4536;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border: 0px;
    margin-left: auto;
}

.footer .logo-box {
    text-align: center;
}
.footer .logo-box h4{ 
    font-family: var(--font-sangbleu);
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 0px auto;
    line-height: 38px;
    text-transform: uppercase;
    margin: 20px 0 15px;
}

.footer .logo-box img {
    margin: 25px auto;
    display: block;
}

.footer .logo-box button {
    background-color: transparent;
    border: 0px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 25px;
}

.bottom-footer {
    background-color: #5a4536;
    padding: 25px 0px 40px;
}

.bottom-footer h5 {
    color: rgb(201, 173, 113);
    font-family: var(--font-sangbleu);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 0px auto 25px;
    line-height: 64px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.bottom-footer p {
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: var(--font-lato);
    font-size: 12px;
}

.bottom-footer p a {
    color: rgb(255, 255, 255);
}

.disclaimer-privacy-policy {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

a.disclaimer-privacy-policy:hover {
    color: rgb(255, 255, 255);
}

.sidenav .menu-logo-img-2 {
    display: none;
}

.sidenav ul.nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    width: 100%;
    gap: 33px 0px;
}

.sidenav {
    height: 0px;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    left: 0px;
    background-color: rgb(254, 250, 241);
    overflow: hidden;
    transition: height 0.5s;
    text-align: center;
}

.sidenav.open {
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidenav a {
    padding: 10px 18px;
    text-decoration: none;
    font-size: 13px;
    color: rgb(0, 0, 0);
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.sidenav a:hover {
    color: rgb(21, 87, 36);
}

.sidenav .closebtn {
    position: absolute;
    top: -4px;
    right: 25px;
    font-size: 32px;
}

.mobile-section-1 {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgb(13, 13, 12);
    z-index: 99;
    display: none;
}

.mobile-section {
    display: flex;
    justify-content: center;
}

.mobile-section-1 a.btn.btn-success.btn-block {
    background-color: rgb(234, 212, 127);
    width: 100%;
    border: none;
    border-radius: 0px;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-top: 0px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 13px;
}

input[type="checkbox"]:checked {
    background-color: rgb(0, 0, 0);
}

input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

input[type="checkbox"]:checked {
    background-color: rgb(0, 0, 0);
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 4px;
    height: 8px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
}

a.read-more-toggle {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

#imageSliderModal button.close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
    background-color: rgb(255, 255, 255);
    z-index: 9;
    opacity: 1 !important;
}

iframe#vrIframe {
    width: 100%;
    height: 500px;
}

div#vrModal button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    opacity: 1;
}

div#vrModal .modal-content {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    border: none !important;
}

#imageSliderModal img.img-fluid.modal-slide-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.contact-form-modal .modal-body {
    text-align: center;
    padding: 28px;
    border-radius: 10px;
    overflow: hidden;
    outline-offset: -11px;
}

.contact-form-modal .modal-body .btn-custom {
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgb(234, 212, 127);
    margin-top: 18px;
    width: 100%;
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.contact-form-modal .modal-content .form-control {
    height: 38px;
    border-top: rgb(255, 222, 173);
    border-right: rgb(255, 222, 173);
    border-left: rgb(255, 222, 173);
    border-image: initial;
    color: rgb(0, 0, 0);
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    border-radius: 0px;
}

.contact-form-modal .modal-content .form-group {
    margin-bottom: 15px;
}

.contact-form-modal .modal-content .top-form-heading {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    text-transform: math-auto;
    width: 100%;
    color: rgb(0, 0, 0);
    padding: 7px;
    border-radius: 5px;
    font-family: Lato-Regular;
    letter-spacing: 3px;
}

.contact-form-modal .modal-content {
    border-radius: 10px;
    max-width: 89%;
    margin: 0px auto;
}

.contact-form-modal .modal-content .project-logo-modal {
    text-transform: uppercase;
    font-size: 36px;
}

.contact-form-modal .modal-content button.close {
    width: 30px;
    height: 31px;
    background-color: rgb(228, 189, 39);
    border-radius: 50%;
    color: rgb(0, 0, 0);
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 23px;
    font-weight: 400;
    opacity: 1 !important;
    text-shadow: none !important;
}

.contact-form-modal .modal-project-img {
    width: auto;
    height: 60px;
    /* filter: invert(1); */
}

.dis a {
    text-transform: uppercase;
    padding-right: 25px;
    color: rgb(201, 173, 113) !important;
}
.leaf_one{
    position: relative;
}
.leaf_one::before{
    position: absolute;
    content: '';
    background: url("../images/feather.png") no-repeat;
    top: 0;
    left: 0;
    width: 145px;
    height: 130px;
}
.leaf_two{
    position: relative;
}
.leaf_two::before{
    position: absolute;
    content: '';
    background: url("../images/second-leaf.png") no-repeat;
    bottom: 0;
    right: 0;
    width: 175px;
    height: 180px;
    background-position: right bottom;
}
.flower{
    position: relative;
}
.flower::before{
    position: absolute;
    content: '';
    background: url("../images/flower.png") no-repeat;
    top: 0;
    left: 0;
    width: 150px;
    height: 160px;
}
.chess{
    position: relative;
}
.chess::before{
    position: absolute;
    content: '';
    background: url("../images/chess.png") no-repeat;
    bottom: 0;
    right: 0;
   width: 140px;
    height: 140px;
    background-position: right bottom;
}

.gradient{
    background: linear-gradient(45deg, #bf953f, #fcf6ba, #cf9e34, #fbf5b7, #aa771c);
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite;
    color: #000!important;
}
@keyframes Gradient {
    0%{background-position:0 50%}
    50%{background-position:100% 50%}
    100%{background-position:0 50%}
}
.highlight_section{
    background-color: rgb(254, 246, 231);
    padding: 60px 0px;
}

.highlight_section h2 {
    color: rgb(0, 0, 0);
    font-family: var(--font-sangbleu);
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    width: 76%;
    margin: 0px auto 50px;
    line-height: 38px;
    text-transform: uppercase;
}
.highlight_section ul{
    max-width: 85%;
}
.highlight_section ul li{
    list-style-type: none;
    font-size: 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: start;
    text-align: justify;
}
.highlight_section ul li img{
    max-width: 20px;
    margin: 8px 8px 0 0;
}

@media (max-width: 1440px) {
    .header-section {
        padding-top: 15px;
    }

    .header-section .project-logo-img {
        height: 60px;
    }

    .slider-container .slider-box {
        height: 95px;
    }

    h4.last-top-heading {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 27px;
        padding: 17px;
    }

    .slider-container .custom-slider-row h1 {
        font-size: 30px;
    }

    .slider-container .custom-slider-row h4 {
        font-size: 30px;
    }

    .slider-container .last-top-heading.first-top-heading {
        font-size: 16px;
    }

    .slider-container h4.last-top-heading {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    .header-section {
        padding-top: 15px;
    }

    .header-section .project-logo-img {
        height: 60px;
    }
    .header-section.newClass .project-logo-img {
        width: auto;
        height: 60px;
    }

    .slider-container .slider-box {
        height: 85px;
    }

    h4.last-top-heading {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 27px;
        padding: 17px;
    }

    .slider-container .custom-slider-row h1 {
        font-size: 28px;
    }

    .slider-container .custom-slider-row h4 {
        font-size: 28px;
    }

    .slider-container .last-top-heading.first-top-heading {
        font-size: 12px;
    }

    .slider-container h4.last-top-heading {
        font-size: 12px;
    }
}

@media (max-width: 1280px) {
    .header-section a.schedule-site-visit-link {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .slider-container {
        height: unset;
    }

    .header-section a.schedule-site-visit-link {
        font-size: 12px;
    }

    .mobile-section-1 {
        display: block;
    }

    .header-section {
        padding-top: 8px;
    }

    .header-section .schedule-site-visit-link {
        margin-top: 0px;
        font-size: 14px;
        display: grid;
        text-align: center;
    }

    .header-section .project-logo-img {
        height: 48px;
    }

    .header-section .header-row {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-section .car-icon-img {
        width: auto;
        height: 40px;
        margin: 0px auto;
        display: none;
    }

    .header-section .schedule-site-visit-link.call-number-link span {
        display: none;
    }

    .header-section .schedule-site-visit-link.call-number-link {
        margin-top: 0px;
        margin-right: 15px;
        display: none;
    }

    .header-section.newClass {
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .header-section.newClass .project-logo-img {
        height: 48px;
    }

    .header-section .schedule-site-visit-link {
        font-size: 10px;
    }

    .header-section .menubar-icon {
        width: auto;
        height: 27px;
        /* margin-left: 55px; */
        margin-right: 10px;
    }

    .slider-container .btn-custom {
        display: none;
    }

    .slider-container .btn-custom {
        font-size: 14px;
        padding: 9px 30px;
    }

    .gallery-img {
        transform: unset;
        opacity: 1;
        transition: unset;
    }

    .slider-container .slider-box {
        background: linear-gradient(0deg, rgba(221, 189, 58, 0) 4.33%, rgba(221, 189, 58, 0.39) 46.63%, rgba(221, 189, 58, 0) 97.71%);
        height: 327px;
        top: 39%;
    }

    .slider-container .slider-img {
        width: 100%;
        height: 59vh;
        object-fit: cover;
        /* margin-top: 290px; */
        margin-top: 220px;
    }

    .slider-container .custom-slider-row {
        display: flex;
        width: 100%;
    }

    .slider-container .custom-slider-row .top-col-custom-1 {
        width: 100%;
    }

    .slider-container .top-col-custom-1:nth-of-type(1)::after {
        display: none;
    }

    .slider-container .top-col-custom-1:nth-of-type(2)::after {
        display: none;
    }

    .slider-container .top-col-custom-1:nth-of-type(3)::after {
        display: none;
    }

    .overview-section .first-banner {
        height: 242px;
        object-fit: cover;
    }

    .amenities-section button.btn.btn-custom {
        display: block;
    }

    .about h2 {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }

    .about .key-hightlight .main-box .inner-box {
        display: flex;
        flex-wrap: wrap;
        gap: 18px 0px;
        text-align: center;
    }

    .about .key-hightlight .main-box .inner-box .content-box {
        width: 50%;
    }

    .about .key-hightlight .main-box .inner-box .content-box .con-span {
        font-size: 14px;
        border: none;
    }

    .about .key-hightlight .main-box .inner-box .content-box .num-span {
        font-size: 22px;
    }

    .about .key-hightlight .main-box .inner-box .content-box {
        width: 50%;
        display: grid;
        text-align: center;
        justify-content: center;
        border: 1px solid rgba(0, 0, 0, 0.04);
    }

    .about .key-hightlight .main-box .inner-box .content-box .con-span {
        border-right: none !important;
    }

    section#aboutUs img.img-fluid.gallery-img.zoom-out {
        height: 300px;
        object-fit: cover;
    }

    .price-list h2 {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }

    .price-list .p-box {
        height: 100%;
        width: 85%;
        margin: 0px auto;
    }

    .overview-section .img h4 {
        top: 65%;
        left: 19px;
        width: 48%;
        height: 76px;
        font-size: 19px;
        line-height: 28px;
    }

    .overview-section .vr-img-box {
        width: 100%;
    }

    .overview-section .bottom-content .img-sec {
        padding-top: 40px;
        font-family: sangbleu-sans-regular;
        text-transform: uppercase;
    }

    .price-list h2 {
        font-size: 16px;
        width: 100%;
        margin: 0px auto;
        line-height: 32px;
        padding-bottom: 40px;
        padding: 0 15px 40px;
    }

    img.img-fluid.vr-icon-img.gallery-img.zoom-out {
        height: 64px !important;
    }

    .overview-section .bottom-content {
        padding-bottom: 30px;
    }

    .overview-section .bottom-content .img-sec .box h4 {
        font-size: 40px;
        padding-bottom: 15px;
    }

    .overview-section .col-sm-4.mobile-margin {
        margin-top: 50px;
    }

    .amenities-section h2 {
        font-size: 16px;
        line-height: 28px;
    }

    .amenities-section .inner-container {
        width: 100%;
        margin: 0px auto;
    }

    .amenities-section ul.nav.nav-tabs.animate-text.visible {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .amenities-section li.nav-item {
        width: 50%;
        text-align: center;
    }

    .amenities-section .inner-content h4 {
        padding-top: 30px;
        font-size: 18px;
        text-align: center;
    }

    .amenities-section .inner-content ul {
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0px auto;
        display: block;
        width: fit-content;
    }

    .amenities-section .inner-content ul li {
        width: 100%;
    }

    .overview-section .content h2 {
        font-size: 16px;
        line-height: 28px;
        width: 58%;
        display: none;
    }

    .overview-section .content {
        top: 3%;
        left: 9%;
    }

    .overview-section .ind-content p {
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .overview-section .ind-content {
        width: 100%;
        margin: 0px auto;
    }

    .floor-plan-section h2 {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        padding-bottom: 40px;
    }

    .master-plan.gallery-img.zoom-out {
        width: auto;
        height: auto;
        margin: 40px auto 30px;
        display: block;
    }

    .floor-plan-section .carousel-item {
        align-items: center;
        height: 100%;
        padding-top: 0px;
    }

    section#floorPlan .row {
        flex-direction: column-reverse;
    }

    .floor-plan-section .flex-group-button {
        position: unset;
        justify-content: center;
        margin-top: 30px;
    }

    .floor-plan-section .carousel-control-next-icon, .floor-plan-section .carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }

    .location-section .location-map-img {
        margin-top: 40px;
    }

    .location-section .tab-content > .active {
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .location-section ul.nav.nav-pills {
        margin-bottom: 15px;
        margin-top: 30px;
        gap: 0px 20px;
    }

    .location-section .nav-pills .nav-link img {
        width: 30px;
        margin: 0px auto;
        display: block;
    }

    .location-section h2 {
        font-size: 16px;
        width: 100%;
        line-height: 28px;
    }

    .gallary-section img.img-fluid.gallery-img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .gallary-section h2 {
        width: 100%;
        padding-bottom: 30px;
    }

    section#gallery {
        padding-bottom: 30px;
        overflow: hidden;
    }

    .gallary-section h2 {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 30px;
    }

    .gallary-section .img-box.active {
        width: 50%;
    }

    .gallary-section .img-box {
        width: 50%;
        height: auto;
        margin-bottom: 20px;
        position: relative;
    }

    .gallary-section img.img-fluid.gallery-img {
        width: 90%;
        height: 160px;
        object-fit: cover;
        margin: 0px auto;
        display: block;
    }

    .gallery-images.animate-text.visible {
        padding: 8px;
        justify-content: center;
    }

    .footer h2 {
        font-size: 16px;
        line-height: 28px;
    }

    .footer .form-sec .box:nth-of-type(1) {
        width: 100%;
    }

    .footer .form-sec .box:nth-of-type(2) {
        width: 100%;
    }

    .footer .form-sec .box:nth-of-type(3) {
        width: 100%;
    }

    .footer .form-sec {
        display: grid;
    }

    .footer .form-sec .box:nth-of-type(5) {
        width: 100%;
        text-align: center;
    }

    .footer .form-sec .box button {
        width: 100%;
        padding: 12px;
    }

    .footer .form-sec .box:nth-of-type(4) {
        width: 100%;
    }

    .footer .form-sec .box {
        padding: 8px;
    }

    .para-content {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: unset;
    }

    .footer .form-sec p {
        margin-left: 4px;
        padding-top: 26px;
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }

    .footer {
        padding: 40px 0px;
    }

    .footer .logo-box img {
        margin: 25px auto 10px;
        display: block;
        width: auto;
        height: 107px;
    }

    .bottom-footer h5 {
        color: rgb(201, 173, 113);
        font-family: sangbleu-sans-regular;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        margin: 0px auto 20px;
        line-height: 28px;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 15px;
    }

    .bottom-footer {
        padding: 35px 0px 77px;
    }

    .bottom-footer p {
        font-size: 10px;
    }

    .slider-box {
        background: linear-gradient(0deg, rgba(221, 189, 58, 0) 4.33%, rgba(221, 189, 58, 0.57) 46.63%, rgba(221, 189, 58, 0) 97.71%);
        height: 327px;
        top: 37%;
    }

    .slider-img {
        width: 100%;
        height: 56vh;
        object-fit: cover;
        margin-top: 290px;
    }

    .custom-slider-row {
        display: flex;
        width: 100%;
    }

    .contact-form-modal .modal-content {
        border-radius: 10px;
        max-width: 100%;
        margin: 0px auto;
        display: block;
        right: unset;
    }

    .floor-plan-section button.btn.btn-custom {
        margin-bottom: 30px;
    }

    .header-col-1 {
        padding-left: 19px;
    }

    section#floorPlan .col-sm-12.col-md-5.col-lg-5 {
        padding-top: 50px;
    }

    .sidenav.open {
        height: 100%;
        display: grid;
        align-items: center;
        justify-content: center;
    }

    li.menu-link {
        width: 100%;
    }

    .sidenav a {
        padding: 3px;
        text-decoration: none;
        font-size: 20px;
        color: rgb(0, 0, 0);
        display: block;
        transition: 0.3s;
        text-transform: uppercase;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 18px;
        right: 25px;
        font-size: 40px;
    }

    img.img-fluid.menu-logo-img-2 {
        width: auto;
        height: 75px;
        position: absolute;
        top: 28px;
        left: calc(50% - 73px);
    }

    ul.nav-list {
        gap: 26px 0px;
    }

    img.img-fluid.menu-logo-img-2 {
        width: auto;
        height: 42px;
    }

    .sidenav a {
        font-size: 15px;
    }

    img.img-fluid.menu-logo-img-2 {
        display: block;
        /* filter: invert(1); */
        /* margin: 0 auto; */
    }

    span.artistic-impression-heading {
        position: absolute;
        bottom: 5px;
        right: 16px;
        z-index: 1;
        color: rgb(255, 255, 255);
        font-size: 9px;
    }

    .leaf_one::before {
        top: 27%;
        background-size: 27% auto;
    }
    .leaf_two::before {
        bottom: 6%;
        background-size: 27% auto;
    }
    .flower::before {
        top: 13%;
        background-size: 22% auto;
    }
    .chess::before {
        display: none;
    }
    .m_view{
        display: none !important;
    }
    .highlight_section h2 {
        font-size: 16px;
        width: 100%;
        margin: 0px auto;
        line-height: 32px;
        padding-bottom: 40px;
        padding: 0 15px 40px;
    }
    .highlight_section ul {
        max-width: 100%;
    }
    .highlight_section ul li {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .highlight_section .high_image{
        margin-top: 15px;
    }
}
