*{
    --heading-color: #bd9746;
}

@font-face {
    font-family: NovareseBookBT;
    src: url(../fonts/NovareseBookBT.ttf);
}

@font-face {
    font-family: BodoniBkBTBook;
    src: url(../fonts/BODONI-SVTYTWO-ITC-TT-BOOK.TTF);
}

@font-face {
    font-family: BodoniBkBTBook-light;
    src: url(../fonts/BODONIXT.TTF);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

body {
    font-family: 'Montserrat';
}

p {
    line-height: 24px;
}

.navbar a,
.navbar a:focus {
    font-family: 'Montserrat';
}

.header {
    background: #ffffff;
}

.main-slider {
    padding: 0;
}

.owl-carousel .item img {
    width: 100%;
}

/* footer styles */

.footer {
    background: #fff;
}

.footer .footer-content .container {
    padding-top: 30px;
    width: 85%;
    margin: 20px auto 0;
}

.footer-content .social-links {
    margin: 20px 0;
    width: fit-content;
}

.footer-content .social-links a {
    padding: 8px;
}

.footer-content .social-links a.br {
    border-right: 1px solid #478C35;
}

.footer-content .social-links a i {
    font-size: 32px;
    color: #3CB3C0;
    vertical-align: middle;
}

.footer-content .left-content p i {
    color: #3CB3C0;
    margin-right: 5px;
}

#footer .footer-content {
    background-color: #000;
}

#footer::before {
    content: "";
    /* background-image: url(../images/footer_plant.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -10%;
    top: 0;
    /* width: 45%; */
    height: 200px;
}

#footer::after {
    content: "";
    /* background-image: url(../images/bush.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 35px;
    bottom: -35px;
    width: 30%;
    height: 130px;
}

#footer .footer-band {
    /* min-height: 50px;
    background-color: #3CB3C0;
    width: 100%; */
}

/* end footer styles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: var(--heading-color);
}

section {
    margin: 50px 0;
}

.p-0 {
    padding: 0 !important;
}

.header .logo img {
    max-height: 50px;
}

.about-section {
    margin: 0;
    padding: 40px 0 40px;
    position: relative;
}

.about-section .left-img {
    text-align: right;
}

.about-section .left-img img {
    width: 85%;
    margin-bottom: -10%;
    box-shadow: 0px 2px 25px #00000029;
}

.about-section .tree-bg {
    background: url("../images/tree-bg.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 70% 100%;
}

.about-section.plant-bg {
    background-image: url("../images/footer_plant.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}

.about-section .section-container {
    position: relative;
    /*z-index: -1;*/
}

.about-section .bg-bottom {
    background-image: url("../images/greenpatch.png");
    background-position: center 110%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.about-section::before {
    content: "";
    /* background-image: url("../images/creeper.png"); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 200px;
}

/* .about-section::after {
    content: "";
    background-image: url("../images/cloud.png");
    background-repeat: no-repeat;
    background-size: 15%;
    position: absolute;
    right: 10%;
    top: 0;
    width: 100%;
    height: 100%;
} */

.about-section .content {
    width: 100%;
    padding-left: 50px;
    /* padding-top: 50px; */
    /* padding-bottom: 120px; */
}

.about-section .content .title {
    font-size: 45px;
    font-family: "BodoniBkBTBook";
    color: var(--heading-color);
}

.about-section .content p {
    /* font-size: 14px;
    line-height: 1.5; */
    text-align: justify;
}

.specification-section {
    /* background-color: #024064; */
    background-color: #000;
    padding: 60px 0 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.specification-section .config-specs {
    width: 90%;
    margin: 0 auto;
}

.config-specs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.config-specs .box {
    width: 20%;
    /* min-height: 150px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 2.5rem;
}

.config-specs .box img {
    margin: 0 auto;
    width: 60px;
    min-height: 40px;
    /* max-height: 40px; */
    object-fit: contain;
    margin-bottom: 15px;
}

.config-specs .box p {
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.config-specs .box p span {
    color: #9FD983;
    font-size: 40px;
    font-family: "BodoniBkBTBook";
}

.section-title {
    font-size: 30px;
    color: var(--heading-color);
    text-align: center;
}

#project-config-table thead {
    background: #000;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-container {
    width: 75%;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
}

#project-config-table thead tr th.first {
    border-top-left-radius: 10px;
}

#project-config-table thead tr th.last {
    border-top-right-radius: 10px;
}

#project-config-table tbody tr td p {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #d0d0d07a;
    /* font-weight: 100; */
}

#project-config-table tbody tr {
    padding: 10px 0;
}

