@import url(../fonts/stylesheet.css);
body{
    top:0;
    position: relative;
    font-family: 'Arthaus';
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Arthaus';
    font-weight: bold;
    font-style: normal;
}
p,small{
    font-family: 'Arthaus';
    font-weight: normal;
    font-style: normal;
}

/* navbar */
.navbarMain {
    background-color: rgb(244 238 232);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}
.mainNav .nav-item{
    margin:5px 0px;
}
.iti--allow-dropdown {
    width: 100% !important;
}
.navbarMain.navbar-expand-lg .navbar-nav .nav-link {
   color:#252A50 !important;
   margin: 0px 10px;
   line-height: 12px;
}
.navbarMain .navbar-nav .nav-link.active, .navbarMain .navbar-nav .show>.nav-link{
    border-bottom: 3px solid #252A50;
}
.formBgMain {
    background-color: rgb(244 238 232 / 60%);
    border-radius: 25px;
    padding: 2rem;
}
.formBgMainNew {
    background-color: #252A50;
    border-radius: 25px;
    padding: 2rem;
}
.dropMenu{
    background: #ffffffdf !important;
    border-radius: 0px !important;
    border: 0 !important;
    padding: 0 !important;
}
.dropMenu .dropdown-item{
    color:#252A50 !important;
    font-size: 14px !important;
    padding: 8px 12px !important;
}
.dropMenu .dropdown-item:focus, .dropMenu .dropdown-item:hover {
    color: #ffffff !important;
    background-color: #252A50 !important;
}
.dropMenu .dropdown-item.active{
    color: #ffffff !important;
    background-color: #252A50 !important;
}
/* navbar */
/* main */
.btn:focus, .btn:active{
    outline: none !important;
    box-shadow: none !important;
}
.form-select:focus, .form-select:active{
    outline: none !important;
    box-shadow: none !important;
}
.form-control:focus, .form-control:active{
    outline: none !important;
    box-shadow: none !important;
}
.btn-primary {
    background-color: #252A50 !important;
    border-color: #252A50 !important;
    color:#F4EEE8 !important;
}
.btn-secondary  {
    background-color: #F4EEE8 !important;
    border-color: #F4EEE8 !important;
    color:#252A50 !important;
}
.propDesc p,.propDesc span{
    font-family: 'Arthaus' !important;
}
.formFields {
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #252A50 !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    background-size: 10px 12px;
    color:#252A50 !important;
    padding: 0.375rem 0.2rem;
}
.formFieldsNew {
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #F4EEE8 !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    background-size: 10px 12px;
    color:#F4EEE8 !important;
    padding: 0.375rem 0.2rem;
}
.formBgMain label{
    font-size: 14px !important;
    color:#252A50 !important;
    padding: 0rem 0.2rem !important;
}

.formBgMain select:invalid { color:#252A50; }
.formBgMain select option{
    font-size: 14px !important;
    color:#252A50 !important;
}
.formBgMainNew label{
    font-size: 14px !important;
    color:#F4EEE8 !important;
    padding: 0rem 0.2rem !important;
}

.formBgMainNew select:invalid { color:#252A50; }
.formBgMainNew select option{
    font-size: 14px !important;
    color:#252A50 !important;
}
#communityGallery img{
    width:100%;
    height:500px;
    object-fit:cover;
}
.formFields::placeholder, .subField::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px !important;
    color:#252A50 !important; /* Firefox */
  }
