/* font  */


@font-face {
    font-family: "Outfit";
    src: url("./font/Outfit-Thin.ttf") format(".TTF");
}

body {
    font-family: "Outfit", sans-serif;
    font-weight: 400 !important;
}

h3 {
    font-weight: 400;
}

.outfit {
    font-family: "Outfit", sans-serif !important;
}

:root {
    --golden-grad: linear-gradient(45deg, #BF953F, #FCF6BA, #cf9e34, #FBF5B7, #AA771C);
    --golden-grad2: linear-gradient(45deg, #BF953F, #FCF6BA, #AA771C);
    --gold: #cba857;
}

img {
    height: 100%;
    width: 100%;
}

.hr-line {
    height: 2px;
    background-color: #fff;
}

.lp-btn {
    height: 45px;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 14px;
}

.whatsapp-btn {
    width: 58px;
}

.uppercase {
    text-transform: uppercase;
}

.btn-gold {
    background: var(--golden-grad2);
}

.btn-gold:active {
    background: var(--golden-grad2) !important;
}

.white {
    color: #fff;
}

.black {
    color: black !important;
}

.gold {
    color: var(--gold);
    background: var(--golden-grad);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.bg-black {
    background-color: black;
}

.bg-white {
    background-color: #fff;
}

.bg-gradient {
    background: var(--golden-grad);
}

.justify {
    text-align: justify;
}

.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-weight: 400px;
    opacity: 1;
    /* Firefox */
}

input:focus-visible {
    outline: none !important;
}

button:focus-visible {
    outline: none !important;
    border: none !important;
}

button:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.desk {
    display: block;
}

.mbl {
    display: none;
}

.errormsg {
    display: none;
}

@media screen and (max-width: 576.7px) {
    .mbl {
        display: block;
    }

    .desk {
        display: none;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
    }
}


.lineUp {
    animation: 3s anim-lineUp ease-in-out infinite;
}

.fontUp {
    animation: 3s font-lineup infinite;
    animation-fill-mode: both;
}

@keyframes font-lineup {
    0% {
        font-size: 10px;
        word-spacing: 1px;
    }

    100% {
        font-size: 14px;
        word-spacing: 3px;
    }

    0% {
        font-size: 10px;
        word-spacing: 1px;
    }
}

@keyframes anim-lineUp {
    0% {
        opacity: 0;
        transform: translateY(80%);
    }

    20% {
        opacity: 0.2;
        transform: translateY(0%);
    }

    50% {
        opacity: 0.5;
        transform: translateY(0%);
    }

    70% {
        opacity: 0.7;
        transform: translateY(0%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    animation-iteration-count: infinite;
}

/* ************************************* Banner Section ************************************ */

.banner-section {

    background-image: url(./assets/images/imgs/img-1\ \(3\).jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box, padding-box;
    height: 100vh;
}

#bgBannerSection {
    /* background-image: url('./assets/images/banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box, padding-box;
    height: 100vh; */
    background: rgb(0 0 0 / 40%);
    height: 100vh;
    /* opacity: 0.5; */
}

.banner-section-bg::before {
    background-color: #000;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

.banner-section-nav {
    height: 90px;
    padding: 8px;
    margin-left: 30px;
}

.prop-logo {
    height: 100px;
    width: 120px;
    color: white;
    /* margin: 20px; */
}

.banner-section-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}

.quote-btn {
    min-width: 130px;
}

.call-btn {
    min-width: 130px;
}

.banner-section-prop-info {
    width: 500px;
    margin: 30px 35px;
}

.banner-section-prop-info h1 {
    word-spacing: 5px;
}

.banner-section-prop-info h5 {
    display: inline-block;
    padding: 3px 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 10px;
}

.banner-section-prop-info button {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 576.7px) {
    .banner-section {
        height: 545px;
    }

    #bgBannerSection {
        height: 100%;
    }

    .banner-section-prop-info h1 {
        font-size: 26px;
    }

    .banner-section-prop-info h2 {
        font-size: 20px;
    }

    .banner-section-prop-info h5 {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .banner-section-btn {
        display: block;
        right: 10px;
        top: 10px;
    }

    .quote-btn {
        height: 35px;
        min-width: 145px;
    }

    .call-btn {
        height: 35px;
        min-width: 95px;
        font-size: 12px;
    }

    .whatsapp-btn {
        height: 35px;
        width: 45px;
    }

    .banner-section-prop-info {
        text-align: center;
        width: auto;
    }

    .long-poss {
        text-align: left;
        font-size: 12px !important;
    }
}


/* ********************************  Banner Section End   *******************************/


/* ******************************** Video Section CSS ************************************** */

.video-section {
    /* background-image: url('./assets/images/banner.jpg'); */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
}

.video-section-main {
    padding: 15px;
    background-color: rgba(41, 36, 22, 0.50);
    font-family: 'Montserrat' !important;
}

.video-lifestyle {
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    height: 160px;
    border: 2px solid #AA771C;
}

.short-line {
    width: 45%;
    height: 2px;
    background-color: #fff;
    margin: auto;
    margin-top: -5px;
}

.video-tour {
    /* height: 214px; */
    width: 70%;
    /* position: relative;
    top: -90px; */
    margin: auto;
}

.video-tour1 {}

.video-player {
    border: 2px solid #fff;
    margin-top: -100px;
    padding: 3px;
}

.video-player::before {
    background: none;
    border: 4px solid #292414;
    content: "";
    display: block;
    /* position: absolute; */
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    pointer-events: none;

}

video::-webkit-media-controls-timeline {
    display: none;
}

video::after {
    height: 100%;
}

.video-section-btn-div {
    width: 88%;
    margin: 25px auto;
}

.video-btn {
    border: none;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
    height: 34px;
    padding: 0px 15px;
}

.btn-icon-image {
    height: 15px;
    width: 15px;
    margin-right: 15px;
}

.video-btn span {
    margin-right: 20px;
    margin-left: 10px;
}


@media screen and (max-width: 576.7px) {
    .video-lifestyle p {
        font-size: 14px;
        margin-top: 20px;
    }
}

/* ******************************** Video Section CSS End ************************************** */

/* ******************************** Layout Section CSS ************************************** */
.layout-section-main {
    background-color: #292416;
    padding: 15px;
}

.layout-section-btn-div {
    margin-top: 20px;
    width: 80%;
    border-bottom: 1px solid var(--gold);
}

.layout-btn {
    font-size: 12px;
    border-radius: 20px 20px 0px 0px;
    background-color: transparent !important;
    padding: 10px 15px;
}

.layout-btn.active {
    background-color: #000 !important;
}

.layout-section-list {
    margin-top: 15px;
}

.floorplan-layout-list {
    margin-top: 25px;
}

.masterplan-layout {
    text-align: center;
    display: none;
}

.floorplan-layout {
    display: none;
}

.masterplan-layout.active,
.floorplan-layout.active {
    display: block;
}

.masterplan-layout-img {
    border: 5px solid var(--gold);
    padding: 5px 5px 0px 5px;
    height: 220px;
    width: 100%;
}

.floorplan-arrow {
    position: relative;
    top: 95px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    height: 0px;
}

.floorplan-arrow span {
    font-size: 20px;
    font-weight: bold;
    color: var(--gold);
}

.floorplan-layout-img {
    height: 220px;
    border: 5px solid #271406;
    padding: 5px 5px 0px 5px;
    opacity: 0.3;
}

/* ******************************** Layout Section CSS End ************************************** */

/* ******************************** Form Section CSS *********************************** */

.form-section {
    width: 450px;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    right: 40px;
    background-color: rgba(0, 0, 0, 80%);
    box-shadow: 4px 4px 0 0 rgb(189 149 65 / 70%);
}

.property-form-field {
    background: none;
    width: 100%;
    border: none;
    color: #fff;
    border-bottom: 1px solid gray;
}


@media screen and (max-width: 576.7px) {
    .form-section {
        position: relative;
        width: auto;
        right: 0px;
        top: -40px
    }

    .form-section button {
        width: 100% !important;
    }

    .property-form-field {
        margin-top: 10px;
    }
}

/* ********************************* Form Section End ********************************* */

/* ********************************  About Section CSS ******************************** */

.about-section {
    background-color: #292416;
}

.about-section-main {
    padding-top: 40px;
    padding-bottom: 40px;
}

.prop-about-list {
    padding: 0px 15px;
    color: #fff;
}

.about-img {
    height: 92%;
}

.about-content-text {
    margin-top: 30px;
}

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

    .about-section-main {
        padding-bottom: 40px;
    }

    #propAbout2 {
        display: none;
    }
}

/* ******************************** About Section End ********************************* */

/* ******************************** Amenties Section CSS ****************************** */

.amenties-section {
    /* background-color: #000; */
    /* background: url(./assets/images/banner.webp); */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
}


.amenties-section-main {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.85);
}

.amenties-section-head {
    text-align: center;
}

.amenties-section-head h5 {
    letter-spacing: 2px;
    word-spacing: 1px;
}

.amenties-section-list {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0px;
    padding: 0px;
}

.amenties-section-list li {
    width: 25%;
    padding: 20px;
    text-align: center;
}

.img-wrap {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 10px;
}

.know-more {
    text-align: center;
}

@media screen and (max-width: 576.7px) {
    .amenties-section-list li {
        width: 33%;
    }

    .img-wrap {
        height: 50px;
        width: 50px;
    }

    .amenties-section-list li span {
        font-size: 14px;
    }
}

/* ******************************** Amenties Section End ****************************** */

/* ******************************** Offer Section ************************************ */
.offer-section {
    background-color: #271406;
    padding: 25px;
}

.offer-section-main {
    background-color: #002b2d;
    padding: 15px;
    border: 3px solid #AA771C;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat' !important;
}

.offer-section-prop {
    margin: 25px 0px;

}

.offer-section-btn-div {
    margin-top: 20px;
    margin-bottom: 10px;
}

.offer-btn {
    height: 40px;
    width: 180px;
    border: none;
    border-radius: 0px;
    color: #000;
    padding: 0px 20px 0px 0px;
}

/* ******************************** Offer Section CSS End ************************************ */

/* ******************************** Plans Section CSS ********************************* */

.plans-section {
    background-color: #2B3431;
}

.plans-section-main {
    padding: 40px 0px;
}

.plans-section-head {
    background-color: #292416;
    width: 300px;
    padding: 20px;
}

.head-icon {
    width: 60px;
    height: 58px;
    padding: 8px;
    background-color: #2B3431;
    border: 3px solid var(--gold);
}

.property-plans {
    position: relative;
    left: 100px;
    top: -80px;
    width: 84%;
}

.property-plans-info {
    background-color: #271406;
    border: 3px solid var(--gold);
    padding: 30px;
}

.plans-section-btn a {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

@media screen and (max-width: 950.7px) {
    .plans-section-main {
        padding: 0px;
    }

    .plans-section-head {
        width: auto;
        padding: 40px 60px;
    }

    .property-plans {
        left: 0px;
        top: -30px;
    }
}

@media screen and (max-width: 576.7px) {
    .property-plans-info {
        padding: 10px;
        margin-top: 25px;
    }

    .plans-section-btn a {
        margin-top: 10px;
    }

    .property-plans {
        width: 100%;
        top: -55px;
    }

    .plans-section-head {
        padding: 40px 15px;
        display: flex;
    }

    .head-text {
        margin: 15px;
    }

    .prop-area {
        font-size: 12px;
    }

    .cost-btn-text {
        font-size: 12px;
    }
}

/* ******************************** Plans Section End ********************************* */

/* ******************************** Video Tour CSS ************************************ */

.video-tour-section {
    background-color: #2B3431;
    padding-bottom: 10px;
}

.video-tour-section-head {
    text-align: center;
}

.video-tour-section-img {
    margin: 30px 30px;
    border: 3px solid var(--gold);
    height: 400px;
}

.vido-tour-section-btn {
    background-color: #271406;
    height: 80px;
    opacity: 0.5;
    bottom: 240px;
    position: relative;
}

@media screen and (max-width: 576.7px) {
    .video-tour-section-img {
        height: 200px;
        margin: 20px 15px;
    }

    .vido-tour-section-btn {
        height: 50px;
        bottom: 120px;
    }
}

/* ******************************** Video Tour End ************************************ */

/*********************************** Featured Amenties Section CSS  ********************************/
.feature-amenties-section {
    background-color: #271406;
}

.feature-amenties-section-main {
    text-align: center;
}

.feature-amenties-head {
    padding: 25px 0px 5px;
}

.feature-line {
    background-color: #fff;
    width: 100%;
    height: 3px;
}

.feature-amenties-list {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px;
}

.feature-amenties-list li {
    height: 50px;
    width: 50px;
    margin: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

.feature-amenties-list li.active {
    background-color: #D7B740;
}

.feature-tag {
    background-color: #fbf8ec;
    height: 30px;
    padding: 3px;
    font-weight: bold;
    font-family: 'Montserrat' !important;
    color: #2B3431;
}

.feature-amenties-img-list {
    padding: 5px;
}

/*********************************** Featured Amenties Section End  ********************************/

/* ******************************** Feature Section CSS ******************************* */

.feature-section-left {
    padding: 30px;
    background-color: #292416;
}

.feature-section-list-main {
    margin-top: 30px;
}

.feature-section-list {
    padding: 0;
    list-style: none;
}

.feature-section-list li {
    height: 50px;
    background: black;
    padding: 2px 10px;
    width: 250px;
    color: #d5c8c8;
    margin-top: 10px;
}


.feature-section-right {
    padding: 40px;
    background-color: #000;
    height: 100%;
}

.feature-section-img {
    width: 70%;
    height: 250px;
    margin: auto;
    filter: blur(1px);
}

@media screen and (max-width: 767.7px) {
    #featureSectionLeft {
        display: none;
    }

    .feature-section-img {
        width: auto;
    }

    .feature-section-right {
        padding: 40px 15px;
    }
}

@media screen and (max-width: 576.7px) {
    .feature-section-list-main {
        text-align: -webkit-center;
    }

    .feature-section-list li {
        text-align: start;
    }

    .feature-section-head .head-text {
        margin: 0px;
    }
}

/* ******************************** Feature Section End ******************************* */

/* ********************************Gallery Section CSS ******************************* */
.gallery-section {
    /* background-color: #512829; */
    /* background: url(./assets/images/banner.webp); */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
}

.gallery-section-main {
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.85);
}

.gallery-section-img {
    margin-top: 30px;
    padding: 0px 10px;
    height: 180px;
}

.gallery-section-img img {
    box-shadow: 5px 10px 10px #000;
    transition: transform 1s;
    border-radius: 5px;
}

.gallery-section-img img:hover {
    transform: scale(1.2);
    z-index: 1000;
}

@media screen and (max-width: 576.7px) {
    .gallery-section-main {
        padding: 30px 0px;
    }

    .gallery-section-img {
        height: 95px;
    }
}


/* ******************************** Gallery Section End ******************************* */

/* ******************************** Location Section CSS ****************************** */
.location-section {
    background-color: #292416;
    padding: 40px 0px;
}

.location-section-img {
    margin-top: 20px;
    filter: blur(1px);
}

.location-section-list-main {
    padding: 20px;
}

.location-section-list {
    color: #fff;
}

.location-section-list li {
    margin-top: 10px;
}

.location-section-btn {
    margin-top: 25px;
    /* text-align: end; */
}

@media screen and (max-width: 576.7px) {
    .location-section {
        margin-bottom: 0;
    }

    .location-section-head h2 {
        text-align: center;
    }

    .location-section-list-main {
        padding: 0px;
    }

    .location-section-left {
        height: 100%;
    }

    .location-section-img {
        height: 90%;
    }

    .location-section-list {
        padding: 15px 0px;
    }

    .location-section-list li {
        margin-top: 5px;
        font-size: 14px;
    }

    .location-section-btn {
        text-align: center;
    }
}

/* ******************************** Location Section End ****************************** */

/* ******************************** Footer Section CSS ********************************* */

#footerSection {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.footer-btn {
    width: 100%;
}