.project-configuration {
    /* background: url("../images/specification-bg.png"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 70px;
    margin-bottom: 0;
    margin: 0;
    margin-top: -100px;
}

#project-config-table tr td {
    border: 0;
    box-shadow: none;
}

.video-section {
    padding: 0;
}

.video-section,
.middle-content-section {
    margin: 0;
}

.btn-play {
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    padding: 15px;
}

.btn-play:hover {
    color: #fff;
}

.video-box {
    position: relative;
    background-image: url(../images/Forest-video-bg-02-overlay.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px;
}

.video-section {
    position: relative;
}

.video-box p.content {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
    font-size: 20px;
    width: 30%;
}

.video-box .btn-play {
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    transform: unset;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.video-box .btn-play img {
    filter: invert(100%);
    width: 30px;
}

.middle-content-section .left-img {
    text-align: right;
}

.middle-content-section .left-img img {
    width: 100%;
}

.middle-content-section .content {
    width: 75%;
    margin: 0 auto;
}

.middle-content-section .content .title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
    font-family: "BodoniBkBTBook";
    font-weight: 600;
}

.project-plan-section .title {
    font-family: "BodoniBkBTBook";
    font-weight: 600;
    background: #fff;
    margin-bottom: 0;
    text-align: center;
}

.middle-content-section .content {
    text-align: center;
}

.middle-content-section .content img {
    width: 60px;
    margin: 0 auto 10px;
}

.middle-content-section .content p {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
}

.middle-content-section.section-2 .left-img {
    text-align: left;
}

.project-plan-section {
    padding: 0;
    margin: 0;
}

.project-plan-section .left-img img {
    width: 100%;
}

.floor-plan-section {
    background: #438B35;
    padding: 30px 50px;
    height: 696px;
}

.floor-plan-section #floor-plan .owl-item {
    padding: 0 30px 30px;
}

.floor-plan-section #floor-plan .owl-item a img {
    margin-bottom: 10px;
}

.floor-plan-section #floor-plan .owl-item a p {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    min-height: 60px;
}

.floor-plan-section #floor-plan .owl-item a {
    width: 100%;
    padding: 0;
}

#floor-plan .owl-dots {
    text-align: center;
}

#floor-plan .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#floor-plan .owl-dots .owl-dot.active span {
    background: #BBEC15;
}

.gallery-section {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 80px;
    position: relative;
}

.gallery-section:before {
    content: "";
    /* background-image: url("../images/hanger.png"); */
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    right: 100px;
    top: 0;
    width: 15%;
    height: 400px;
}

.gallery-section .section-title h2 {
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 1;
    text-align: left;
    width: 80%;
}

.gallery-section .section-title small {
    font-size: 14px;
}

#gallery-tab .nav-item button.nav-link {
    background: transparent;
    color: #D2D2D2;
    border: none;
    font-size: 24px;
    border-radius: 0;
    width: 150px;
    font-family: "BodoniBkBTBook";
}

#gallery-tab .nav-item .nav-link.active {
    background: transparent;
    color: #024064;
    margin: 0;
    position: relative;
}

.gallery-slider .owl-nav {
    display: none;
}

.gallery-slider .img-container.mt {
    margin-top: 75px;
}

#pills-tabContent {
    padding: 50px;
}

.gallery-slider .item {
    margin: 10px;
}

.gallery-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    border: 1px solid #438B35;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.gallery-slider .owl-dots .owl-dot.active span {
    background: #438B35;
}

.connectivity-section {
    margin-top: 0;
    padding-top: 50px;
}

.connectivity-section .left-img img {
    width: 100%;
}

.connectivity-section .content-bg {
    background: #438B35;
    /* width: 45%; */
}

.connectivity-section .content {
    background: #438B35;
    width: 100%;
    padding: 35px 40px;
}

.connectivity-section .content img {
    width: 50px;
    height: 50px;
}

.connectivity-section .content .box p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.section-title h2 {
    font-size: 45px;
    font-family: "BodoniBkBTBook";
    font-weight: 500;
    margin: 0 auto 30px;
    color: #bd9746;
}

.connectivity-section .box-container {
    margin-left: 80px;
    margin-top: 50px;
}

.location-section .content {
    background: #438B35;
    color: #fff;
    padding: 45px 20px;
    margin-bottom: 7px;
}

.location-section .content h2,
.aboutus-section .content h2 {
    font-family: "BodoniBkBTBook";
    font-weight: 600;
}

.aboutus-section .content h2 {
    color: #438B35;
    margin-top: 30px;
}

.location-section .content p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 5px;
}

.aboutus-section .box {
    position: relative;
    margin: 40px auto;
    width: 60%;
}

.aboutus-section .content p {
    font-size: 16px;
}

.aboutus-section img {
    width: 100%;
}

.aboutus-section .content {
    position: absolute;
    top: 35%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40%;
    text-align: left;
}

.aboutus-section .content img {
    width: 150px;
    text-align: left;
}

#footer {
    position: relative;
    /* padding-top: 50px; */
    background-color: #F5F5F5;
}

#footer .left-content p,
#footer .left-content p a {
    color: #fff;
    margin-right: 20px;
    margin-bottom: 30px;
}

