@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-regular {
    font-weight: 400;
}

body{
    font-family: "Poppins";
}
.info {
    padding: 50px 0;
}
.info-fw-light{
    font-weight: 300;
}
.info-fw-bold{
    font-weight: 700;
}
.info-text-brand{
    color: #B29F98 !important;
}
.info-text-brand-dark{
    color: #754939 !important;
}
.info-text-brand-light{
    color: #A3A3A3 !important;
}
.info-text-brand-blue{
    color: #48648B !important;
}
.bg-brand-dark{
    background-color: #000 !important;
}
.navbar-nav li{
    font-size: 1rem;
}
.navbar-nav li:not(:last-child){
    margin-right: 30px;
}
.navbar-nav li a{
    color: #FFFFFF;
}
.navbar-nav li a:hover{
    color: #FFFFFF;
}
/* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #FFFFFF;
} */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000 !important;
    font-weight: 700;
}
.side-menu-bar {
    background-color: #5D492D;
    color: #fff !important;
    border: 2px solid #75644B;
    --bs-btn-hover-bg: #5D492D;
    --bs-btn-hover-border-color: #75644B;
    min-height: 40px;
}
#mainHeader {
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s;
    font-size: small;
  }
  #mainHeader.bg {
    background-color: #FFFFFF !important;
  }
  #mainHeader.bg .navbar-nav .nav-link {
    color: #75644B;
  }