.footer-btn button {
    width: 100% !important;
}

/* **********************************  Property footer CSS **************************** */
.property-footer {
    background-color: #000000;
    min-height: 310px;
    display: none;
}

.footer-menu {
    display: flex;
    padding: 10px;
    margin: 0px;
}

.footer-menu li {
    margin: 10px 3px;
    list-style-type: none;
    color: #fff;
}

.footer-menu li a {
    color: #fff !important;
}

.prop-footer-logo {
    width: 200px;
    height: 60px;
    margin: auto;
}

.footer-menu2 {
    display: flex;
    list-style: none;
    width: 90%;
    margin: auto;
}

.footer-menu2 li {
    font-size: 12px;
    color: gray;
    margin: 10px 5px;
    cursor: pointer;
}

.footer-menu2 li a {
    color: gray !important;
}

.social-icon {
    width: 70%;
    height: 60px;
    margin: auto;
}

.privacy-inf {
    width: 90%;
    margin: auto;
}

.privacy-inf p {
    font-size: 8px;
    color: #fff;
}

@media screen and (max-width: 576.7px) {
    .property-footer {
        /* display: block; */
    }
}

/* ******************************** Footer Section End ********************************* */


/* ******************************** Popup Section CSS ********************************* */
.popup-section-main {
    /* height: 190px; */
}

.popup-section-left {
    width: 50%;
}

.popup-section-right {
    background-image: url('./assets/amenties/popup.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    text-align: center;
    padding: 10px 10px;
}

.popup-section-right p {
    font-size: 12px;
}

.popup-btn {
    height: 35px;
    min-width: 85%;
    margin: 5px 0px;
}
@media only screen and (max-width: 767px) {
    .video-lifestyle {
        height: 205px;
    }
}
.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .video-tour {
        /* Example: extra padding or margin if needed */
        padding: 10px 0;
    }
}
.modal-header.bg-info {
  background: black;
}
.modal-content {
  max-width: 800px;
  margin: auto;
}
.bg-info {
    background-color: black !important;
}
.text-info
 {
    color: #000000 !important;
 }
 .btn-info {
    color: #fff;
    background-color: black;
    border-color: black;
 }
  @media (max-width: 768px) {
    .mobile-center-img {
      display: block;
      margin: auto;
      max-width: 45%;
    }
  }
  
  @media (min-width: 992px) {
  .banner-section-nav {
    height: 90px;
    padding: 15px;
    margin-left: 30px;
  }
  .banner-section-prop-info {
    width: 500px;
    margin: 70px 40px;
}

}

/* ******************************** Popup Section End ********************************* */