.formFieldsNew::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px !important;
    color:#F4EEE8 !important; /* Firefox */
  }
  .p-relative{
    position: relative;
  }
  .formFields:-ms-input-placeholder, .subField:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px !important;
    color:#252A50 !important;
  }
  .formFieldsNew:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px !important;
    color:#F4EEE8 !important;
  }
  
  .formFields::-ms-input-placeholder, .subField::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 14px !important;
    color:#252A50 !important;
  }
  .formFieldsNew::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 14px !important;
    color:#F4EEE8 !important;
  }
  .text-primary{
    color: #252A50 !important
  }
  .text-secondary{
    color: #F4EEE8 !important
  }
  .propSearchBtn {
    font-size: 18px !important;
    border-radius: 10px !important;
  }
  .btn-rounded {
    font-size: 16px !important;
    border-radius: 25px !important;
    padding: 10px 30px !important;
  }
  .btn-rounded-sm {
    font-size: 14px !important;
    border-radius: 25px !important;
    padding: 6px 20px !important;
  }
  .text-para {
    color: #252A50;
  }
  a.text-para:hover {
    color: #585858 !important;
  }
  .bg-primary {
    background-color: #252A50 !important;
  }
  .fs-14{
    font-size: 14px;
  }
  .headingAll h1{
    font-size: 2.5rem !important;
  }
  .propName h1{
    font-size: 2rem !important;
  }
  .blogCard .blogImg{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
/* main */
/* home */
.mainBg{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: url('../../assets/images/banner/homeBg.webp');
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    min-height: 100vh;
    padding-top:85px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 15%);
}
.mainBg .carousel .carousel-inner .carousel-item{
    height:100%;
}
.mainBg .carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.mainBg .carousel .carousel-inner {
    height: 100%;
    opacity: 0.75;
}
.mainBg .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.paraText {
    font-size:1.25rem;
}
.videoBg {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    object-fit: cover;
}
.searchOnVid{
        position: absolute;
    z-index: 99;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    bottom:0;
}
.videoMain {
    height: 70vh;
    object-fit: cover;
}
.videoOverlay {
    background-color: rgba(0,0,0,.1);
    bottom: 0;
    height: 70vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.playcontrol {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
  }
  .playcontrol #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
  }
  .playcontrol #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
  }
  .communityControl #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #252A50 !important;
    stroke: #252A50 !important;
    cursor: pointer;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 50%;
    opacity: 0.9;
  }