#testimonials .owl-dots {
    margin-top: 30px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    border: 1px solid #438B35;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span {
    background: #438B35;
}

#main-banner .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.enquire-now-section {
    padding: 0;
}

.btn {
    border-radius: 2px;
}

.btn:hover {
    color: #fff;
}

.btn-default{
    background-color: #bd9746;
    color: #000;
}

.btn-enquire {
    background-color: #438B35;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
}

.btn-book {
    color: #438B35;
    background: #fff;
    padding: 15px 20px;
    font-size: 18px;
}

.btn-book:hover {
    color: #438B35;
}
.btn-book-desk{
    position: relative;
    border: 2px solid #596169;
    border-radius: 31px;
    padding: 5px 10px !important;
    text-align: center;
    /* display: inline-block !important; */
    margin: 19px 0;
    color: #000;
    font-weight: 600;
    transition: ease all 0.5s;
    width: fit-content;
}

.btn-book-desk:hover {
    color: #fff !important;
    background: #210;
}

.fixed-cta-download{
    position: fixed;
    left: 2%;
    padding-right: 2rem;
    bottom: 10px;
    background: #c0a34f;
    border-radius: 5px;
    z-index: 99;
}

.fixed-cta-enquiry{
    display: block ;
    position: fixed;
    right: 2%;
    /* padding-right: 2rem; */
    bottom: 10px;
    /* background: #c0a34f; */
    background: #bd9746;
    border-radius: 5px;
    z-index: 99;
}

.fixed-cta-enquiry-mobile{
    display: block ;
    /* position: fixed; */
    right: 2%;
    /* padding-right: 2rem; */
    bottom: 10px;
    background: #c0a34f;
    border-radius: 5px;
    z-index: 99;
}

.modal .modal-content {
    border-radius: 0;
}

.modal .modal-header {
    background: #000;
    color: #bd9746;
    border-radius: 0;
}

.modal .modal-header .btn-close {
    filter: invert(1);
}

form .btn-submit {
    background: #000;
    color: #bd9746;
    font-weight: 600;
}

#project-config-table {
    width: 100%;
    height: 30vh;
}

form label.error {
    font-size: 10px;
    color: tomato;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    background: transparent;
    color: #fff !important;
}

.iframe-link {
    position: absolute;
    display: inline-block;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-slider {
    position: relative;
    margin-bottom: 0;
}

.btn-enquire-now {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    z-index: 9;
    padding: 15px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

#project-config-table thead tr th {
    width: 21%;
    max-width: 20%;
    text-align: center;
    padding: 10px 0;
}

#project-config-table tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.btn-price {
    color: #bd9746;
    background: #000;
    border-radius: 25px;
    padding: 5px 15px;
}

.btn-brochure{
    color: #bd9746;
    background: #000;
    border-radius: 25px;
    padding: 10px 15px;
}

.location-img iframe {
    height: 600px;
}

.navbar {
    width: 100%;
}

.navbar .container-fluid {
    background-color: #fff;
}

#navbarCollapse .navbar-nav {
    margin-left: auto;
}

.banner-form-section {
    margin: 0;
    padding-top: 75px;
}

.banner-form-section form .btn-submit {
    width: 100%;
    border: 1px solid #024064;
    background-color: #024064;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
}

.banner-form-section .title {
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 20px;
    font-family: "BodoniBkBTBook";
    font-weight: 500;
    font-size: 45px;
}

#banner-form input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #024064;
    padding: 10px 15px;
    background: transparent;
}

#project-config-table tbody .striped {
    background-color: #EFEFEF;
}