.navbar .offcanvas .offcanvas-header, .navbar .offcanvas .offcanvas-body{
    background: #FFFFFF !important;
}
.offcanvas.offcanvas-end {
    width: 40%;
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-padding-x: 2rem;
}
.info-offcanvas-body-content p{
    line-height: 2;
}
.info-offcanvas-footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-offcanvas-footer-content li a {
    margin-right: 20px;
    height: 30px;
    width: 30px;
    border-radius: 50rem;
    background: #fff !important;
    color: #615646 !important;
    text-align: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    justify-content: center;
    font-size: 1rem !important;
    border: 1px solid #fff;
}
.info-toggler-icons li{
    margin-right: 0;
}
.menu-bar{
    padding: 0;
    border: 0;
    background: transparent;
}
.bg-white{
    background-color: transparent !important;
}
.info-render-video {
    min-height: 100vh;
    position: relative;
}
.info-render-video .video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.info-render-video .video-wrapper {
    video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 600px){
    .info-render-video {
        min-height: 60vh;
    }
    .info-render-video .video-wrapper {
        height: 60vh;
    }
}
.info-down-arrow{
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.bounce-3 {
    animation-name: bounce-3;
    animation-timing-function: ease;
}
@keyframes bounce-3 {
    0%   { transform: translateY(0); }
    40%  { transform: translateY(-20px); }
    60%  { transform: translateY(-20px); }
}
.info-about-bg{
    min-height: 140vh;
    background: url('../img/info-about-bg.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
/* .info-about-bg::before {
    position: absolute;
    content: '';
    background-color: #ffffff54;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
} */
.info-about-bg ul li{
    margin-right: 20px;
    margin-bottom: 10px;
}
.info-about-bg ul li a{
    color: #000;
}
.info-phone{
    padding: 10px;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.info-btn-bg{
    background: url('../img/info-btn-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
}
.info-overview-bg{
    overflow: hidden;
}
.info-vg-bg{
    background: url('../img/info-vg-bg.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    overflow: hidden;
}
.info-content-bg {
    position: relative;
    min-height: 500px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: background 0.6s ease-in-out;
    overflow: hidden;
}
.info-content-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #61564685, #61564685 70%), url('../img/info-hover-img-01.webp');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 0;
}
/* Specific Backgrounds */
.info-content-bg.info-bg-01::before {
    background-image: linear-gradient(to right, #61564685, #61564685 70%), url('../img/info-hover-img-01.webp');
}
.info-content-bg.info-bg-02::before {
    background-image: linear-gradient(to right, #61564685, #61564685 70%), url('../img/info-hover-img-02.webp');
}
.info-content-bg.info-bg-03::before {
    background-image: linear-gradient(to right, #61564685, #61564685 70%), url('../img/info-hover-img-03.webp');
}
.info-content-bg.info-bg-04::before {
    background-image: linear-gradient(to right, #61564685, #61564685 70%), url('../img/info-hover-img-04.webp');
}
/* Show background on hover or when active */
.info-content-bg:hover::before,
.slick-active .info-content-bg::before {
    opacity: 1;
}
/* Position the content above the background */
.info-content-bg .info-content {
    position: relative;
    z-index: 1;
}
/* Transition for text content */
.info-text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
/* Show text on hover or when active */
.info-content-bg:hover .info-text,
.slick-active .info-text {
    max-height: 50px;
    opacity: 1;
    transform: translateY(0);
}
.info-amenities-bg{
    background-image: linear-gradient(to right, #000000d6, #000000d6), url('../img/info-aminities-bg.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.info-header{
    line-height: 1.5;
}
.nav-pills .nav-item:not(:last-child){
    margin-right: 20px;
}
.nav-pills .nav-link{
    color: #fff;
    background-color: #ffffff4d;
    min-width: 150px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #615646;
}
.info-amenities-content{
    min-width: 140px;
}
.info-floor-plans-bg{
    background-image: linear-gradient(to right, #000000d6, #000000d6), url('../img/info-floor-plans-bg.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.info-nav-slider, .info-content-slider{
    position: relative;
}
.info-header-content{
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.info-floor-plan-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    float: left;
    margin: 0;
 }
 .info-floor-plan-img__image {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     -webkit-transition: -webkit-transform .5s ease-out;
     transition: -webkit-transform .5s ease-out;
     transition: transform .5s ease-out;
     transition: transform .5s ease-out,-webkit-transform .5s ease-out;
 }
 .info-nav-slider{
    margin-bottom: 5px;
    cursor: pointer;
 }
 .info-master-plan-bg{
    background-image: linear-gradient(to right, #000000d8, #000000d8), url('../img/info-master-plan-bg.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
 }
 .table>:not(caption)>*>*{
    padding: 0.2rem 0.3rem !important;
    background-color: transparent !important;
    color: #fff !important;
    /* cursor: pointer; */
}
table thead .info-text-brand{
    color: #fff !important;
    font-size: 14px !important;
}
table th, table td{
    font-size: 12px !important;
    font-weight: 400 !important;
}
tbody, td, tfoot, th, thead, tr {
    border-style: unset !important;
}
.info-testmonial-bg{
    background-image: linear-gradient(to right, #121212e8, #121212e8 70%), url('../img/info-testmonial-bg.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.info-testmonial-content{
    padding: 20px;
}
.info-location-bg{
    overflow: hidden;
}
.info-map-list li:not(:last-child){
    margin-bottom: 20px;
}
.info-map{
    position: relative;
}
/* .info-map:before{
    position: absolute;
    content: '';
    mix-blend-mode: screen;
    background: url('../img/map-overlay.svg');
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
} */
 .info-map-overlay{
    position: absolute;
    top: 0;
    left: 0;
 }
.responsive-map iframe{
    width:100% !important;
}
.info-card{
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
}
.info-site-updates{
    overflow: hidden;
}
.info-contact-us-bg{
    background-color: #fff;
    position: relative;
}
.info-contact-us-bg::after{
    position: absolute;
    content: '';
    background-image: linear-gradient(to right, #4d4d4d62, #4d4d4d62 70%), url('../img/info-contact-us-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.info-form{
    padding: 20px;
    background-color: #fff;
}
.info-form .form-label{
    color: #615646;
    font-weight: 500;
}
.info-form .formSubmit{
    background-color: #615646;
}
.form-control{
    background-color: #E0E3E5;
    border: 1px solid #0000005e;
    border-radius: 8px;
}
.info-footer-bg{
    background-color: #F5F5F5;
    overflow: hidden;
}
.info-brand-logos::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #919191;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.info-brand-logos li{
    padding: 15px;
}
.social-icons {
    display: flex;
}
.social-icons li a {
    margin-right: 20px;
    height: 30px;
    width: 30px;
    border-radius: 50rem;
    background: #48648B !important;
    color: #fff !important;
    text-align: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    justify-content: center;
    font-size: 1rem !important;
    border: 1px solid #48648B;
    transition: .3s ease-in-out;
}
.social-icons li a:hover{
    background: #fff !important;
    color: #48648B !important;
    border: 1px solid #48648B;
    box-shadow: 0 0 20px #48648B;
}
.info-quick-links li{
    line-height: 1.5;

}
.info-quick-links li a{
    color: #48648B;
    text-decoration: none;
    font-size: 0.875rem;
}
.info-contact-content ul li{
    position: relative;
    padding-left: 25px;
}
.info-icon-left{
    position: absolute;
    left: 0;
    top: 5px;
}
.info-contact-content ul li:not(:last-child){
    margin-bottom: 10px;
}
.info-contact-content ul li a{
    text-decoration: none;
    color: #48648B;
}
.info-bg-blue{
    background: #48648B;
}
.info-bg-blue .small{
    font-size: 0.675em !important;
}
.info-go-top{
    transform: rotate(180deg);
}
.info-go-top {
    position:fixed;
    right: 50px;
    bottom: 50px;
    display:none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
@media (max-width: 2560px) {
}
@media (max-width: 1920px) {
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
    .navbar-nav li:not(:last-child) {
        margin-right: 12px;
    }
    .navbar-nav li {
        font-size: 1rem;
    }
}
@media (max-width:991px) {
    .navbar-nav li:not(:last-child){
        margin-right: 0;
    }
    .navbar-nav li a{
        color: #000;
    }
    .navbar-nav li a:hover{
        color: #000;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
        color: #000;
    }
    .info-toggler-icons li {
        margin-right: 10px;
    }
    .menu-bar {
        background-color: #5D492D;
        color: #fff !important;
        border: 2px solid #75644B;
        --bs-btn-hover-bg: #5D492D;
        --bs-btn-hover-border-color: #75644B;
        min-height: 40px;
        padding: 0.375rem  0.75rem;
    }
}
@media (max-width:767px) {
    .info {
        padding: 30px 15px;
    }
    .navbar-brand{
        max-width: 130px;
    }
    .offcanvas.offcanvas-end {
        width: 400px;
    }
    .info-offcanvas-logo{
        max-width: 120px;
    }
    .info-down-arrow {
        position: absolute;
        right: 30px;
        bottom: 30px;
        width: 45px;
    }
    .info-go-top {
        position:fixed;
        right: 30px;
        bottom: 30px;
        width: 45px;
    }
    .info-about-bg{
        min-height: 70vh;
    }
    .info-about-bg::before {
        position: absolute;
        content: '';
        background-color: #ffffffb0;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    .info-amenities-content {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 15px;
        margin-right: 20px;
    }
    .info-map-list .shadow{
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0) !important;
    }
    .info-card{
        padding: 15px;
        display: block;
        align-items: center;
        width: 100%;
        border: 1px solid #000;
    }
    /* .info-card img{
        min-width: 160px;
        margin-bottom: 10px;
    } */
    .info-map-list li{
        margin-right: 15px;
    }
    .info-nav-slider{
        margin-right: 15px;
    }
    .slider-nav .slick-list, .site-slider-nav .slick-list{
        padding-right: 60px;
    }
    .info-floor-plan-img {
       min-height: 300px;
    }
}
@media (max-width:575px) {
    .info-card p{
        font-size: 14px;
    }
    .info-nav-slider {
        margin-right: 8px;
    }
    .info-floor-plan-img {
        min-height: 170px;
    }
    .info-about-bg ul li {
        margin-bottom: 20px;
    }
    .slider-nav .slick-list, .site-slider-nav .slick-list {
        padding-right: 30px;
     }
}
@media (max-width: 374px) {
    .nav-pills .nav-item:not(:last-child) {
        margin-right: 10px;
    }
}
@media (max-width: 364px) {
    .nav-pills .nav-item:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-width: 364px) {
    .nav-pills .nav-item:not(:last-child) {
        margin-right: 5px;
    }
}
/* Slick Slider Dots */
.slick-dots{
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    list-style: none;
    text-align: center !important;
  }
   .slick-dots li{
    display: inline-block;
    margin-right: 10px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50rem;
    background-color: #ffffffad;
    text-indent: -999999px;
    transition: all 500ms ease-in-out;
}
.slick-dots li.slick-active button {
    opacity: 1;
    /* background: #9A813D; */
    background-image: url('../img/info-btn-bg.png');
    width: 50px;
}
.info-vg-mobile-slider .slick-list, .info-outdoor-amenities-mobile-slider .slick-list, .info-indoor-amenities-mobile-slider .slick-list, .info-list-mobile-slider .slick-list{
    padding-right: 40px;
}
/* .slider-nav .slick-list{
    padding-bottom: 40px;
} */
.site-slider-nav .slick-list{
    padding-bottom: 40px;
}
.slick-nav .testmonial-left-arrow{
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #754939;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.slick-nav .testmonial-right-arrow{
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #754939;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.slick-nav .site-left-arrow{
    position: absolute;
    right: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #754939;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}
.slick-nav .site-right-arrow{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #754939;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}
.slick-nav .testmonial-left-arrow:hover, .slick-nav .testmonial-right-arrow:hover, .slick-nav .site-left-arrow:hover, .slick-nav .site-right-arrow:hover{
    box-shadow: 0 0 20px #754939;
}

.slick-slide.slick-current.info-nav-slider{
    position: relative;
    overflow: hidden;
    transition: .3s ease-in;
}
.slick-slide.slick-current.info-nav-slider::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #5d492d91;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: var(--bs-border-radius-xl) !important;
    transition: .2s ease-in;
}
.slick-slide.slick-current.info-nav-slider .info-header-content{
    color: #fff !important;
}
.parsley-errors-list{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .parsley-errors-list li{
    font-size: .8rem;
  }
  .parsley-required{
    color: #B62B2B;
  }

  .testimonials-thumb{
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top;
  }

  .intl-tel-input .selected-flag {
    height: auto;
    top: 15px;
    padding: 0;
    width: 36px;
}
.iti__selected-flag {
    height: 36px;
}

.frame-layout{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.dsclr{ padding:20px 0px 0px 0px;}
.dsclr span{ color:#615646; font-weight:500;}
.dsclr p{ font-size: .875em;}