.line-before-after {
    overflow: hidden;
    text-align: center;
}
.blogTitle, .secHead {
    font-size:1.5rem !important;
}
.boxTitle {
    font-size:1.25rem !important;
}
.boxText {
    font-size:1rem !important;
}
.nav-item.dropdown:hover .dropMenu {display: block;}
.teamName h3{
    font-size:1.15rem;
}
.teamName h4{
    font-size:0.95rem;
    font-weight:normal;
}
.line-before-after:before {
    margin-left: -50%;
    right: 0.5em;
}
.dflexbetween {
    display: flex;
    justify-content: space-between;
}
.line-before-after:after {
    left: 0.5em;
    margin-right: -50%;
}
.line-before-after:after, .line-before-after:before {
    background-color: #252A50;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}
.propCard {
    border-radius: 25px !important;
    border:0px !important;
    position: relative;
}
.propCard .accCont{
    position: absolute;
    top:10px;
}
.propCard .card-body{
   background-color: #F4EEE8;
   border-radius: 0px 0px 25px 25px;
}
.propCard img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position:top;
}
#propGallery {
    z-index:0;
}
#propGallery .owl-nav button.owl-prev, #propGallery .owl-nav button.owl-next ,#communityGallery .owl-nav button.owl-prev, #communityGallery .owl-nav button.owl-next{
    position: absolute;
    top: 40%;
    z-index: 9;
    color: #252A50;
    font-size: 25px;
    border-radius: 8px !important;
    height: 35px;
    line-height: 0;
    margin: 0px !important;
    width: 30px;
    background: white;
    
}
#propGallery .owl-nav button.owl-prev, #communityGallery .owl-nav button.owl-prev{headingAll
   left:10px;
    
}
#propGallery .owl-nav button.owl-next, #communityGallery .owl-nav button.owl-next{
    right:10px;
    
}
#propGallery img{
    height: 310px;
    width: 100%;
    object-fit: cover;
}
.badgeLight {
    background-color: rgb(37 42 80 / 85%) !important;
    color: #F4EEE8 !important;
}
.propertyDescrip {
    font-size: 13px;
    color: #252A50 !important;
}
.slick-prev, .slick-next{
    border-radius: 8px !important;
    width: 30px !important;
    height: 30px !important;
    z-index: 9;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.slick-next {
    right: -35px !important;
    background: #252A50 !important;
}
.slick-prev {
    left: -35px !important;
    background: #fff !important;
}
.slick-prev:before {
    content: '\F284' !important;
    font-family: bootstrap-icons !important;
    color: #252A50 !important;
    font-weight: 700;
}
.slick-next:before {
    content: '\F285' !important;
    font-family: bootstrap-icons !important;

}
.slick-prev:before, .slick-next:before{
    font-size: 17px !important;
    line-height: 1;
    font-weight: 700;
    opacity: 1 !important;
}
#slick1 .slick-slide, #slickVideo .slick-slide{
    margin: 15px;
}
.bgLight {
    background-color: #f4eee8;
}
.bgLocal{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.posPropDet {
    position: absolute;
    margin: auto;
    bottom: 12%;
    right: -40%;
    left: 20%;
    z-index: 9;
}
.lineAfter {
    position: relative;
    border-bottom: 2px solid #eee;
}
.lineAfter:after, .boxPrimary {
    background-color: #252A50;
    position: absolute;
    content: "";
    height: 4px;
    left: 0;
    bottom: -3px;
    border-radius: 5px;
    width: 60px;
}
.numberStrok{
    position: absolute;
    left: 0px;
    bottom: -5px;
    font-size: 2.6rem;
    z-index: 0;
    opacity: 0.8;
    font-weight: 900;
    color: #252A50;
    font-family: 'Merriweather', serif;

}
.numberStrok2{
    position: absolute;
    left: 2px;
    top: -3px;
    font-size: 2.6rem;
    z-index: 0;
    opacity: 0.8;
    font-weight: 900;
    color: #252A50;
    font-family: 'Merriweather', serif;

}
.guideImg img{
    height:200px;
    width:100%;
    object-fit:cover;
}
.accordion-button:focus, .accordion-button:active{
    outline: none !important;
    box-shadow: none !important;
}
.sellerFq .accordion-button:not(.collapsed){
    background: #f4eee8 !important;
}
.owlOffplanNav {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 9;
}
.heightFull{
    height: 100%;
}
.customNextBtn , .customPrevBtn {
    border: 0px !important;
    border-radius: 8px !important;
    font-size: 17px;
     height: 30px;
    width: 30px;
}
.customNextBtn {
    background-color: #252A50 !important;
    color: #fff !important;
}
.customPrevBtn {
    background-color: #fff !important;
    color: #252A50 !important;
   
}
.owlInvestNav {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 9;
}
.customPrevBtnInvest , .customNextBtnInvest {
    border: 0px !important;
    border-radius: 8px !important;
}
.customNextBtnInvest {
    background-color: #252A50 !important;
    color: #fff !important;
    height: 30px;
    width: 30px;
    font-size: 17px;
}
.customPrevBtnInvest {
    background-color: #fff !important;
    color: #252A50 !important;
    height: 30px;
    width: 30px;
    font-size: 17px;
}
.list-square{
    list-style-type: square;
    color: #252A50 !important;
}
.list-square li::marker{
    color: #252A50 !important;
}
.videoCont video{
    object-fit: cover !important;
}
.roundedTop {
    border-radius: 20px 20px 0px 0px;
}
.teamImg{
    border-radius: 20px 20px 0px 0px;
    height: 260px;
    object-fit: cover;
    object-position: top;
}
.contField{
border: 2px solid #ddd !important;
border-radius: 0.7rem !important;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
.contField::placeholder{
    color: #252A50 !important;
    font-size:14px !important;
}
.valRadRight{
    border-radius: 0px 0.7rem 0.7rem 0px !important;
}
.valRadRight::placeholder{
    color:#252A50 !important;
    font-size:14px !important;
}
.formAgent textarea::placeholder{
    color:#252A50 !important;
    font-size:14px !important;
}
.formAgent label{
    color:#252A50 !important;
}
.valRadLeft{
    border-radius: 0.7rem 0px 0px 0.7rem !important;
    min-width: 120px;
    color:#252A50 !important;
    font-size:14px !important;
}
.valRadRight, .valRadLeft{
border: 2px solid #ddd !important;
padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
}
.borderStart {
    border-left: 3px solid #252A50;
}
.borderEnd {
    border-right: 3px solid #252A50;
}
.offplan-section .owl-carousel img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
/* home */
/* footer */
.vertiLine::after {
    content: "";
    width: 1px;
    height: 40px;
    display: inline-block;
    position: relative;
    background: #252A50;
    vertical-align: middle;
}
.borderBottom{
    border-bottom: 1px solid #252A50;
}
.footNav{
    display: inline;
}
.footNav .nav-item {
    display: inline-flex;
 }
.footNav .nav-item .nav-link {
    color:#252A50 !important;
    margin: 0px 10px;
    font-size: 14px;
 }
 .footIconSocial .fIcon {
    font-size: 18px;
    color: #fff !important;
    background-color: #252A50;
    border-radius: 8px;
}
.scrollTop {
    position: absolute;
    bottom: 10%;
    right: 5%;
    transform: rotate(270deg);
    display: flex;
}
.social-sticky {
    bottom: 1em;
    position: fixed;
    right: 1.5em;
    z-index: 10;
}
.textscrollCont {
    background-color: #252A50;
    padding: 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}
.scrollTop i {
    font-size: 22px;
    color: #252A50;
}
/* footer */
/* mobile */
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .posPropDet {
        position: relative;
        margin: auto;
        bottom: 50px;
        right: 0%;
        left: 0%;
        z-index: 9;
    }
   
    .customNextBtn , .customPrevBtn, .customPrevBtnInvest, .customNextBtnInvest {
        font-size:14px !important;
            padding: 7px 8px !important;
}
.offplan-section .owl-carousel img {
    height: 400px !important;
}

    .slick-prev{
        left:0px !important
    }
    .slick-next{
right: 0px !important;
    }
    #slick1 .slick-slide, #slickVideo .slick-slide{
        margin: 20px !important;
    }
    #slickVideo .slick-slide, #slickVideo .slick-slide{
        margin: 20px !important;
    }
    .vertiLine::after {
        width: 60px !important;
        height: 2px !important;
    }
    .rowRev {
        flex-direction: row-reverse !important;
    }
    .colRev {
        flex-direction: column-reverse !important;
    }
    .rowRev .text-end{
        text-align: start !important;
    }
    .headingAll h1{
        font-size: 2rem !important;
      }
    .propName h1{
        font-size: 1.5rem !important;
      }
     .scrollTop {
        right: auto !important;
            left: -2rem;
    }
    .social-sticky {
        right: 0.7em !important;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 1200px) {
      .mainBg{
          min-height:40vh !important;
      }
  }
  .textbox {
    position: relative;
}


