/* banner section */
#banner-slider .item {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
#banner-slider .item-div {
    height: 100vh;
}
#banner-slider .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    animation: zoom-in-zoom-out 80s ease-out infinite;
}
.banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 138px 0;
    background: #00000047;
}
#main-banner{
    margin-top: 86px;
    height: 100vh;
    position:relative;
}
.booking-btn {
    text-decoration: none;
    background: #371C02;
    padding: 7px 14px;
    border-radius: 26px;
    font-size: 11px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .03rem;
}
.banner-caption h1 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 500;
    margin-top: 24px;
}
.estimate-status h4 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
  }
  .estimate-status {
    display: flex;
    align-items: center;
    padding: 17px 0 30px 0;
  }
  .crore-div h3,span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .03rem;
}
  .current-status {
   margin-left: 65px;
  }
  .current-status, .est-comple { 
    border-left: 2px solid #FFDF8F;
    border-radius: 7px;
    padding: 0 0 0 15px;
  }
  .current-status p, .est-comple p {
    padding-bottom: 7px;
    margin: 0;
}
.crore-div h2 {
    font-size: 55px;
    font-weight: 700;
}
.crore-div {
    margin-bottom: 32px;
}
.booking-btn:hover {
    background: #FFFFFF;
    color: #371C02;
    font-weight: 900;
}
/* banner-section end */

/* discribe-section */
.discribe-left {
    height:476px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.scan-img {
    position: absolute;
    bottom: 12px;
    left: 12px;
}
.discribe-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#discribe-section {
    padding-top: 51px;
    padding-bottom: 51px;
}
.discribe-right h5 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}
  .discribe-right {
    margin-top: 25px;
    padding-left: 7px;
  }
  .discribe-right p {
    padding-bottom: 20px;
  }
  .costing-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
/* discribe section end */

/* costing section */
.costing-box {
    height:337px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.costing-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.costing-shade-box {
    position: absolute;
    background: #00000099;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.costing-white-div {
    background: #FFFFFF;
    border-radius: 19px;
    display: flex;
    padding: 4px 27px;
    border: 0;
    color: #3B2610;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 20px;
    top: 20px;
}
.costing-crore-div h5, h3 {
    color: #F8F8F8;
}
.costing-crore-div {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 74%;
    display: flex;
    text-align: center;
    content: '';
    transform: translate(-50%, -50%);
}
.costing-crore-div h5 {
    font-size: 15px;
    font-weight: 400;
}
.costing-crore-div h3 {
    font-size: 32px;
    padding-bottom: 19px;
}
.hide-costing{
    display:none;
}

/* costing-section end */

/* masterplan */
.master-left{
    height:330px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.master-right{
    height:330px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.master-left img{
    height: 100%;
width: 100%;
object-fit: cover;
}
.master-head {
    position: absolute;
    bottom: 0;
    background: #000000CC;
    width: 100%;
    text-align: center;
    padding: 12px 0 6px 0;
    z-index: 99;
}
.master-head h3 {
    font-size: 23px;
    font-weight: 400;
    color: #FFFFFF;
}
#master-slider .owl-nav{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: 50%;
    left: 0;  
}
#master-slider .owl-nav .owl-prev{
    position: absolute;
    left: 10px;
    bottom: 50%;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3B2610;
    border-radius: 4px;
}
#master-slider .owl-nav .owl-next{
    position: absolute;
    right: 10px;
    bottom: 50%;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3B2610;
    border-radius: 4px;
}
#master-slider .owl-nav iconify-icon {
    color: #FFFFFF;
    font-size: 30px;
}
#master-slider .owl-nav .disabled {
    background: #3b261070;
}
/* masterplan end */

/* amenities section start */
#amenities-slider .item-div {
    height: 292px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
#amenities-slider .item-div img {
    height:100%;
    width: 100%;
    object-fit: cover;
}
.aminities-head{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #FFDF8F;
    text-align: center;
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 13px;
}
.aminities-head h4{
    font-size: 18px;
    color: #3B2610;
    text-transform: capitalize;
}
#amenities-slider .owl-nav{
    position: absolute;
    display: flex;
    left: -34%;
    bottom: 0;
}
#amenities-slider .owl-nav button{
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3B2610;
    border-radius: 4px;
    margin-right: 10px;
}
#amenities-slider .owl-nav iconify-icon {
    color: #FFFFFF;
    font-size: 30px;
}
#amenities-slider .owl-nav .disabled {
    background: #3b261070;
}
/* amenities section end */

/* gallery section start */

