@import url('../fonts/optima/stylesheet.css');
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --primary-font: 'Optima LT Pro';
    --primary-bold-font: 'Optima LT Pro';
    --script-font: "Optima LT Pro";
    --primary-black: #001515;
    --primary-white: #ffffff;
    --secondary-grey: #f7f7f7;
  
  }
  html {
    overflow-x: hidden;
  }
body {
    top: 0;
    position: relative;
    font-family: var(--primary-font);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    overflow-x:hidden;
}
body.modal-open {
    overflow: hidden !important;
    padding-right: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-style: normal;
}
.fs-14 {
    font-size: 14px;
}
.fs-11 {
    font-size: 11px;
}
p,
small,a, ul li {
    font-family: var(--primary-font);
}
.w-fit-content {
    width: fit-content;
}
/* Navbar */
.mainNav {
    background: transparent;
    position: absolute;
    top:0;
    width: 100%;
    left:0;
    right:0;
    z-index: 9;
    min-height: 75px;
}
.navBarWhite {
    background: #ffffff !important;
    position:  relative !important;
}
.navBarWhite .invertIcon{
   filter: invert(1);
}
.navBarWhite.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--primary-black) !important;
}
.mainNav.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--primary-white);
    font-size: 0.89rem;
    text-transform: uppercase;
}
.form-control:focus, .form-select:focus {
    outline: 0  !important;
    box-shadow:none !important;
    border:0px !important
}
.btn-primary {
    background-color: var(--primary-black) !important;
    color: var(--primary-white);
    font-size: 0.89rem !important;
    padding: .4rem 1rem .4rem 1rem !important;
    border:1px solid var(--primary-black) !important;
}

.btn-outline-dark2, .btn-outline-dark2:hover {
    background-color: transparent !important;
    border: 1px solid #001515;
    font-size: 0.89rem;
    color: #001515 !important;
    padding: .4rem .4rem .4rem .4rem !important;
}
.btn-success {
    color: var(--primary-white);
    font-size: 0.89rem !important;
    padding: .4rem 2rem .4rem 2rem !important;
}
.text-sec {
    font-size: 0.87rem;
}
.bg-primary {
    background-color: var(--primary-black) !important;
}
.bg-secondary {
    background-color: var(--secondary-grey) !important;
}
.btn-white , .btn-white:hover, .btn-white:focus{
    background-color: var(--primary-white) !important;
    color:var(--primary-black);
    font-size: 0.89rem !important;
    padding: .4rem 2rem .4rem 2rem !important;
    border:1px solid var(--primary-white) !important;
}
.p-relative {
    position: relative;
}
.text-primary {
    color: var(--primary-black) !important;
}
.text-secondary {
    color: #c9c9c9 !important;
}
a {
    text-decoration: none;
}
.btn-outline, .btn-outline:hover {
    background-color: transparent !important;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 0.79rem;
    color: #fff !important;
    padding: 2px 10px;
}
.btn-outline-dark, .btn-outline-dark:hover {
    background-color: transparent !important;
    border: 1px solid #001515;
    text-transform: uppercase;
    font-size: 0.82rem;
    color: #001515 !important;
    padding: 2px 10px;
}
.bgGradient{
    background-image:linear-gradient(90deg, var(--secondary-grey) 45%, var(--primary-white) 45%);
}
/* banner */
.mainBanner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 90vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: inset 0 0 0 2000px rgba(4, 28, 44, 0.5);
    background-image: url('../images/banner/homeBg.webp');
    padding-top: 200px;
    padding-bottom: 200px;
}
.mainBanner2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 90vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: inset 0 0 0 2000px rgba(4, 28, 44, 0.5);
    background-image: url('../images/banner/homeBg.webp');
    
}

.homeCarousel img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.homeCarousel .carousel-item {
   position: relative;
   
}
.carouselOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 21, 21, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.homeCarousel .carousel-caption {
left: 50%;
position: absolute;
top: 45%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: max-content;
z-index: 5;
}
.searchBottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.overlayBG {
    position: absolute; bottom: 0; width: 100%; height: 350px; z-index: 2; 
    background:rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%) repeat scroll 0 0;
}
.lineAfter::after{
    content: ""; 
  position: absolute; 
  width: 50px;
  height: 1px; 
  background-color: var(--primary-black); 
}
.homeBanner {
    padding-bottom: 0 !important;
}
.bannerHead h5 {
    font-size: 2.5rem;
    font-family: var(--primary-font);
    line-height: normal;

}
.sectionHead h5 {
    font-size: 3rem;
    font-family: var(--primary-font);
}
.sectionHeadNew h5 {
    font-size: 3rem;
    font-family: var(--primary-font);
}
.bannerHead span, .sectionHead span {
    font-family: var(--script-font);
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    padding-left: 3px;
}
.secHead h5 {
    font-size: 1.5rem;
    font-family: var(--primary-font);
}
.secHead h6 {
    font-size: 1.3rem;
    font-family: var(--primary-font);
}
.secHead span {
    font-family: var(--script-font);
    font-size: 1.3rem;
    font-weight: bold;
    font-style: italic;
    padding-left: 3px;
}
.secHeadNew h5{
    font-size: 2.5rem;
}
.secHeadNew h5 span{
    font-family: var(--script-font);
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    padding-left: 3px;
}
.secHeadNew h5::before,
.secHeadNew h5::after {
    display: inline-block;
    content: "";
    border-top: 1px solid var(--primary-black);
    width: 35%;
    transform: translateY(-1.5rem);
}
.secHeadNew h5::before {
    margin-right: 2rem;
}
.secHeadNew h5::after {
    transform: translateY(0rem);
    margin-left: 2rem;
}
.searchDiv {
    background: rgba(255, 255, 255, 0.39);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8.7px);
