@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
html, body{
	padding: 0;margin: 0;font-size: 14px;-webkit-font-smoothing: antialiased;font-family: "Manrope", sans-serif;font-weight: 400;color: #4d4c4f;
	line-height: 1.4;overflow-x: hidden;letter-spacing: 0.5px;background-color: #00180B;
}
*{
    -webkit-tap-highlight-color: transparent !important;
}
a, img, button, input[type=submit]{text-decoration: none;outline: none; border: 0;}
button, input, select, textarea{font-family: "Manrope", sans-serif;}
b, strong{font-weight: 700;}
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a:focus, a:hover{text-decoration: none !important;}
p, ul, h1, h2, h3, h4, h5, h6, hr, figure, ol{padding:0;margin:0;}
.container{max-width: 1200px;margin: 0px auto;padding: 0 15px;}
.container-fluid{max-width: 95%;margin: 0px auto;padding: 0 15px;}
.container.small{max-width: 850px;padding: 0 20px;}
.container.medium{max-width: 1000px;padding: 0 20px;}
.pull-left{float: left !important;}
.pull-right{float: right !important;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
.text-uppercase{text-transform: uppercase;}
.text-lowercase{text-transform: lowercase;}
.text-italic{font-style: italic;}
.text-underline{text-decoration: underline;}
.text-light{font-weight: 300;}
.text-medium{font-weight: 400;}
.text-bold{font-weight: 600;}
.text-bolder{font-weight: 700;}
.text-black{color:#000;}
.text-white{color:#fff;}
.text-orange{color: #ee6e25;}
.img-responsive{max-width: 100%;height: auto;}
.img-full{width: 100%;height: auto;}
.center-block{margin: 0 auto;}
.bg-white{background-color: #fff;}
.bg-off-white{background-color:#f8f8fa; }
.bg-cover{background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
.col-1{width: 8.333333333333333%;}
.col-2{width: 16.66666666666667%;}
.col-3{width: 25%;}
.col-4{width: 33.33333333333333%;}
.col-5{width: 41.66666666666667%;}
.col-6{width: 50%;}
.col-7{width: 58.33333333333333%;}
.col-8{width: 66.66666666666667%;}
.col-9{width: 75%;}
.col-10{width: 83.33333333333333%;}
.col-11{width: 91.66666666666667%;}
.col-12{width: 100%;}
.col-12-5{width: 20%;}
.w100{width: 100%;}
.w80{width: 80%;}
.w70{width: 70%;}
.w30{width: 30%;}
.w20{width: 20%;}
.cred {color: red;}
.h100{height: 100%;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-12-5, .w30, .w70, .w20{float: left;}

.mg-5{margin: 5px;}
.mg-10{margin:10px;}
.mg-20{margin:20px;}
.mg-30{margin:30px;}

.mg-tp-5{margin-top: 5px;}
.mg-tp-10{margin-top: 10px;}
.mg-tp-20{margin-top: 20px;}
.mg-tp-30{margin-top: 30px;}

.mg-bt-5{margin-bottom: 5px;}
.mg-bt-10{margin-bottom: 10px;}
.mg-bt-20{margin-bottom: 20px;}
.mg-bt-30{margin-bottom: 30px;}

.mg-rt-5{margin-right: 5px;}
.mg-rt-10{margin-right: 10px;}
.mg-rt-20{margin-right: 20px;}
.mg-rt-30{margin-right: 30px;}

.mg-lt-5{margin-left: 5px;}
.mg-lt-10{margin-left: 10px;}
.mg-lt-20{margin-left: 20px;}
.mg-lt-30{margin-left: 30px;}

.pd-5{padding:5px;}
.pd-10{padding:10px;}
.pd-20{padding:20px;}
.pd-30{padding:30px;}

.pd-tp-5{padding-top: 5px;}
.pd-tp-10{padding-top: 10px;}
.pd-tp-20{padding-top: 20px;}
.pd-tp-30{padding-top: 30px;}
.pd-tp-50{padding-top: 50px;}

.pd-bt-5{padding-bottom: 5px;}
.pd-bt-10{padding-bottom: 10px;}
.pd-bt-20{padding-bottom: 20px;}
.pd-bt-30{padding-bottom: 30px;}

.pd-rt-5{padding-right: 5px;}
.pd-rt-10{padding-right: 10px;}
.pd-rt-20{padding-right: 20px;}
.pd-rt-30{padding-right: 30px;}

.pd-lt-5{padding-left: 5px;}
.pd-lt-10{padding-left: 10px;}
.pd-lt-20{padding-left: 20px;}
.pd-lt-30{padding-left: 30px;}

.h500{height: 500px;}
.h600{height: 600px;}
.h700{height: 700px;}
.h800{height: 800px;}

.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}
.bottom{bottom:0;}
.top{top:0;}
.left{left:0;}
.right{right:0;}
.visible-xs{display: none !important;}
.hidden-xs{display: block!important}
.hidden-sm{
        display: block;
    }
    .visible-sm{
        display: none;
    }
.row:before, .row:after{display: table;content: " ";}
.row:after, .clearfix{clear: both;}

.disptable{display: table;height: 100%;}
.dispblock{display: block;}
.table-cell{display: table-cell;vertical-align: middle;}

.Yoverflowhidden{overflow-y: hidden;}
.Xoverflowhidden{overflow-x: hidden;}
.overflowhidden{overflow: hidden;}

section{float: left;width: 100%;}
section.padding{padding:70px 0;}

/*Header Section*/

header{position: fixed;width: 100%;top:0;left: 0;padding: 0px 0 2px 0;z-index: 9999;transition: all 0.6s ease-in-out;}
header.active {
    background-color: #00180b;
    position: fixed;
    box-shadow: 0 0 20px #000;
}
header .brand-logo{padding-top: 10px;}
header .upper{}
header .upper .number-wrapper{margin-right: 20px;margin-top: 10px;}
header .upper .ctc-wrapper{margin-right: 20px;}
header .upper .enq-btn-wrapper{}
header .upper .enq-btn-wrapper a{display: inline-block;padding:0px 15px;color:#fff;background-color: #6b6b6b;text-transform: uppercase;line-height: 40px;}
header .lower{}
header .lower .nav-links{text-align: right;padding: 18px 0;}
header .lower .nav-links a{display: inline-block;margin-right: 22px;margin-top: 0px;color:#fff;position: relative;font-size: 14px;line-height: 26px;font-weight: 400;}
header .lower .nav-links a:last-child{margin-right: 0px;}
header .form-container{position: absolute;width: 300px;top:calc(100% + 10px);right: 15px;background-color:#F1F5F6;padding:4px;display:none;padding: 25px;transition: top 0.5s ease-in-out;box-shadow: 0px 1px 10px 6px rgb(0 0 0 / 6%); }
header .form-container .frmclose{display: none;}
header .form-container .thankyou{margin-bottom: 10px;}
header .lower .nav-links a.active{font-weight: 700;color: #fff}
.call-icon svg {
width: 20px;
height: 20px;
position: relative;
right: 2px;
top: 4px;
}
.enquire-btn {
    background-color: #F8F0ED;
    color: #A4843A !important;
    font-size: 16px;
    padding: 11px 36px;
    font-weight: 800!important;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #A4843A;
    text-transform: uppercase;
}
.btn-set img{
    border-radius: 50%;
    padding: 10px;
    position: relative;
    top: 10px;
    margin-right: 5px;
    background-color: #CDA341;
}
.head-title{
	font-family: 'Libre Baskerville', serif;
}   
/*banner-sec*/
.home-banner{
    background: url('../images/banner-img.png');    
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.ban-cont {
    position: absolute;
    bottom: -85px;
}
.hero-tit{
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #fff;
    font-size: 72px;
    line-height: 88px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}
.alap-ban-img{
    position: absolute;
    bottom: -45px;
    left: 150px;
}
.scoll-down {
    top: auto;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
}
.icon{
    -webkit-animation: mover 0.50s infinite alternate;
        animation: mover 0.50s infinite alternate;
}
 @keyframes mover{
        0% {
          transform: translateY(0);
        }
        100%{
          transform: translateY(-10px); 
        }
      }
.whatsapp-fixed {
    bottom: 40px;
    position: fixed;
    right: 10px;
    z-index: 9999;
}
.callwrap {
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    position: fixed;
    right: -152px;
    bottom: 140px;
    box-shadow: 1px 0 6px rgba(0,0,0,.6);
    width: 150px;
    display: table;
    transition: all 1s linear;
    z-index: 9999;
    margin-top: 5px;
    cursor: pointer;
}
.callme {
    padding: 15px 13px 8px;
    position: absolute;
    left: -63px;
    margin: -9px 0 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 25px;
}
.callme, .callmeon {
    display: table-cell;
    vertical-align: middle;
}
.extLink {
    color: #fff;
}
.extLink, .phone_number {
    text-decoration: none;
    font: normal normal 600 14px/26px Inter,sans-serif;
}
.callwrap.active{right:0}
.scoll-down {
    top: auto;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
}
.icon-down{
    -webkit-animation: mover 0.50s infinite alternate;
        animation: mover 0.50s infinite alternate;
}
 @keyframes mover{
        0% {
          transform: translateY(0);
        }
        100%{
          transform: translateY(-10px); 
        }
      }
/*about-sec*/
.about-lt{
    position: relative;
    top: 200px;
}
.about-rt{
    padding: 150px 33px;
}
.ab-slides img{
    padding: 0 20px;
}
.about-sm-circle img{
    border-radius: 50%;
}
.about-sm-circle {
       display: flex;
    gap: 20px;
    align-items: center;
    background-color: #F8F0ED;
    padding: 8px;
    border-radius: 110px;
    width: 330px;
}
.ab-sm-1{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #A4843A;
}
.ab-sm-2{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
}
.ab-tit{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    padding: 25px 0px 10px;
}
.ab-tit span{
    font-size: 32px;
    line-height: 30px;
    font-weight: 800;
    color: #A4843A;
}
.here-tit{
    font-size: 52px;
    line-height: 62px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}
.here-tit span{
    color: #A4843A;
}
.hero-dec{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.ab-slides{
    position: relative;
    top: -150px;
}
.alap-img-cent{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
.ab-big-cont{
    background: url('../images/ab-big-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    top: -155px;
    position: relative;
}
.ab-big-ht{
    height: 83vh;
}
.ab-btn{
    padding-top: 83px;
}
.enquire-btn-2{
    background-color: #00180B;
    padding: 18px 43px;
    line-height: 26px;
}
/*location*/
.loc-slider{
    padding: 70px 0;
    margin-left: 150px;
}
.loc-slide p{
    font-size: 26px;
    line-height: 42px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0 50px;
    font-family: "Playfair Display", serif;
}
.loc-slide-count{
    position: relative;
    top: 150px;
}
.map-img{
    text-align: center;
}
.map-img img{
    opacity: 70%;
    border: 1px solid#A4843A;
    border-radius: 100%;
    padding: 15px;
}
.line-cirl{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.count-slide p {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    color: #fff;
    font-family: "Playfair Display", serif;
    background-color: #00180B;
    padding: 15px 18px;
    border-radius: 100%;
}
.count-slider-set{
    position: absolute;
    bottom: -20px;
}
.count-slide{
    width: 80px!important;
}
/*amenities*/
.amenities-big-img{
    background: url('../images/amenities-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}
.amen-txt-1{
    position: absolute;
    top: -70px;
}
.amen-txt-2{
    position: absolute;
    bottom: -60px;
    right: 220px;
}
.amen-slider{
    padding-top: 50px;
}
.amen-slide{
    padding: 20px;
}
.amen-slide p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #A4843A;
    padding: 10px;
}
.amen-arrow-st{
    margin-left: unset!important;
    position: absolute;
    display: flex;
    gap: 15px;
    left: 50%;
    bottom: -20px;
    cursor: pointer;
    transform: translateX(-50%);
}
/*specifications*/
.spec-btn{
    padding: 70px;
}
.spec-count{
    font-size: 52px;
    line-height: 62px;
    font-weight: 400;
    color: #fff;
    font-family: "Playfair Display", serif;
    position: absolute;
    bottom: 30px;
    right: 40px;
    text-shadow: -2px 4px 8px rgba(0, 0, 0, 0.3);
}
.spec-slide-list h4{
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}
.spec-slide-list ul{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
}
.speci-slider-2{
    padding: 100px!important;
}
.speci-slider-1,.speci-slider-2{
    padding-top: 50px;
}
.speci-slider{
    padding-top: 50px;
}
.spec-arrow-st{
    cursor: pointer;
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: 70px;
    margin-left: 100px;
}
.spec-big-img{
    background: url('../images/specification-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}
.spec-cards h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #A4843A;
    font-family: "Playfair Display", serif;
}
.spec-cards h4{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    padding-top: 200px;
}
.spec-cards {
    background-color: #00180B;
    padding: 30px;
    margin: 20px;
}
.spec-card-set{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64%;
}
.spec-aalap-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*form-sec*/
.grp-img{
    padding-top: 20px;
}
.form{
    background-color: #A4843A;
    width: 700px;
    margin: 70px auto 0;
    border-radius: 10px;
}
form{
    padding: 40px;
}
label {
    color: #292542;
    font-weight: 500;
}
input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: 0;
    color: #fff;
    border: none;
    background-color: #A4843A;
    border-bottom: 1px solid#fff;
}
.sel-flat {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: 0;
    color: #fff;
    border: none;
    background-color: #A4843A;
    border-bottom: 1px solid#fff;
}
input::placeholder {
  color: #fff;
  font-size: 14px;  
}
.textarea::placeholder {
  color: #fff;
  font-size: 14px;  
}
.input{
    margin-bottom: 20px;
}
header .form-container .frmclose {
    display: inline-block;
    position: relative;
    top: -10px;
    right: 0px;
    color: #000;
    font-size: 20px;
    border: 1px solid #000;
    padding: 3px 8px;
    line-height: 20px;
    border-radius: 6px;
}
.error {
    color: red;
    font-size: 12px;
}
.thankyoumessage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #000000d4;
    z-index: 999;
    border-radius: 10px;
    display: none;
}
.tnx-set {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 75%;
}
.submit-btn{
    height: 50px!important;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    justify-content: center;
    align-items: center;
    z-index: 111111;
    display: none;
}
.close-btn {
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    padding: 5px 11px;
    border-radius: 20px;
    border: none;
    position: absolute;
    top: -25px;
    right: -12px;
    font-size: 15px;
    z-index: 9999;
}
.pop-form{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*footer-sec*/
.footer-sec{
    background-color: #fff;
}
.f-sec h3{
    font-size: 36px;
    line-height: 66px;
    font-weight: 500;
    color: #A4843A;
}
.f-sec h4{
    font-size: 22px;
    line-height: 19px;
    font-weight: 700;
    color: #000;
    padding-top: 12px;
}
.f-sec p{
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    color: #000;
    padding: 5px;
}
.group-logo{
    display: flex;
    gap: 30px;
}
.f-logos{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #00000033;
}
.rera-cont p{
    font-size: 11px;
    line-height: 19px;
    font-weight: 500;
    color: #000;
}
.rera {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 0 0 35px;
}
.ab-big-txt{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Footer Section*/
footer{float: left;width: 100%;color:#fff; font-weight: 300;}
footer a{color:#fff;}
footer .upper{background-color: #2b2b2b;padding:10px 0;}
footer .lower{background-color: #00180b;padding:20px 0;font-size: 14px;}
.disc{
    width: 100%;
    border-bottom: 1px solid #fff;
    letter-spacing: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}	
.dec {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
/*animation*/
.revealOnScroll {
                opacity: 0
            }
  .animated {
                -moz-animation-duration: 1.2s;
                -o-animation-duration: 1.2s;
                -webkit-animation-duration: 1.2s;
                -ms-animation-duration: 1.2s;
                animation-duration: 1.2s;
                -moz-animation-fill-mode: both;
                -o-animation-fill-mode: both;
                -webkit-animation-fill-mode: both;
                -ms-animation-fill-mode: both;
                animation-fill-mode: both
            }

            @keyframes fadeInLeft {
                from {
                    opacity: 0;
                    -webkit-transform: translate3d(-100%, 0, 0);
                    -o-transform: translate3d(-100%, 0, 0);
                    -moz-transform: translate3d(-100%, 0, 0);
                    -ms-transform: translate3d(-100%, 0, 0);
                    transform: translate3d(-100%, 0, 0)
                }
                to {
                    opacity: 1;
                    -webkit-transform: none;
                    -ms-transform: none;
                    -moz-transform: none;
                    -o-transform: none;
                    transform: none
                }
            }

            .fadeInLeft {
                -webkit-animation-name: fadeInLeft;
                -o-animation-name: fadeInLeft;
                -ms-animation-name: fadeInLeft;
                -moz-animation-name: fadeInLeft;
                animation-name: fadeInLeft
            }
            @keyframes fadeInDown {
                from {
                    opacity: 0;
                    -webkit-transform: translate3d(0, -100%, 0);
                    -o-transform: translate3d(0, -100%, 0);
                    -moz-transform: translate3d(0, -100%, 0);
                    -ms-transform: translate3d(0, -100%, 0);
                    transform: translate3d(0, -100%, 0)
                }
                to {
                    opacity: 1;
                    -webkit-transform: none;
                    -o-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    transform: none
                }
            }

            .fadeInDown {
                -webkit-animation-name: fadeInDown;
                -o-animation-name: fadeInDown;
                -ms-animation-name: fadeInDown;
                -moz-animation-name: fadeInDown;
                animation-name: fadeInDown
            }