.project-plan-section .content-bg {
    background: #438B35;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: transparent;
    color: #000;
    border-radius: 50%;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
    font-size: 40px;
    background: #fff;
    padding: 10px;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

.connectivity-section .content .box {
    margin-bottom: 25px;
}


.project-plan-section .content {
    height: 100%;
}

.project-plan-section .content .left-img {
    height: 95%;
}

.project-plan-section .content .left-img img {
    height: 100%;
}

.project-plan-section .floor-plan-box .content {
    background: #438b35;
    height: 100%;
}

.floor-plan-section {
    height: 95%;
}


.whatsapp-btn {
    background: #4ac04b;
    display: flex;
    padding: 2px 3px;
    border-radius: 100%;
    position: fixed;
    right: 5px;
    top: 60%;
    z-index: 999;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.whatsapp-btn svg {
    position: absolute;
    width: 90%;
    fill: #fff;
    top: 2px;
}

.whatsapp-btn a {
    color: transparent !important;
    line-height: 0;
    height: 100%;
    position: relative;
    z-index: 99;
    right: 0px;
    width: 36px;
    top: auto;
}

.flBtnBox.big {
    background-color: #0c54a0;
    font-size: 30px;
    height: 50px;
    width: 50px;
    padding: 0 5px;
}

.flBtnBox {
    outline: 0;
    border: 0;
    border-radius: 50%;
    background-color: #ED1846;
    color: #fff;
    cursor: pointer;
}

.flBtns {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    display: none;
    padding: 0 5px;
    align-items: center;
}

.flBtnBox.small.whatsapp-icon {
    /*background: #4ac04b;*/
    fill: white;
    padding: 5px;
    line-height: 0px;
    height: 40px;
    width: 40px;
}

.flBtnBox.small {
    animation: showBtn 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    transform: scale(0);
    background-color: #363636;
    margin: 0 5px;
    font-size: 20px;
    height: 35px;
    width: 35px;
    padding: 5px;
    line-height: 26px;
    text-align: center;
    color: white !important;
}

.flBtnBox.small:nth-child(3) {
    animation-delay: 300ms;
}

@keyframes showBtn {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

.flBtnBox.small:nth-child(2) {
    animation-delay: 150ms;
}

.flBtnCntr:hover .flBtns .flBtnBox {
    /*opacity:1;*/
}

.flBtnCntr:hover .flBtns {
    display: inline-flex;
}

.flBtnCntr {
    display: inline-flex;
    position: fixed;
    bottom: 70px;
    left: 50px;
    z-index: 10;
}

.gallery-note {
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
    margin-right: 10px;
}

.gallery-slider .owl-nav .owl-next span,
.gallery-slider .owl-nav .owl-prev span {
    background: rgba(255, 255, 255, 0.7);
}

#project-config-table thead tr th:last-child {
    min-width: 200px;
}

/* -------------------------- */
/* ------- New styles ------- */
/* -------------------------- */

.slider-section {
    margin: 0;
    padding: 0;
    position: relative;
}

/* Slider CSS */

.slider-section:before {
    content: "";
    position: absolute;
    display: inline-block;
    /* background: url("../images/slider-bg.png"); */
    /* background: #000; */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 90vh;
    top: 20%;
    z-index: 0;
}

.slideshow {
    /* height: 90vh; */
}

.slide__img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slidenav .slidenav__item,
.slidenav span {
    color: #fff;
}

.slidenav {
    left: unset;
    right: 0;
}

.slideshow .slides .slide__title {
    color: #fff;
    font-family: "BodoniBkBTBook";
    font-size: 50px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.slideshow .slides .slide__desc {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 22px;
    text-align: left;
}

.slideshow .slides .slide__desc.bottom {
    margin-bottom: 0;
    font-size: 20px;
}

.slideshow .slides .slide {
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-start;
}

/* End Slider CSS */


.banner-form-section .form-container {
    /* background: url("../images/banner-form-bg.jpg"); */
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120%;
    /* padding: 75px 50px; */
    z-index: 9;
    position: relative;
}

.tabs-section {
    /* background: url("../images/middle-bg.png"); */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.tabs-section::before {
    content: "";
    /* background-image: url("../images/plant-top.png"); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 200px;
}

.tabs-section::after {
    content: "";
    /* background-image: url("../images/blue-lines.png"); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 200px;
}

.tabs-section .carousel-nav a {
    padding: 10px 20px;
}

.tabs-section .carousel-nav {
    border: none;
    width: 85%;
    margin: 0 auto 40px;
}

.tabs-section .carousel-nav .col {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    font-family: "BodoniBkBTBook";
}

.tabs-section .carousel-nav .col.active {
    color: #024064;
}

.tabs-section .carousel-nav .col.active::before {
    content: "";
    position: absolute;
    border-top: 3px solid #024064;
    border-bottom: none;
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 0px;
}

.slide-right {
    width: 100%;
    margin-left: 400px;
    max-width: 500px;
    transform: translateX(-388px);
}

.slide-right.movetoright {
    transform: translateX(35px);
    transition: 1s;
}

.owl-1 .media-29101 .text ol li {
    padding: 10px;
    border-bottom: 1px solid #3CB3C0;
    font-size: 18px;
}

.owl-1 .media-29101 .text ol li::marker {
    color: #3CB3C0;
}

.master-plan-section {
    margin-top: 0;
    /* margin-bottom: -105px; */
    padding-top: 0;
    padding-bottom: 0;
}

.master-plan-section .content-container {
    background-color: #000;
    padding: 50px 25px;
    position: relative;
    z-index: -1;
}

.master-plan-section .content-container .box {
    width: 80%;
    /* margin: 0 auto; */
}

.master-plan-section .content-container .section-title h2 {
    color: #bd9746;
    text-align: left;
    font-size: 45px;
    padding-left: 2rem;
}

.master-plan-section .content-list ol li {
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #9FD983;
}

.master-plan-section .content-list ol li::marker {
    color: #9FD983;
    font-family: 'BodoniBkBTBook';
}

.master-plan-section .content-container:after {
    content: "";
    /* background-image: url(../images/plant-top-right.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 200px;
}

.master-plan-section .img-container {
    position: relative;
}

.master-plan-section .img-container {
    position: relative;
}

.master-plan-section .img-container img {
    /* position: absolute;
    left: -40%; */
    width: 80%;
    /* margin-top: 200px; */
}

#pills-tabContent .tab-pane img {
    width: 100%;
}

#plans-btn .nav-item .nav-link {
    background: #fff;
    border: 1px solid #024064;
    color: #024064;
    border-radius: 25px;
    padding: 10px 25px;
    margin: 0 20px;
}

#plans-btn .nav-item .nav-link.active {
    background: #024064;
    color: #fff;
}

.right-content .content-box {
    display: none;
}

.right-content .content-box.active {
    display: block;
}

.right-content .content-box h2 {
    font-family: "BodoniBkBTBook";
}

.content-box .icons-container {
    padding: 50px 0;
}

.icons-container .box {
    flex-basis: 31%;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.icons-container .box .icon {
    width: 35%;
    height: 100%;
}

.icons-container .box .content {
    width: 65%;
    font-size: 13px;
}

.btn-blue {
    border: 1px solid #024064;
    background-color: #024064;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
}

.text-blue {
    color: #024064;
}

.unit-configuration-section:before {
    content: "";
    background-image: url("../images/heartplant.png");
    background-repeat: no-repeat;
    background-size: 75%;
    position: absolute;
    left: -25px;
    top: 0;
    width: 45%;
    height: 250px;
}

.unit-configuration-section {
    background: url("../images/bottom-bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    padding-top: 200px;
}

.location-section {
    position: relative;
    margin-top: 0;
    padding-top: 40px;
}

.location-section .container {
    width: 100%;
    margin: 0 auto;
}

.location-section .section-title h2 {
    text-align: left;
}

.location-section .left-section iframe {
    height: 400px;
}

/* Accordion Styles */

#accordionExample .accordion-collapse {
    border: 0;
}

#accordionExample .accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #bd9746;
}

#accordionExample .accordion-button:focus {
    box-shadow: none;
    border: none;
}