.textbox .autoComplete {
    left: 0;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
}

.textbox .autoComplete .item {
    animation: showItem .3s ease forwards;
    background-color: #fff;
    box-shadow: 0 8px 8px -10px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    color: #7C8487;
    cursor: pointer;
    display: block;
    font-size: .8rem;
    opacity: 0;
    outline: none;
    padding: 10px;
    text-decoration: none;
    transform-origin: top;
    /* transform: rotateX(-90deg); */
    transform: translateX(10px);
}

.textbox .autoComplete .item:hover,
.textbox .autoComplete .item:focus {
    background-color: #fafafa;
    color: #D1822B;
}

@keyframes showItem {
    0% {
        opacity: 0;
        /* transform: rotateX(-90deg); */
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        /* transform: rotateX(0); */
        transform: translateX(0);
    }
}
.formCont .select option{
    background: #252A50;
}
.pagination{
    display: flex;
    flex-wrap: wrap;
}
.page-link{
    color: #252A50 !important;
    border: 1px solid #252A50 !important;
    border-radius: 10px !important;
    margin: 5px;
}
.active>.page-link, .page-link.active{
    background-color: #252A50 !important;
    color: #fff !important;
    border: 1px solid #252A50 !important;
    border-radius: 10px !important;
    
}
.bgModal{
    background:#f4eee8c2;
}
/*.logoContModal {*/
/*    position: absolute;*/
/*    bottom: -25%;*/
/*    background: white;*/
/*    padding: 40px 18px;*/
/*    border-radius: 50%;*/
/*}*/
.btn-close{
    opacity: 0.8 !important;
    border: 1px solid #252A50;
    border-radius: 50%;
}