@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

body{
    box-sizing: border-box;
    overflow-x: hidden;
    font-size: 16px;
    color: #776f60;
}
section{
    padding: 50px 0;
    position: relative;
}
a{
    font-family: "Montserrat", serif;
    font-size: 18px;
    text-decoration: none;
}
p{
    font-family: "Montserrat", serif;
    font-size: 18px;
}
.h1{
    font-family:"Playfair Display", serif;
    font-size: 50px;
    font-weight: 500;
    font-style: italic;
    opacity: 0.9;
}

.h2{
    font-family: "Montserrat", serif;
    font-size: 40px;
    /*font-style: italic;*/
    line-height: 50px;
    opacity: 0.8;
    color: #000000;
    font-weight: 600;
}
.img-responsive{
    width: 100%;
    height: auto;
}
.img-fluid{
    width:100%;
}
.fixed-top {
  top: -60px !important;
  transform: translateY(60px);
  transition: transform 1s;
  background-color: #212529 !important;
  position: fixed !important;
}

.navbar ul li a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.navbar ul li a:hover{
    color: #ec6504;
}
.navbar-brand img{
    width: 75px;
}
.navbar ul li{
    padding: 0 8px;
}
.navigation_bar{
    position: relative;
}
.navbar{
    position: absolute;
    top: 0;
    z-index: 999999;
    width: 100%;
}
.btn_enquire{
    background-color: #fff;
    color: #525d68 !important;
    padding: 5px 20px;
}
.btn_enquire:hover{
    background-color: #ec6504;
    color: #fff !important;
    transition: all 0.4s;
}
.top_banner_section{
    position: relative;
}
.top_text_boxt{
    position: absolute;
    top: 25%;
    left:12%
}
.home_video{
    width:100%;
    height:60vh;
}
.banner_text{
    color: #ffffff;
    opacity: 0.5;
    font-size: 50px;
    font-weight: 300;
    line-height: 65px;
    text-transform: uppercase;
}
.small{
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
.bottom_text_boxt{
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform:translateX(-50%);
}


.hero-section {
    position: relative;
    height: auto;
}

.hero-section img {
    width: 100%;
    height: auto;
    display: block;
}

.form-overlay {
    background: rgba(0, 0, 0, 0.7); /* semi-transparent black */
    height: 45%; /* adjust height as needed */
    z-index: 2;
    display:flex;
    align-items:center;
}

/* Form styles */
.glass-form {
    max-width: 400px;
    width: 100%;
}

.glass-form input.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
}

.glass-form input.form-control::placeholder {
    color: #fff;
    opacity: 0.8;
}

.glass-form button {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    transition: 0.3s ease;
}


#stickyForm {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #EC6504;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  display: none;
  z-index: 9999;
  opacity:0.8;
}

#stickyForm form {
  display: flex;
  align-items: center;
  gap: 10px;
}

#stickyForm input {
  padding: 8px 12px;
  border-radius: 25px;
  border: 1px solid #ccc;
}

#stickyForm button {
  padding: 8px 16px;
  border-radius: 25px;
  background: #fff;
  color: #000;
  border: 1px solid #EC6504;
  cursor: pointer;
}