#accordionExample .accordion-button:not(.collapsed) {
    background: #000;
    color: #bd9746;
}

#accordionExample .accordion-body {
    padding: 15px;
    background-color: #000;
    color: #bd9746;
}

#accordionExample .accordion-button::before {
    width: auto;
    height: auto;
    content: "+";
    font-size: 24px;
    background-image: none;
    font-weight: 100;
    color: #bd9746;
    transform: translateY(-4px);
    margin-right: 10px;
    padding-top: 10px;
}

#accordionExample .accordion-button:not(.collapsed)::before {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 24px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
    color: #bd9746;
}

#accordionExample .accordion-button::after {
    display: none;
}

#accordionExample .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.location-section:after {
    content: "";
    /* background-image: url("../images/creeper-right.png"); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 200px;
}

.connectivity-section .container-fluid::before {
    content: "";
    /* background-image: url(../images/blue-lines.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 35px;
    width: 15%;
    height: 200px;
}

.connectivity-section {
    position: relative;
    padding-top: 35px;
}

#banner-form {
    width: 80%;
    margin: 0 auto;
}

.connectivity-section .container-fluid:after {
    content: "";
    /* background-image: url("../images/footer_plant.png"); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    height: 120px;
}

.connectivity-section .container-fluid {
    padding: 40px 0;
    background-color: #000;
}

.connectivity-section .left-section img {
    width: 100%;
}

.connectivity-section .section-title {
    color: #fff;
    text-align: left;
}

.connectivity-section .section-title p {
    color: #3CB3C0;
    font-size: 14px;
    margin-bottom: 0;
}

/* .connectivity-section .form-container {
    width: 60%;
} */

#know-more-form input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

#know-more-form .btn-submit {
    background-color: #fff;
    border-radius: 25px;
    color: #bd9746;
    padding: 15px 30px;
    margin-top: 30px;
}

#know-more-form input::placeholder{
    color: #fff;
    opacity: 1;
}

.aboutus-section {
    /* background-image: url("../images/skyline-bg.png"); */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.aboutus-section .right-box p {
    width: 100%;
}

.aboutus-section img {
    width: 80%;
    margin-right: 50px;
}

.testimonials-section {
    background-color: #F5F5F5;
    margin: 0;
    padding: 100px 0;
}

.testimonials-section .container-fluid {
    width: 70%;
    margin: 0 auto;
}

.my-controls-btns {
    color: #2D2929;
}

.my-controls-btns:hover {
    color: #2D2929;
}

.my-controls-btns:focus {
    box-shadow: none;
}

.testimonials-section .content-container {
    width: 100%;
    padding: 25px 0px;
}

.testimonials-section .content-container .title h2 {
    font-size: 50px;
    color: var(--heading-color);
    font-family: "BodoniBkBTBook";
    line-height: 1;
}

.gallery-slider .item .img-container {
    padding: 15px 0;
}

#gallery-tab .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    border-top: 3px solid #024064;
    border-bottom: none;
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 0px;
}