.aligner {
  
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
#gallery-slider .item{
    height:343px;
    border-radius: 4px;
    overflow: hidden;
}
#gallery-slider .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery-head {
    margin-bottom: 25px;
}
#gallery-slider .owl-nav{
    position: absolute;
    display: flex;
    right: 0;
    top: -18%;
}
#gallery-slider .owl-nav button{
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3B2610;
    border-radius: 4px;
    margin-right: 10px;
}
#gallery-slider .owl-nav iconify-icon {
    color: #FFFFFF;
    font-size: 30px;
}
#gallery-slider .owl-nav .disabled {
    background: #3b261070;
}
/* gallery end */
/* location section */
.loc-icon{
    background: #3B2610;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.location-name h5{
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    padding-left: 13px;
    margin: 0;
}
.location-div{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.location-left {
    height: 475px;
    border-radius: 6px;
    overflow: hidden;
}
.location-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.location-detail {
    margin-top: 30px;
}
.location-grid {
    margin-top: 25px;
}
/* location section end */

/* virtual section */
.virtual-video-div {
    height: 362px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.virtual-video-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.virtual-video-div a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #FFFFFF;
}
.virtual-video-div span {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 83.95%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 20px 30px;
    color: #FFFFFF;
    font-size: 15px;
    width: 100%;
}
.virtual-register input{
    width: 100%;
    padding: 10px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ffffff38;
    border-radius: 2px;
    background: #33210F;
    margin-bottom: 10px;
}

.virtual-register input::placeholder{
    color: #D7D7D7;
    font-size: 15px;
    font-weight: 300;
    padding-left: 5px;
}
.virtual-register{
    background: #3B2610;
    padding: 53px 33px 35px 39px;
    border-radius: 6px;
}
.sub_btn:hover {
    background: #FFFFFF;
    color: #371C02;
}
.virtual-grid{
    margin-top: 25px;
}
.virtual-register h4 {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
}
.virtual-right {
    padding-left: 15px;
}
.sub_btn {
    margin-top: 20px;
}
/* virtual section end */

/* dev-abt-section start */
.abt-dev-left{
    height: 320px;
    overflow: hidden;
    border-radius: 6px;
}
.abt-dev-left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.abt-dev-right h2 {
    margin: 30px 0 20px 0;
}
.abt-dev-right {
    padding-left: 3px;
}
/* dev-abt-section end */

/* footer start */
footer{
    background: #404040;
    padding-top: 42px;
    padding-bottom: 42px;
}
.partner-margin {
    margin-bottom: 33px;
}
.partner-real-div h4 {
    font-size: 19px;
    font-weight: 500;
    color: #FFFFFF;
}
.fooetr-left {
    background: #363535;
    padding:32px 33px;
    border-radius: 6px;
}
footer p {
    color: #E5E4E4;
    font-size: 13px;
    letter-spacing: .03rem;
    font-weight: 300;
    text-transform: capitalize;
}
.footer-head h5 {
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
}
.footer-right span {
    color: #E5E4E4;
    font-size: 13px;
    letter-spacing: .03rem;
    font-weight: 500;
}
.footer-head{
    margin-bottom: 27px;
}
.footer-right {
    padding: 21px 0 0 18px;
}
/* foter end */
/* delayd popup start */
.instructions {
    text-align: center;
    font-size: 20px;
    margin: 15vh;
  }
  
  .backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    z-index:999;
    display: none;
  }
  
  /*   This is the Popup Window   */
  .delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 480px;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -180px;
    z-index: 999;
    padding:0;
    background: #FFFFFF;
  }
  .delay-form {
    padding: 0 33px 35px 39px;
}
  
  /*   This is the closing button  */
  #btnClose {
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #BCBCBC;
    position: absolute;
    right: -38px;
    top:-21px;
  }
  #btnClose iconify-icon {
    font-size: 28px;
}
  /*   This is the closing button hover state  */
  #btnClose:hover {
    color: #FFFFFF;
  }
#delayedPopup h4 {
    text-align: center;
    margin: 0;
}
.delay-head {
    background: #33210f;
    padding: 13px;
}

.delayedPopupWindow input{
    background: #FFFFFF;
    border:1px solid #33210f30;
}
.delayedPopupWindow input::placeholder{
    color: #33210F;
    font-size: 15px;
    font-weight: 500;
    padding-left: 5px;
}
.delayedPopupWindow .sub_btn {
   background: #FFDF8F;
   color: #371C02;
    width: 100%;
   
}
.delayedPopupWindow .sub_btn:hover {
    color: #FFFFFF;
     background: #371C02;
 }
 a.delay-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px 0 20px;
}
a.delay-logo img {
    width: 43%;
}
/* delayd popup end */

/* right fix-icon */
.fix_icons {
    position: fixed;
    right: 40px;
    top: 64%;
    z-index: 99999;
}
.fix_icons .fico{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    animation: pulse-animation 2s infinite;
    font-size: 25px;
	background-color:#371C02;
	margin-bottom:10px;
    border: 1px solid #ffffff26;
}
.whts {
    font-size: 40px;
}
.fix_icons .fico1{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 42px;
	margin-bottom:10px;
}
.fix_icons iconify-icon {
    color: #FFDF8F;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }

}
  
/* fix-icon-end */

/* thank youpage */
.thankyou-grid{
    width: 80%;
    margin: auto;
}
.thankyou-grid img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.thankyou-left {
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.thank-you-section {
    padding: 160px 0 160px 0;
}
.thankyou-content {
    padding-top: 125px;
}
.thankyou-content h1{
    font-size: 50px!important;
    font-weight: 800!important;
}
/* thank you page end */
.input_submit {
    background: #FFDF8F!important;
}