.small_font{
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
.img_content_box{
    width: 40%;
    padding-left: 50px;
}
.find_btn{
    font-size: 14px;
    color: #302e2b;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    align-items: center;
    font-weight: 600;
    opacity: 0.8;
}
.find_btn::before{
    content: "";
    width: 40px;
    height: 2px;
    border-top: 2px solid #302e2b;
    padding-right: 5px;
    opacity: 0.8;
}
.right_img_content_box{
    padding-left: 50px;
    height:70vh;
}
.cont_box{
    width: 80%;
    margin-left: auto;
}
.explore_high_end{
    background: url(../img/home-middle-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:40px;
}
.key_feature button{
    display: none;
}
.border_text_box{
    display: flex;
    justify-content: center;
    background-color: #ec6504;
    color: #fff;
    width:max-content;
    padding: 10px 30px;
    margin: auto;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
}
.border_text_box span{
    font-family: "Cormorant", serif;
    font-size: 50px;
    font-style: italic;
    line-height: 50px;
    opacity: 0.8;
}
.btn_view_location{
    border: 2px solid #b6b2aa;
    border-radius: 0;
    color: #b6b2aa;
    font-size: 16px;
    font-weight: 400;
}
.btn_view_location:hover{
    border-color: #ec6504;
}

.moving_car{
    height: 150vh; /* Just to enable scrolling */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spacer {
    height: 10px; /* Adds space before and after */
}

.hover:hover{
    color:#000 !important;
    transition:0.4s ease-in-out;
}
.hover{
    cursor:pointer;
}


#animation-section {
    position: relative;
    width: 100%;
    height: 200vh; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;
}

.timeline {
    position: relative;
    width: 50px;
    height: 150vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Vertical Line */
.vertical-line {
    position: absolute;
    width: 4px; /* Adjust thickness */
    height: 100%;
    background-color: #6b5f50; /* Adjust color */
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; /* Send behind car */
}

.car {
    position: absolute;
    width: 150px;
    top: 10px;
    z-index: 1;
    /* transition: transform 2s ease-in-out; */
}

.stop {
    position: absolute;
    text-align: center;
}

.point1 {
    top: 0;
}
.point2 {
    top: 40%;
}

.point3 {
    top: 80%;
}

/* Circle Indicators */
.circle {
    width: 30px;
    height: 30px;
    background-color: #6b5f50;
    border-radius: 50%;
    margin-bottom: 10px;
    margin: auto;
    z-index: -1;
}
.circle_text{
    position: absolute;
    top: 0;
    left: -150px;
}
.big_circle{
    
    position: absolute;
    left: -250px;
    top: -40px;
}
.big_circle_box{
    width: 100px;
    height: 100px;
    background-color: #6b5f50;
    border-radius: 50%;
    margin-bottom: 10px;
    margin: auto;
    z-index: -1;
}
.big_circle_text{
    position: absolute;
    right: -200px;
    top: -40px;
}
.number{
    font-size: 60px;
    font-weight: 600;
}


.slider_text{
    /* padding: 50px; */
    display: flex;
    align-items: center;
}
.text_box_width{
    width: 80%;
    padding: 30px;
    color: #fff;
}
.form_section{
    background-color: #ec6504;
}
.form_text{
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 50px;
    color:#fff ;
}

.form_section input{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
.bottom_text_boxt input{
     border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
.bottom_text_boxt .form-control::placeholder {
    color: #fff;
    opacity: 0.6;
}
.form-control::placeholder {
    color: #fff;
    opacity: 0.6;
}
.submit_button{
    background-color:transparent;
    border: 1px solid #fff;
}
.submit_button:hover{
    background-color: #ec6504;
    border-color: #fff;
}
footer{
    padding: 50px 0;
    
}
.footer_bg_orange{
    background-color:#EC6504;
}
.footer_logo{
    width: 90px;
}
.mob_equire_btn{
    display:none;
}


.custom_slider .owl-next{
    font-size: 60px !important;
    color: #ffff;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}
.custom_slider .owl-prev{
    display: none;
}
.custom_slider .owl-dots{
    display: none;
}
.active{
    color: #fff !important;
}

/* about us page  */
.about_banner_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about_banner_text h1{
    font-family: "Montserrat", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
}
.about_img_box{
    position: relative;
}
.front_img{
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translateY(-50%);
    margin: 20px;
}
.icon_heading{
    font-family:"Montserrat", serif;
    font-size: 25px;
    color: #000000;
    opacity: 0.6;
    font-weight: 400;
}
.about_us_icon_box{
    width: 70%;
}

/* aminities style  */
.amenity-col {
    transition: all 0.6s ease-in-out;
}

.luxury_img_box{
    height: 25rem;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.luxury_img_box img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.luxury_img_box:hover .overlay_text{
    display:none;
}
.aminities_icon_heading{
    font-family:"Montserrat", serif;
    font-size: 20px;
    color: #000000;
    opacity: 0.6;
    font-weight: 600;
    padding-top: 10px;
}
.luxury_img_box{
    position: relative;
}
.overlay_text{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #000;
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: end;
    opacity: 0.7;
}
.overlay_img_tex{
    font-family: "Cormorant", serif;
    font-size: 30px;
    font-style: italic;
    line-height: 30px;
    opacity: 0.8;
    color: #fff;
    font-weight: 600;
    
}
.overlay_text p{
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}

/* contact us page  */
.contact_form_section .form-control{
    border-color: #707070;
    border-width: 2px;
    border-radius: 0;
    opacity: 0.6;
}
.contact_form_section .form-label{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact_info a{
    color:#776f60;
}
.contact_info a:hover{
    color:#85754e;
}

.contact_form_section button{
    background-color: #85754e;
    padding: 5px 20px;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #85754e;
}

.facilites_section img{
    width:70px;
    margin:auto;
}

/* location style  */

.orange_bg{
    background-color: #ec6504;
}
.location_section{
    height: 420vh; /* Just to enable scrolling */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spacer {
    height: 10px; /* Adds space before and after */
}

#location-animation-section {
    position: relative;
    width: 100%;
    height: 450vh; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;
}

.location-timeline {
    position: relative;
    width: 50px;
    height: 370vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Vertical Line */
.location-vertical-line {
    position: absolute;
    width: 4px; /* Adjust thickness */
    height: 100%;
    background-color: #6b5f50; /* Adjust color */
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; /* Send behind car */
}

.location-car {
    position: absolute;
    width: 150px;
    top: 10px;
    z-index: 1;
    /* transition: transform 2s ease-in-out; */
}

.stop {
    position: absolute;
    text-align: center;
}

.location-point1 {
    top: 0;
}
.location-point2 {
    top: 15%;
}

.location-point3 {
    top: 30%;
}
.location-point4 {
    top: 45%;
}
.location-point5 {
    top: 60%;
}
.location-point6 {
    top: 75%;
}
.location-point7 {
    top: 90%;
}
.location-point8 {
    top: 100%;
}

/* Circle Indicators */
.circle {
    width: 30px;
    height: 30px;
    background-color: #6b5f50;
    border-radius: 50%;
    margin-bottom: 10px;
    margin: auto;
    z-index: -1;
}
.circle_text{
    position: absolute;
    top: 0;
    left: -150px;
}
.big_circle{
    
    position: absolute;
    left: -250px;
    top: -40px;
}
.big_circle_box{
    width: 100px;
    height: 100px;
    background-color: #6b5f50;
    border-radius: 50%;
    margin-bottom: 10px;
    margin: auto;
    z-index: -1;
}
.big_circle_text{
    position: absolute;
    right: -200px;
    top: -40px;
}
.number{
    font-size: 60px;
    font-weight: 600;
}


/* floor plan style start  */
 /* Main image styling */

.tab-content{
    width:100%;
}
.nav_pill_img{
    width: 120px;
    padding-right: 15px;
    height: 75px;
 }
 .nav-link:focus, .nav-link{
    color: #f0f0f0;
 }
 .nav-link:focus, .nav-link:hover{
    color: #fff;
 }
 .floor_plan .nav-link{
    padding: 0;
    align-items: center;
    display: flex;
    background-color: #ec6504;
    border-radius: 0;
    font-family: "Cormorant", serif;
    font-size: 20px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 10px;
    border: 1px solid #525d68;
    width: 306px;
    text-align: left;
    position: relative;
    padding:15px;
 }
 .floor_plan .fa-plus{
    position: absolute;
    right: 10px;
 }
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #ec6504;
 }
 .floor_plan .tab-content .active {
    color: #000 !important;
}
.key-facts-tab img{
    height: 120px;
}

/* Thumbnail slider wrapper */
.thumbnail-slider-wrapper {
    position: relative;
    height: 120vh;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Custom vertical scrolling */
.thumbnail-slider {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    width: 100%;
}

.thumbnail-slider::-webkit-scrollbar {
    width: 5px;
}

.thumbnail-slider::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Thumbnail item */
.thumbnail-slider .item {
    cursor: pointer;
    text-align: center;
    padding: 5px;
}

.thumbnail-slider .item img {
    width: 100%;
    height: auto;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.thumbnail-slider .item.active img {
    border: 2px solid orange;
}
.bg_orange{
    background-color: #ec6504;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg_orange span{
    color: #fff;
    font-family: "Cormorant", serif;
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
    text-align: left;
}
.pluse{
    font-size: 35px !important;
    font-weight: 600;
}

/* Navigation buttons */
.custom-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.custom-nav button {
    background: #ddd;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    text-align: center;
    border-radius: 5px;
}

.custom-nav button:hover {
    background: #bbb;
}
.bg_gray{
    background-color: #85754e;
}
/* floor plan style end  */

@media(min-width:1699px){
    .car{
        width: auto;
    }
    .location-car{
        width: auto;
    }
    .h2{
        line-height:55px;
    }
}

@media(max-width:768px){
    .collapse{
        background-color: #000;
    }
    .img_content_box{
        width: 50%;
        padding-left: 10px;
    }
    .h2{
        font-size: 45px;
    }
    .cont_box{
        width: 100%;
    }
    .top_text_boxt{
        width: auto;
    }
    .text_box_width{
        width: 100%;
        padding: 10px;
    }
    section{
        overflow-x: hidden;
    }
    #animation-section{
        height: 150vh;
    }
    .form_text{
        font-size: 35px;
        line-height: 40px;
    }
    #location-animation-section{
        height: 380vh;
    }
    .border_text_box span{
        font-size: 35px;
        line-height: 35px;
    }
    
    
    
}
@media(max-width:576px){
    .text-sm-center{
        text-align:center;
    }

    .top_banner_section{
        height:85vh;
    }
    .hero-section{
        height:100%;
    }
    .banner{
        height:100%;
    }
    .hero-section img{
        height:100%;
    }
    .form-overlay img{
        display:none;
    }
    .bottom_text_boxt img{
        display:none;
    }
    .banner_text{
        font-size: 25px;
        line-height: 35px;
    }

    .mob_equire_btn{
        display:block;
        position:fixed;
        right:10px;
        bottom:10px;
        z-index:99999;
    }
    .btn_mob_enquire{
        background-color:#000;
        color:#fff;
        opacity:0.8;
        
    }
    .top_text_boxt{
        top: 25%;
    }
    /*.header_form{*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*}*/
    
    .bottom_text_boxt{
        bottom:10px;
    }
    .form_text {
        font-size: 20px;
        line-height: 40px;
    }
    .h2,.h1{
        font-size: 35px;
        line-height: 35px;
    }
    .img_content_box{
        width: 100%;
        padding-top: 20px;
    }
    .cont_box{
        width: 100%;
        padding-top: 20px;
    }
    .right_img_content_box{
        padding-left: 0;
    }
    .mob_row_rev{
        flex-direction: column-reverse;
    }
    .border_text_box span{
        font-size: 25px;
        line-height: 25px;
    }
    .mob_text{
        text-align: center !important;
        padding-top: 10px;
    }
    .car{
        width: 100px;
    }
    .big_circle_box{
        width: 80px;
        height: 80px;
    }
    .big_circle{
        left: -155px;
    }
    .big_circle p{
        font-size: 14px;
    }
    .big_circle_text{
        right: -135px;
    }
    .navbar{
        width: -webkit-fill-available;
    }
    .offcanvas{
        width: 50% !important;
        height:100vh;
    }
    .about_banner_text h1{
        font-size: 25px;
    }
    .front_img{
        top: 65%;
        left: -10px;
        transform: translateY(0);
    }
    .location-car{
        width: 100px;
    }
    .mob_div{
        flex-direction: column-reverse;
    }
    .floor_plan .nav-link{
        width:100%;
    }
    .floor_plan .nav{
        width:100%;
    }
}