.hidden-xs {
    display: block !important;
}

.visible-xs {
    display: none !important;
}

#know-more-form input {
    /* padding: 15px 10px;
    margin-bottom: 22px;
    color: white; */
    width: 100%;
    height: 56px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 15px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    font-size: 16px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}
.about-section .walkthrough-video .content {width: 92%;padding-top: 70px;}

.about-section .walkthrough-video .left-img img {display: block;width: 100%;}

.walkthrough-video.tree-bg {background-size: 40% 100%;}

.walkthrough-video .video-wrapper {position: relative;}

.walkthrough-video .video-wrapper .play-btn {position: absolute;
    display: inline-block;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);background-color: white;border-radius: 50%;width: 50px;height: 50px;}
    
@media (max-width: 1400px) {
    .aboutus-section .content {
        top: 30%;
    }

    .connectivity-section .content {
        padding: 35px 40px;
    }

    .floor-plan-section #floor-plan .owl-item {
        padding: 0 50px 0;
    }

    .floor-plan-section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        /* height: auto; */
    }

    .config-specs .box p span {
        font-size: 32px;
    }

    .config-specs .box p {
        font-size: 16px;
    }

    .icons-container .box .content {
        font-size: 12px;
    }

}

@media (max-width: 1200px) {
    .slider-section:before {
        top: 5%;
    }

    .about-section::before {
        width: 30%;
    }

    .banner-form-section .form-container {
        padding: 50px;
    }

    .banner-form-section {
        padding-top: 0;
    }

    .about-section .content {
        /* margin-bottom: 40px; */
    }

    .about-section .tree-bg {
        background-size: 50% 70%;
        background-position: right bottom;
    }

    .specification-section {
        padding: 50px;
    }

    .specification-section .config-specs {
        width: 95%;
    }

    .config-specs .box p {
        font-size: 14px;
        line-height: 1;
    }

    .btn-enquire-now {
        bottom: 30px;
        padding: 5px;
    }

    .about-section {
        padding-bottom: 50px;
    }

    .project-configuration {
        margin-top: -50px;
        padding: 70px 0;
    }

    .video-box .btn-play {
        top: 44%;
    }

    .table-container {
        width: 98%;
    }

    .tabs-section .carousel-nav .col {
        font-size: 26px;
    }

    .unit-configuration-section:before {
        display: none;
    }

    .right-content .content-box {
        padding-bottom: 50px;
    }

    .video-box p.content {
        font-size: 14px;
        line-height: 1.5;
    }

    .master-plan-section .content-container {
        padding: 40px 0;
        max-width: 100%;
    }

    .master-plan-section .content-container .box {
        width: 98%;
    }

    .master-plan-section .img-container img {
        width: 100%;
        position: unset;
        margin: 2rem 0;
    }

    .aboutus-section .right-box p {
        width: 100%;
    }

    .testimonials-section .content-container .title h2 {
        font-size: 35px;
    }

    .master-plan-section .img-container {
        text-align: center;
    }

    .location-section .section-title h2 {
        font-size: 30px;
    }

    .about-section .content,
    .middle-content-section .content {
        /* margin-top: 40px; */
    }

    .middle-content-section .left-img img {
        width: 100%;
    }

    .connectivity-section .container-fluid:after {
        width: 60%;
    }

    .aboutus-section img {
        width: 80%;
    }

    .project-plan-section .title {
        text-align: center;
        margin: 20px 0;
    }

    .gallery-section {
        padding-top: 60px;
    }

    .connectivity-section .content-bg {
        width: 100%;
    }

    .location-section {
        width: 100%;
        padding: 0px;
    }

    .aboutus-section {
        width: 100%;
        padding-bottom: 20px;
    }

    #footer::before {
        width: 75%;
    }

    #footer::after {
        width: 45%;
        bottom: 60px;
        height: 150px;
    }

    #footer {
        padding-bottom: 0 !important;
    }

    .testimonials-section .container-fluid {
        width: 90%;
    }

    .testimonials-section .content-container {
        width: 80%;
    }

    .aboutus-section .content {
        top: 30%;
    }

    .swap {
        display: flex;
        flex-direction: column-reverse;
    }

    #footer {
        padding-bottom: 80px;
    }

    .aboutus-section .box {
        width: 75%;
    }

    .about-section .left-img {
        text-align: center;
    }

    .about-section .left-img img {
        width: 90%;
    }

    .about-section .content {
        padding-bottom: 0;
    }

}

@media(max-width: 768px) {
    .config-specs .box p span {
        font-size: 41px;
    }
    .fixed-cta-download{
        position: absolute;
        left: 26%;
        bottom: 39%;
    }
    .fixed-cta-enquiry{
        /* display: none; */
        width: 100%;
        bottom: 0;
        right: 0;
    }
        .carousel.slide {
        padding:70px 0 15px 0;
        background: #c4c1c4;
    }
}

