/* 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/banner.webp); */
    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: rgba(0, 0, 0,0.65);
    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: 80px;
    padding: 10px;
}

.prop-logo {
    height: 60px;
    width: 100px;
}

.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: 50px 30px;
}

.banner-section-prop-info h1 {
    word-spacing: 15px;
}

.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: 500px;
    }

    #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;
    }
}



/* ********************************  Banner Section 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: 0px
    }

    .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: 20px;
}

.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;
    }
}

/* ******************************** 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 ****************************** */

/* ******************************** 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 ************************************ */

/* ******************************** 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: 30px;
    background: black;
    padding: 2px 10px;
    width: 195px;
    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) {
    .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: 40px;
    }
    .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-section-right h4{
 font-size: 16px;
}
.popup-btn{
    height: 35px;
    min-width: 85%;
    margin: 5px 0px;
}

/* ******************************** Popup Section End ********************************* */