-webkit-backdrop-filter: blur(8.7px);
border: 1px solid rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 15px;
}
.searchForm label {
    font-size: 0.89rem;
    color: var(--primary-white);
    margin-bottom: 10px;
}
.searchForm .form-control::placeholder {
    font-size: 0.82rem !important;
}
.modalViewFormCont .form-control {
    background-color: transparent;
    border: 1px solid #ffffff !important;
    border-radius: 10px;
    color: var(--primary-white) !important;
}
.modalViewFormCont label {
    font-size: 0.89rem;
    color: var(--primary-white);
    margin-bottom: 10px;
}
.modalViewFormCont .form-control::placeholder {
    font-size: 0.82rem !important;
    color: var(--primary-white) !important;
}
.modalViewFormCont .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}
.aboutImg {
    margin-right: -47%;
}
.bgVilla {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 15px 0px 0px 15px;
    border: 1px solid #e0e0e0;
    border-right: 0px !important;
}
.bgVilla2{
    position: absolute;
    width: 100%;
    height: 100%;
    right: -47%;
    top:0;
    bottom:0;
    background-color: #f7f7f7;
    z-index: -1;
}
.bgBlog1 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -23%;
    top: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: -1;
}
.bgBlog2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -23%;
    top: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: -1;
}
#partnerSlide .owl-stage{
    display: flex;
}
.communityDesc h5, .communityDesc h5 span{
    font-family: var(--script-font);
    font-size: 2.3rem !important;
    font-weight: 500 !important;
    font-style: italic;
}
.communityDesc h6{
    font-weight: 500 !important;
}
/* property grid  */
.propCont {
    font-size: 0.82rem;
}
.propCont .propIMg {
    width: 100%;
    height:350px;
    object-fit: cover;
    border-radius: 15px;
    object-position: top center;
}
.propCont .propDetOverlay {
    position: absolute;
    width: 100%;
    height: 350px;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 90%) repeat scroll 0 0;
    /* background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .7) 50%); */
    color: var(--primary-white);
}
#exclusiveSlide .propCont .propDetOverlay, #exclusiveSlide .propCont .propIMg {
    height: 450px !important;
}
.propCont .commuDetOverlay {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom:0;
    left:0;
    right: 0;
    padding: 15px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-color: rgba(0, 0, 0, .7) ;
    color: var(--primary-white);
}
.propCont .managDetOverlay {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom:0;
    left:0;
    right: 0;
    padding: 15px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-color: rgba(0, 0, 0, .7) ;
    color: var(--primary-white);
}
.propDetOverlay .card-title, .commuDetOverlay .card-title {
    color: var(--primary-white);
    font-size: 0.92rem;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.filterInverse {
    filter: invert(1);
}
.partnerImg img {
    width: 200px !important;
    height:120px;
    object-fit: contain;
    object-position: center;
    transform: scale(1);
}
.testiImg img{
    width: 180px !important;
    height:180px;
    object-position: center;
    margin: auto;
}
.testiDesc {
    position: relative;
}
.testiDesc .quote1{
    position: absolute;
    top: 0;
    left: 0;
    width: 8%;
    height: 25%;
    z-index: -1;
}
.testiDesc .quote2 img {
    transform: rotate(180deg);
}
.testiDesc .quote2{
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 8%;
    height: 25%;
    z-index: -1;
}
.blogCard {
    height: 500px;
}
.blogCardSide {
    height: 245px;
}
.blogCard img {
    height: 350px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.blogCardSide img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
/* .blogCardNew .blogSubtitle {
    display: none;
}

#blogSlide .owl-item.active.center .blogCardNew .blogSubtitle {
    display: block;
}
#blogSlide .owl-stage{
    display: block !important;
  }
  
  #blogSlide .owl-item {
    display: inline-block;
    float: none;
    vertical-align: text-bottom;
} */
.blogImgMain {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

#exclusiveSlide .filterInverse{
    width: 20px !important;
    display: inline-flex !important;
}

.listingForm label{
    font-size: 0.87rem !important;
    color: var(--primary-black);
    margin-bottom: 1rem;
}
.listingForm .form-control::placeholder,.listingForm .form-control option{
    font-size: 0.87rem !important;
    color: #868686;
}
.listingForm .form-control, .listingForm .form-control:hover, .listingForm .form-control:focus{
    border: 1px solid #f1f0f0 !important;
    border-radius: 5px;
    font-size: 0.87rem;
    color: var(--primary-black) !important;
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    margin-bottom: 1.5rem;
}
.processRound {
    font-size: 2rem;
    font-family: var(--primary-bold-font);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination .page-item .page-link {
    border-radius: 5px;
    border-color: var(--primary-black);
    color: var(--primary-black);
    padding: 5px 10px;
    font-size: 14px;
    margin: 2px 5px;
}
.pagination .page-item.active .page-link{
    border-radius: 5px;
    border-color: var(--primary-black);
    color: #fff;
    background-color: var(--primary-black);
}
.pagination .page-item .page-link:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-black);
    outline: 0;
    box-shadow: none !important;
}
/* single property  */
.custom-range {
    width: 40px !important;
  }
  .propListSmall li+li:before {
    padding: 0 5px;
    color: #ddd;
    content: "|";
    font-size: 15px;
    font-family: "bootstrap-icons";
}
.propListSmall li small {
    white-space: nowrap;
}
.cursor-pointer {
    cursor: pointer;
}
.agentImageSingle {
    width:125px;
    height: 125px;
    object-fit: cover;
object-position: top;
}
.agentDetailCont {
    visibility: hidden;
  opacity: 0;
  height:0px;
  transition: visibility 0s, height 2s linear;
}
.agentContNew:hover .agentDetailCont{
    visibility: visible;
  opacity: 1;
  height:auto;
}
.gallerContentSingle {
    display: block;
    align-items: center;
    justify-content: space-between;
    height: 400px;
    position: relative;
}
.gallerContentSingle>div {
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    flex-wrap: wrap;
}
.gallerContentSingle .gallery-img .firstImg{
    width: calc(70% - 10px);
    height: 100%;
    overflow: hidden;
    display: block;
    float: left;
    align-items: center;
}

.gallerContentSingle .image_count_content {
    position: absolute;
    display: flex;
    bottom: 8px;
    left: 8px;
    z-index: 1;
}
.gallerContentSingle .image_count_content div{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    box-shadow: 0 0 1px rgb(0 0 0 / 20%), 0 1px 2px rgb(0 0 0 / 6%), 0 4px 8px rgb(0 0 0 / 6%);
    border-radius: 8px;
    z-index: 1;
}

.gallerContentSingle .gallery-img img {
    position: relative !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
/*    object-position: right bottom;*/
}

.gallerContentSingle .gallery-img .sideImg {
    width: calc(30% - 10px);
    height: calc(50% - 5px);
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
.breadcrumb li,
.breadcrumbBlue li {
    display: inline;
}
.breadcrumb li a {
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.breadcrumbBlue li a {
    color: var(--primary-black) !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.breadcrumb li+li:before {
    padding: 0 8px;
    color: #fff;
    content: "\F285";
    font-size: 10px;
    font-family: "bootstrap-icons";
}
.breadcrumbBlue li+li:before {
    padding: 0 5px;
    color: var(--primary-black);
    content: "\F285";
    font-size: 10px;
    font-family: "bootstrap-icons";
}
#similarListing .Icons{
    width: 20px !important;
    display: inline-flex !important;
}
#agentSlide .owl-stage-outer {
    display: flex;
    justify-content: center;
}
/* footer  */
.footHead {
    margin: 0 auto;
    width: fit-content;
}
.footHead h6 {
    text-transform: uppercase;
}
.footList li{
    display: inline;
    grid-template-columns: max-content max-content max-content;
}

.list-bar::before {
    padding: 0 5px;
    color: #ddd;
    content: "|";
    font-size: 16px;
    font-family: "bootstrap-icons";
    vertical-align: baseline;
    line-height: 0.87rem;
    display: inline;
}
.list-dot::before {
    padding: 0 5px;
    color: #ddd;
    content: "\F287";
    font-size: 8px;
    font-family: "bootstrap-icons";
    vertical-align: middle;
    line-height: 0.87rem;
    display: inline;
 
}
.footList li:first-child::marker {
    list-style-type: none !important;
}
.owl-carousel .owl-prev {
    position: absolute;
    top: 25%;
    left: 25%;
    font-size: 4rem !important;
}
.owl-carousel .owl-next {
    position: absolute;
    top: 25%;
    right: 0;
    font-size: 4rem !important;
}
#processSlide.owl-carousel .owl-prev {
    left: -5% !important;
}
#processSlide.owl-carousel .owl-next {
    right: -5% !important;
}
#areaguideSlide.owl-carousel .owl-prev {
    left: -5% !important;
}
#areaguideSlide.owl-carousel .owl-next {
    right: -5% !important;
}
#processSlide.owl-carousel .owl-stage {
   display: flex;
}
#processSlide.owl-carousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.iti--allow-dropdown{
    width: 100% !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: var(--primary-black) !important;
    text-decoration: none;
}
#exclusiveSlide.owl-carousel .owl-prev {
    left: -5% !important;
    top:32% !important;
}
#exclusiveSlide.owl-carousel .owl-next {
    top: 32% !important;
    right: -5%;
}
#AmenitySlide.owl-carousel .owl-prev {
    left: -5% !important;
    font-size: 1rem !important;
}
#AmenitySlide.owl-carousel .owl-next {
    right: -5%;
    font-size: 1rem !important;
}
.aboutImg2 img {
    width: 50%;
    border: 2px solid #ffffff;
    margin-top: -20%;
    margin-left: -25%;
}
.amenityImg50 {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .amenityImg {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
  }
  .fs-12 {
    font-size: 12px !important;
  }
  .position-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .projectiMGS {
    width: 100%;
    height: 350PX;
    object-fit: cover;
  }
  .latestTabs .nav-item .nav-link.active {
    color: #fff !important;
    border: 1px solid var(--primary-black) !important;
    background-color: var(--primary-black) !important;
  }
  .latestTabs .nav-item .nav-link {
    color: var(--primary-black);
    border: 1px solid var(--secondary-grey);
    border-radius: 10px;
    margin: 5px 10px 5px 0;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .contactForm .form-control {
    border: 0px;
    border-bottom: 1px solid #001515 !important;
    border-radius: 0px !important;
  }
@media screen and (max-width: 720px) {
    #agentSlide .owl-stage-outer {
        display: inherit !important;
        justify-content: center;
    }
    .homeCarousel .carousel-caption {
        left: 10%;
        -webkit-transform: translate(-5%, -50%);
        transform: translate(-5%, -50%);
        width: 80%;
    }
    .bannerHead h5 , .bannerHead span{
        font-size: 1.5rem;
    }
    .searchDiv {
        padding: 20px;
    }
    .searchBottom {
        margin-left: 0px  !important;
        margin-right: 0px  !important;
    }
    .carousel-indicators {
        margin-right:0% !important;
        margin-left:0% !important;
    }
    .rowRev {
        flex-direction: row-reverse;
    }
    .colRev {
        flex-direction: column-reverse;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top:75px;
        right: 0;
        text-align: left;
        background: var(--primary-black);
        padding: 20px;
    }
    .navBarWhite.navbar-expand-lg .navbar-nav .nav-link{
        color: #ffffff !important;
    }
    .aboutImg {
        margin-right: auto;
    }
    .bgVilla2, .bgVilla {
        right: 0;
    }
    .searchForm label {
        margin-bottom: 0px !important;
    }
    .sectionHead h5, .sectionHead span {
        font-size: 1.5rem !important;
    }
    .sectionHeadNew h5 , .sectionHeadNew span{
        font-size: 1.5rem !important;
    }
    .bgVilla {
        border-right: 1px solid #e0e0e0 !important;
    }
    .blogCard, .blogCardSide, .blogCard img, .blogCardSide img {
        height: auto !important;
    }
    .blogCard {
        margin-bottom: 1.5rem;
    }
    .footHead{
        width: 100% !important;
    }
    .navbar-toggler-icon {
        filter: invert(1);
         --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") !important;
    }
    .navBarWhite .navbar-toggler-icon {
        filter: invert(0) !important;
    }
    .navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active{
        border:0px !important;
        outline: 0 !important;
        box-shadow: none !important;
    }
    .bgGradient {
        background-image: linear-gradient(90deg, var(--secondary-grey) 100%, var(--primary-white) 100%);
    }
    .bgBlog1, .bgBlog2 {
        width: 80% !important;
        height: 350px !important;
        right: 0;
        left: 0;
    }
    .owl-carousel .owl-prev {
        left: 0%;
    }
    #exclusiveSlide.owl-carousel .owl-prev {
        left: 0% !important;
        color: #ffffff !important;
    }
    #exclusiveSlide.owl-carousel .owl-next {
        right: 0%;
        color: #ffffff !important;
    }
    #AmenitySlide.owl-carousel .owl-prev {
        left: 0% !important;
    
    }
    #AmenitySlide.owl-carousel .owl-next {
        right: 0%;
    }
    .secHeadNew h5::before, .secHeadNew h5::after {
        width: 9% !important;
    }
}