@media(max-width: 475px) {
    p {
        line-height: 24px;
    }

    section {
        margin: 20px 0;
    }

    .slider-section .container {
        padding: 0;
    }

    .slideshow .slides .slide__title {
        font-size: 30px;
    }

    .slideshow .slides .slide__desc {
        font-size: 14px;
    }

    .slider-section:before {
        display: none;
    }

    .banner-form-section .title {
        font-size: 30px;
    }

    .banner-form-section .form-container {
        background-size: cover;
        background-position: left;
        background-color: #f9f9f9;
    }

    .about-section::before {
        display: none;
    }

    .about-section.plant-bg {
        padding-top: 0;
    }

    .about-section .tree-bg {
        background-size: 51% 30%;
    }

    .about-section.plant-bg {
        background-size: 70%;
    }

    .about-section {
        /* padding-bottom: 40px; */
        padding-bottom: 20px;
    }

    .main-slider {
        text-align: center;
    }

    .btn-enquire-now {
        position: unset;
        color: #438B35;
        border-color: #438B35;
        margin-top: 20px;
    }

    .about-section {
        padding-top: 20px;
    }

    .rareviews .content .title{
        text-align: center;
    }

    .about-section .content .title {
        font-size: 28px;
        text-align: center;
        padding-top: 40px;
    }

    .specification-section .config-specs {
        width: 100%;
    }

    .config-specs .box {
        width: 48%;
        margin-bottom: 20px;
    }

    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .master-plan-section .content-container .section-title h2{
        font-size: 40px;
        text-align: center;
    }

    .video-box .btn-play {
        bottom: 10px;
        width: 50px;
        height: 50px;
        font-size: 15px;
        top: 60%;
        border-color: #000;
        padding: 10px;
    }

    .middle-content-section .content .title {
        font-size: 28px;
        text-align: center;
    }

    .middle-content-section.section-2 .content img {
        width: 65px;
    }

    .middle-content-section .content .button-box {
        margin-top: 15px;
    }

    .hidden-xs {
        display: none !important;
    }

    .floor-plan-section #floor-plan {
        padding: 25px 0 0;
        min-height: auto;
    }

    .floor-plan-section #floor-plan .owl-item {
        padding: 0;
    }

    .gallery-section {
        padding-top: 75px;
    }

    #pills-tabContent {
        padding: 20px;
    }

    .connectivity-section .content {
        padding: 25px 20px;
    }

    .aboutus-section .content img {
        width: 60px;
    }

    .aboutus-section h2 {
        font-size: 15px;
    }

    .aboutus-section p {
        font-size: 16px !important;
        line-height: 24px;
    }

    .testimonials-section {
        padding-bottom: 30px;
        padding-top: 0;
        margin-top: 0;
    }

    #footer .left-content {
        text-align: center;
        margin-top: 10px;
        padding: 0;
    }

    #footer .text-end {
        margin-top: 20px;
        text-align: center !important;
    }

    .footer-content .social-links {
        margin: 20px auto;
    }

    .location-img iframe {
        height: 300px;
    }

    .navbar .container-fluid {
        position: absolute;
        top: -30px;
    }

    #banner-form input {
        margin-bottom: 10px;
    }

    .project-configuration {
        padding-bottom: 45px;
    }

    .middle-content-section .content img {
        width: 65px;
    }

    .project-plan-section {
        padding: 0 30px;
    }

    .connectivity-section .content img {
        max-width: 50px;
        max-height: 50px;
        margin-bottom: 10px;
    }

    .middle-content-section .content p {
        margin-bottom: 10px;
    }

    .aboutus-section .content h2 {
        margin-top: 5px;
    }

    .aboutus-section .content {
        width: 45%;
    }

    .footer .footer-content {
        padding-bottom: 30px;
    }

    .config-specs .box p span {
        font-size: 25px;
    }

    .about-section .content,
    .middle-content-section .content {
        width: 100%;
        padding: 0 15px;
    }

    .config-specs .box p {
        padding: 0;
    }

    .location-section .content {
        margin-bottom: 0;
    }

    .floor-plan-section #floor-plan .owl-item a p {
        font-size: 11px;
        min-height: auto;
    }

    .about-section .content p {
        /* font-size: 14px; */
    }

    .floor-plan-section {
        padding: 40px 25px;
        height: auto;
    }

    .btn-book,
    .btn-enquire {
        padding: 10px 15px;
        font-size: 14px;
    }

    .aboutus-section .box {
        width: 100%;
    }

    #footer {
        padding-bottom: 0;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 95%;
    }

    .video-box {
        text-align: center;
    }

    .video-section {
        padding-bottom: 0;
    }

    .project-plan-section .content .left-img img {
        height: auto;
    }

    #pills-tabContent .owl-nav .owl-next,
    .owl-nav .owl-prev {
        position: absolute;
        top: 42%;
        width: 32px;
        height: 60px;
        margin: 0;
        padding: 0;
        color: transparent;
        color: #000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-nav .owl-next span,
    .owl-nav .owl-prev span {
        background: #ffffff98;
    }

    #project-config-table tbody tr td {
        font-size: 12px;
        padding: 5px 0px;
        font-weight: 600;
    }

    .btn-price {
        font-size: 9px;
        padding: 5px;
        margin: 5px;
        line-height: 1;
    }

    .btn-brochure{
        font-size: 12px;
        padding: 10px;
        /* margin: 5px; */
        line-height: 1;
    }

    #project-config-table thead tr th {
        font-size: 8px;
        padding: 10px 0;
    }

    .flBtnCntr {
        bottom: 25px;
        left: 30px;
    }

    #project-config-table thead tr th:last-child {
        min-width: auto;
    }

    .gallery-section .section-title h2 {
        margin-bottom: 0;
    }

    .project-plan-section {
        padding: 0;
    }

    .video-box p.content {
        font-size: 9px;
        text-align: left;
        line-height: 1.2;
    }

    .tabs-section{
        padding-top: 0;
    }

    .tabs-section .carousel-nav .col {
        font-size: 12px;
        padding: 10px;
    }

    .right-content .content-box {
        width: 80%;
        margin: 0 auto;
    }

    .content-box .icons-container {
        padding-top: 0;
    }

    .location-section .left-section iframe {
        height: 200px;
    }

    .connectivity-section .container-fluid:after {
        width: 80%;
        top: 15px;
    }

    .connectivity-section .left-section {
        text-align: center;
    }

    .connectivity-section .left-section img {
        width: 100%;
        margin-bottom: 30px;
    }

    .connectivity-section .section-title p,
    .connectivity-section .section-title h2 {
        text-align: center;
    }

    .connectivity-section .box-container {
        margin: 0 auto;
    }


    .connectivity-section .form-container {
        margin: 0 auto;
    }

    .aboutus-section img {
        width: 100%;
        padding-bottom: 1.5rem;
    }

    .aboutus-section {
        padding-top: 0;
        margin-top: 0;
    }

    .aboutus-section .text-end {
        text-align: center;
        margin-bottom: 30px;
    }

    .testimonials-section .content-container .title h2 {
        font-size: 30px;
    }

    #footer::before {
        top: 30px;
        height: 70px;
    }

    #footer .footer-content {
        padding-top: 30px;
    }

    #footer::after {
        display: none;
    }

    #footer .left-content p {
        margin-bottom: 0;
    }

    #footer .left-content p a {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .slideshow .slides .slide__desc.bottom {
        margin-bottom: 50px;
        font-size: 10px;
    }

    .specification-section {
        padding: 40px 0;
    }

    .table-container {
        width: 90%;
    }

    .hidden-xs {
        display: none !important;
    }

    .fixed-cta-enquiry{
        display: none;
    }

    #project-config-table{
        height: auto;
    }
    
    .visible-xs {
        display: block !important;
    }

    #know-more-form .text-end {
        text-align: center !important;
    }

    .config-specs .box img {
        width: 45px;
        min-height: 30px;
        max-height: 30px;
    }

    .config-specs .box p {
        font-size: 12px;
    }

    #project-config-table tbody tr td p{
        border: none;
        line-height: 1;
        font-weight: bold;
    }
    
    footer .copyright-text{
        text-align: center;
    }
    
    .video-box .btn-play img {
        filter: invert(0%);
    }
}

.gallery-img{
    width: 100%;
    margin-bottom: 1rem;
}

.project-icon-holder{
    width: 120px;
    height: auto;
    margin: 0 auto;
}

.project-icon-holder img{
    width: 60px;
}

.footer-logo-holder a img{
    width: 70%;
}

.contact-details a{
    color: #fff;
    margin-right: 20px;
    margin-bottom: 30px;
}

.contact-details i{
    color: #bd9746;
    margin-right: 5px;
}

.PC-banner{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bounce-icon{
    position: absolute;
    margin-left: 5px;
    animation: bounce .5s infinite alternate;
    animation-timing-function: ease-in-out;
}

@keyframes bounce {
    from {
      transform: translateY(-8px);
    }
  
    to {
      transform: translateY(3px);
    }
  }

/* ::placeholder{
    color: #fff;
    opacity: 1;
} */
.slick-scroll .slide{
    padding: 0 1rem;
}
.slick-scroll .slide img{
    width: 100%;
}

.bi-arrow-right{
    margin-right: 5px;
    color: #bd9746;
    font-size: larger;
}

@keyframes bounce {
    from {
      transform: translateY(-8px);
    }
  
    to {
      transform: translateY(3px);
    }
  }

  .bi.bi-download{
    position: absolute;
    margin-left: 5px;
    animation: bounce .5s infinite alternate;
  -webkit-animation: bounce .5s infinite alternate;
  animation-timing-function: ease-in;
  }
