body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden; 
}


a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1{
    font-family: "Poppins", sans-serif;
}

h2{
    font-family: "Poppins", sans-serif;
}

h3{
    font-family: "Poppins", sans-serif;
}

h4{
    font-family: "Poppins", sans-serif;
}

h5{
    font-family: "Poppins", sans-serif;
}

h6{
    font-family: "Poppins", sans-serif;
}

p{
    font-family: "Poppins", sans-serif;
}
/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */



/* header start */

.navbar-custom {
      background-color: #ffffff;
      transition: top 0.3s, background-color 0.3s;
    }

    .nav-link, .navbar-brand, .dropdown-item {
      color: white !important;
    }

    .navbar-brand{
        text-align: center !important;
    }

    /* logo bottom text */
    .navbar-brand p{
        color: #183056 !important;
        font-size: 14px ;
        font-weight: 500;
        margin: 0px !important;
        
    }
    /* logo bottom text */

    .dropdown-item:hover {
      background-color: transparent !important;
    }

    .offcanvas-end {
      background-color: #ffffff;
    }

    .sticky-scroll {
      background-color: #ffffff;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1030;
      box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    }

.offcanvas-body{
   
    display: flex !important;
    justify-content: end !important;
}

.navbar-nav a{
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Alata", sans-serif !important;
   
    /* text-align: center !important; */
}

/* .navbar-nav a:hover{
    background-color: #183056 !important;
    color: #ffffff !important;
    border-radius: 50px;
} */

.navbar-nav .active{
    background-color: #183056 !important;
    
    border-radius: 50px;
}

.navbar-nav .active a{
    color: #ffffff !important;
}

.dropdown-menu-dark{
    background-color: #ffffff !important;
    overflow: hidden !important;
    padding: 20px !important;
    
}

.dropdown-menu-dark a{
    /* background-color: #183056 !important; */
    color: #183056 !important;
    /* margin: 0px !important; */
    margin: 10px 0px 10px 0px !important;
    
}

.dropdown-menu-dark .active a{
    background-color: #183056 !important;
    color: #ffffff !important;
    border-radius: 5px;
    
    margin: 10px 0px 10px 0px !important;
}

.navbar-toggler span{
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none; 
    box-shadow: none; 
}

.header-btn{
    display: flex;
    justify-content: flex-end;
    padding: 0px !important;
    margin: 0px !important;
}

.header-btn a{
    background-color: #D29D40;
    padding: 7px 15px 7px 15px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Alata", sans-serif !important;
    
    
}

@media(max-width:1200px){

    .header-btn{
        display: none;
    }
}

@media(max-width:992px){
    .offcanvas-body{
        display: flex !important;
        justify-content: left !important;
    }

    

    .navbar-nav .active{
        background-color: transparent !important;
        
    }
    .navbar-nav .active a{
        color: #000000 !important;
    }

    .dropdown-menu-dark .active a{
        color: #ffffff !important;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */

/* banner start */

.banner-bg{
    background-image: url(..//image/banner-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;

    padding: 50px;
}

.banner-content h2{
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
}

.banner-content p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.banner-btn{
    display: flex;
    gap: 10px;
    padding-top: 20px;
}

.btn-one a{
    background-color: #D29D40;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    border-radius: 5px;
}

.btn-one a:hover{
    border: 1px solid #ffffff;
    background-color: transparent;
}

.btn-two a{
    border: 1px solid #ffffff;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    border-radius: 5px;

}

.btn-two a:hover{
    background-color: #D29D40;
    border: none;
}

.banner-form-section{
    padding-top: 100px;
}

.banner-form-col{
    display: flex;
    justify-content: center;
}

.banner-form-section .form-select{
    background-color: #ffffff !important;
    border: 2px solid #DEDEDE;

    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif;
    color: #9a9999 !important;
}

.banner-form-btn{
    background-color: #183056;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.banner-form-btn:hover{
    background-color: #D29D40;
    color: #ffffff;
}

@media(max-width:434px){

    .banner-bg{
        padding-top: 100px !important;
        padding: 20px;
    }
    .banner-content h2{
        font-size: 23px;
    }

    .banner-content p{
        font-size:12px;
    }

    .banner-btn{
        display: flex;
        flex-direction: column;
    }

    .btn-two{
        padding-top: 20px;
    }

    .btn-one a{
        font-size: 12px;
    }

    .btn-two a{
        font-size: 12px;
    }
}






/* footer start */


.footer-section{
    /* padding-bottom: 50px; */
    background-color: #183056;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.footer-bg{
    
    padding-top: 50px;
    padding-bottom: 10px;
    border-radius: 15px;
    
}



.footer-content{
    padding: 20px;
}

.footer-content p{
    margin-top: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Alata", sans-serif ;
}

.social-icon{
    padding-top: 30px;
}
.social-icon a{
    font-size: 20px;
    color: #ffffff;
    padding: 0px 10px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1; 
    display: inline-block;
}

.social-icon a:hover{

    opacity: 0.6;
    transform: translateY(-5px); 
    color: #d29d40;
}


.footer-menu ul{
    padding: 0px;
}

.footer-menu li{
    list-style: none;
    margin: 20px;
    margin-left: 0px;

}

.footer-menu h2{
    color: #ffffff;
    
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;
    font-family: "Alata", sans-serif ;

}

.footer-menu a{
    color: #ffffff;
    
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: "Alata", sans-serif ;

}

.footer-menu a:hover{
    color: #d29d40;
}

.copy-right{
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    padding: 30px 20px 0px 20px;
}

.copy-right p{
    
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #ffffff;

}

.copy-right a{
    color: #ffffff;
}


@media(max-width:768px){
    .footer-menu{
        padding: 20px;
    }
}

@media(max-width:432px){
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }
    
    .footer-menu a{
        font-size: 15px;
    }

    .copy-right{
        display: flex;
        flex-direction: column;
    }

    .footer-section {
        padding-bottom: 0px;
    }

    .footer-content p{
        font-size: 13px;
    }

    .copy-right p{
        font-size: 13px;
    }
}
/* footer end */



/* property start */

.property-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.property-top-content h2{
    color: #183056;
    font-size: 37px;
    font-weight: 500;
}
.property-top-content p{
    color: #585858;
    font-size: 19px;
    font-weight: 400;
}

.property-top-btn-col{
    display: flex;
    align-items: center;
    justify-content: end;
}

.property-top-btn{
    text-align: end;
  
}
.property-top-btn a{
    background-color: #183056;
    color: #ffffff;
    border-radius: 5px;
    padding: 7px 16px 7px 16px;
    font-family: "Alata", sans-serif ;
    
}

.property-top-btn a:hover{
    background-color: #D29D40;

}

.property-card{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 20px;
    margin-top: 20px;
}

.property-image img{
    border-radius: 20px;
}

.property-card-content{
    padding: 20px;
}

.property-category{
    display: flex;
    justify-content: space-between;
}

.property-category p{
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}


.property-card-content h4{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.property-card-content h5{
    font-size: 20px;
    font-weight: 500;
    color: #183056;
}

.property-card-content h5 span{
    font-weight: 700;
}

.property-card-content ul{
    padding: 0px;
}

.property-card-content li{
    list-style: none;
   
}

.property-card-content ul li a{
    color: #828282 !important;
    font-size: 14px;
    font-weight: 400;
}

.property-btns{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;

}

.property-btn-det {
    width: 50%;
    border:  2px solid #183056;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
    
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.property-btn-det a{
    color: #183056;
}

.property-btn-det:hover{
    background-color: #183056;
    
}

.property-btn-det:hover a{
    color: #ffffff;
}

.property-btn-reg {
    width: 50%;
    background-color: #183056;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
   
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.property-btn-reg a{
    color: #ffffff;
}

.property-btn-reg:hover{
    border:  2px solid #183056;
    background-color: #ffffff;
}

.property-btn-reg:hover a{
    color: #183056;
}

@media(max-width:992px){
    .property-top-btn-col{
        justify-content: start;
    }

    .property-list-row{
        padding-top: 30px;
    }
}

@media(max-width:432px){
    .property-top-content h2{
        font-size: 20px;
    }

    .property-top-content p{
        font-size: 12px;
    }

    .property-top-btn a {
        padding: 5px 10px 5px 10px;
        font-size: 14px;
    }

    .property-card-content h4{
        font-size: 17px;
    }

    .property-card-content h5{
        font-size: 15px;
    }

    .property-card-content ul li a{
        font-size: 12px;
    }
}
/* property list end */

/* about start */
.about-section{
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-content h6{
    color: #828282;
    font-size: 20px;
    font-weight: 400;
}
.about-content h2{

    color: #183056;
    font-size: 37px;
    font-weight: 500;
}

.about-content p{

    padding-top: 10px;
    color: #585858;
    font-size: 18px;
    font-weight: 400;
}

.about-btn{
    padding-top: 10px;
}

.about-btn a{
    background-color: #d29d40;
    color: #ffffff;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
    font-size: 17px;
    font-weight: 400;
    font-family: "Alata", sans-serif ;
}

.about-btn a:hover{
    background: #183056;
}


@media(max-width:432px){
    .about-content h2{
        font-size: 18px;
        line-height: 28px;
    }

    .about-content p{
        font-size: 12px;
    }

    .about-btn a{
        font-size: 13px;
    }

    .about-image{
        padding-top: 25px;
    }
}

/* about ebd */

/* why choose  */


.why-choose-section{
    padding-top: 50px;
    padding-bottom: 30px;
}

.why-choose-top-title{
    text-align: center;
}

.why-choose-top-title h6{

    color: #828282;
    font-size: 20px;
    font-weight: 400;
}

.why-choose-top-title h2{

    color: #183056;
    font-size: 37px;
    font-weight: 500;
}

.why-choose-card{

    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 25px;
    border-radius: 10px;
    margin-top: 15px;

}

.why-choose-card-icon{
    text-align: center;
}
.why-choose-card-icon img{
    padding: 15px;
    background-color: #d29d40;
    border-radius: 10px;
}

.why-choose-content{
    padding-top: 20px;
    text-align: center;
}

.why-choose-content h5{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.why-choose-content p{
    font-size: 18px;
    font-weight: 400;
    color: #828282;
}


@media(max-width:432px){
    .why-choose-top-title h2{
        font-size: 22px;
    }

    .why-choose-content h5{
        font-size: 17px;
    }

    .why-choose-content p{
        font-size: 15px;
    }
}

/* why choose end */


/* our team */

.out-team-section{
    padding-top: 30px;
    padding-bottom: 30px;
}

.out-team-top-title{
    text-align: center;
}

.out-team-top-title h6{

    color: #828282;
    font-size: 20px;
    font-weight: 400;
    font-family: "Alata", sans-serif ;
}

.out-team-top-title h2{

    font-size: 37px;
    font-weight: 500;
    color: #183056;
}

.team-card{
    position: relative;
    margin-top: 15px;
}

.team-img img{
    border-radius: 10px;
}

.team-content{
    padding: 5px 25px 5px 15px;
    border-radius: 10px;
    
    width: 80%;
    background-color: #d29d40;
    position: absolute;
    bottom: 4%;
    left: 9%;
}

.team-content h5{
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
}

.team-content h6{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

@media(max-width:432px){
    .out-team-top-title h2 {
        font-size: 22px;
        line-height: 30px;
    }
}
/* team end */



/* cta start */

.cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-row{
    display: flex;
    justify-content: center;

    background-image: url(..//image/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.cta-content{
    text-align: center;
}
.cta-content h2{
    color: #ffffff;
   
    font-weight: 500;
    font-size: 39px;

    text-align: center;

}

.cta-content p{
    color: #ffffff;
   
    font-weight: 400;
    font-size: 18px;

    text-align: center;

}

.cta-content a{
    background-color:#d29d40;
    color: #ffffff;
    padding: 10px 15px 10px 15px ;
    border-radius: 10px;
    
}


.cta-content a:hover{
    background-color: #183056;
    color: #ffffff;
    
}

@media(max-width:432px){
    .cta-row{
        margin: 0px;
        background-position: top;
    }

    .cta-content h2{
        font-size: 22px;
    }

    .cta-content p {
        font-size: 14px;
    }
}

/* cta end */


/* our partners */

.partners-section{
    padding-top: 30px;
    padding-bottom: 30px;
}

.partners-top-title{
    text-align:center;
}

.partners-top-title h6{

    color: #828282;
    font-size: 20px;
    font-weight: 400;
    
}

.partners-top-title h2{
    color: #183056;
    font-size: 37px;
    font-weight: 500;
}

@media(max-width:432px){
    .partners-top-title h6{
        font-size: 18px;
    }

    .partners-top-title h2{
        font-size: 22px;
    }
}

/* partner end */


/* footer cta */

.footer-cta-section{
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-cta-bg{
    background-color: #d29d40;
    border-radius: 10px;
    padding: 20px;
}

.footer-cta-img img{
    border-radius: 5px;
}

.footer-cta-content{
    padding: 30px;
}


.footer-cta-content h6{
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}

.footer-cta-content h2{
    color: #ffffff;
    font-weight: 500;
    font-size: 50px;
}

.footer-cta-btn{
    padding-top: 10px;
}

.footer-cta-btn a{
    background-color: #ffffff;
    color: #183056;
    border-radius: 10px;
    padding: 13px 15px 13px 15px;
    font-weight: 500;
    font-family: "Alata", sans-serif ;
}

.footer-cta-btn i{
    background-color: #183056;
    color: #ffffff;
    padding: 12px;
    border-radius: 50px;
    margin-left: 20px;
    line-height: 15px;
    transform: rotate(318deg);
}

.footer-cta-btn a:hover{
    background-color: #183056;
    color: #ffffff;
}
.footer-cta-btn a:hover i{
    background-color: #ffffff;
    color: #183056;
}




@media(max-width:432px){
    .footer-cta-content{
        padding: 0px;
        padding-bottom: 20px;
    }
    .footer-cta-content h2{
        font-size: 20px;
    }

    .footer-cta-section{
        padding-top: 0px;
    }
}

/* footer cta end */



/* floating btn */

.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}
.floating-buttons a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #25d366;
    color: white;
    font-size: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.floating-buttons a.call-btn {
    background-color: #d29d40;
}
.floating-buttons a:hover {
    transform: scale(1.1);
}
/* floating btn */



/* pages banner start */

.breadcrumb-banner {
  position: relative;
  overflow: hidden; 
}

.breadcrumb-banner::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 0;
}

.breadcrumb-banner .container {
  position: relative;
  z-index: 1;
}

.pages-banner-content{
    padding-left: 10%;
}


.pages-banner-content h2{
    font-size: 45px;
    font-weight: 500;
    color: #ffffff;
   
}



.pages-banner-content p{
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}


@media(max-width:432px){
    .pages-banner-content p{
        font-size: 12px;
    }

    .pages-banner-content h2{
        font-size: 22px;
    }

    .pages-banner-content{
        padding-left: 5%;
    }
}

/* pages banner end */



/* vision */

.vision-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.vision-content-col{
    display: flex;
    align-items: center;
}

.vision-content h2{
    font-size: 37px;
    font-weight: 500;
    color: #183056;
}

.vision-content p{
    font-size: 18px;
    font-weight: 400;
    color: #585858;
}

.vision-img{
    text-align: end;
}
.vision-img img{

    border-radius: 8px;
}


.mission-row{
    padding-top: 50px;
}

.mission-img img{
    border-radius: 8px;
}

@media(max-width:992px){
    .vision-img {
        text-align: start;
    }

    .mission-content{
        padding-top: 20px;
    }
}

@media(max-width:432px){
    .vision-content h2 {
        font-size: 22px;
    }

    .vision-content p{
        font-size: 13px;
    }
}

/* vision and mission end */


/* contact page */

.contact-address{
    padding-left: 7%;
    padding-top: 10px;

    display: flex;
    gap: 10px;
}



.contact-address-one a{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Alata", sans-serif ;
    color: #183056;
    
}

.address-whatsapp a{
    background-color: #d29d40;
    color: #ffffff;
}

@media(max-width:992px){
    .contact-address{
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-left: 10%;
    }

    .page-contact-banner h2{
        font-size: 22px;
    }
}

@media(max-width:432px){

    .contact-address{
        padding-left: 7%;
    }
    .contact-address-one a{
        font-size: 12px;
    }
}

/* address banner end */

/* form */

.form-section{
    padding-top: 50px;
    padding-bottom: 30px;
}

.form-content h6{
    font-family: "Alata", sans-serif ;
    font-size: 27px;
    font-weight: 400;
    color: #183056;
}

.form-content h2{
    
    font-size: 36px;
    font-weight: 500;
    color: #183056;
}

.form-content p{
    
    font-size: 15px;
    font-weight: 400;
    color: #828282;
}

.contact-form-section .form-label{
    font-weight: 500;
    color: #000000;
}

.contact-form-section .form-control{
    background-color: #FBFBFB;
    font-family: "Poppins", sans-serif;
    
}

.contact-form-section input::placeholder,
  textarea::placeholder {
    color: #666666 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    
}

.contact-form-btn{
    background-color: #d29d40;
    color: #ffffff;
    font-family: "Alata", sans-serif ;
    padding: 7px 17px 7px 17px !important;
}

.contact-form-btn:hover{
    background-color: #183056;
    color: #ffffff !important;
}

@media(max-width:432px){
    .form-content h6{
        font-size: 18px;
    }

    .form-content h2{
        font-size: 19px;
    }

    .form-content p{
        font-size: 12px;
    }
}

/* form end */

.maps-section{
    padding-bottom: 100px;
}

/* end maps */


/* property list page */


.search-box-section{
    padding-top: 50px;
    padding-bottom: 30px;
}


.search-input {
    position: relative;
}
.search-input input {
    padding-left:15%;
}
.search-input .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #183056;
    pointer-events: none;
    
   
}

.search-input .search-icon i{
    font-weight: 900 !important;
    font-size: 20px;
}


.property-select-right{
    display: flex;
    justify-content: end;
    gap: 10px;
}


.select-arrow{
    appearance: none;            
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%230062ff" height="30" viewBox="0 0 24 24" width="30" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 30px !important;
    padding-right: 2.5rem;
    color: #000000 !important;      
}

.property-page-list-section{
    padding-top: 0px;
}

@media(max-width:992px){
    .property-select-right{
        justify-content: center;
        padding-top: 20px;
    }
    
}

/* property list page end*/

.detail-slider-section{
    padding-top: 20px;
    padding-bottom: 20px;
}
#detailslider .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px
}

.detail-secondary-img img{
    border-radius: 10px;
}

.detail-secondary-img-two{
    margin-top: 20px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #183056 !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    
}

.show-photos{
    position: absolute;
    bottom: 10%;
    left: 15%;
}
.show-photos a{
    background-color: #183056;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
    font-family: "Alata", sans-serif ;
}

.modal-body img {
  max-height: 75vh;
  object-fit: cover;
}

/* detail content */

.detail-content-section{
    padding-top: 20px;
    padding-bottom: 30px;
}


.detail-content h2{
    font-size: 35px;
    font-weight: 500;
    color: #000000;
}

.detail-content h2{
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}

.detail-content span{
    font-size: 45px;
    font-weight: 600;
    color: #000000;
}

.detail-content p{
    color: #545454;
    font-size: 17px;
    font-weight: 400;
}

hr{
    border: none;
    height: 1px;
    background-color: #545454;
    margin-top: 15px;
}


.detail-highlights h2{
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Alata", sans-serif ;
    padding-bottom: 10px;
}

.detail-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}

.detail-highlights ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
  padding-left: 15px;
  margin-top: 20px;
  
}

.detail-highlights ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #183056; 
  font-size: 30px;
  /* line-height: 1; */
}

.detail-highlights a{
    color: #545454 !important;
}


.project-details h2{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}

.project-details p{
    font-size: 17px;
    font-weight: 400;
    color: #545454;
    padding-top: 5px;
}

.location-access h2{
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Alata", sans-serif ;
    padding-bottom: 10px;
}

.location-access ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}

.location-access ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
  padding-left: 15px;
  margin-top: 20px;
  
}

.location-access ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #183056; 
  font-size: 30px;
  /* line-height: 1; */
}

.location-access a{
    color: #545454 !important;
}

/* amini */
.detail-amenities h2{
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Alata", sans-serif ;
    padding-bottom: 10px;
}

.detail-amenities-card{
    display: flex;
    gap: 10px;
    
    
}

.detail-amenities p{
    font-size: 17px;
    font-weight: 400;
    color: #545454;
    
    
}

.detail-amenities i{
    color: #000000;
   
}


/* detail bottom card */



.detail-bottom-card {
    border: 1px solid #D9D9D9;
    padding: 10px;
    border-radius: 10px;

    display: flex;

    margin-top: 15px;
    
    
}

.detail-bottom-crd-icon{
    background-color: #d29d40;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.detail-bottom-content p{
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    margin-top: 10%;
}

.detail-form-card{
    border:  1px solid #DEDEDE;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
}

/* similar property */

.similar-property{
    padding-top: 50px;
    padding-bottom: 50px;
}
.detail-similar h2{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    font-family: "Alata", sans-serif ;
}

.download-card{
    margin-top: 40px;
    text-align: center;
    padding: 20px;
    border:  1px solid #DEDEDE;
    border-radius: 10px;
}

.download-card a{
    border: 1px solid #183056;
    border-radius: 5px;
    padding: 5px 60px 5px 60px;
    color: #183056;
    font-size: 16px;
}

.download-card a:hover{
    border: 1px solid #d29d40;
    color: #d29d40;
}

@media(max-width:992px){
    .detail-secondary-img{
        display: none;
    }
    
}

@media(max-width:432px){

    .detail-content h2 {
        font-size: 20px;
    }

    .detail-content h4{
        font-size: 15px;
        padding-bottom: 10px;
    }

    .detail-content span{
        font-size: 20px;
    }

    .detail-content p{
        font-size: 13px;
    }

    .detail-highlights h2{
        font-size: 20px;
    }

    .detail-highlights ul li{
        display: list-item;
    }

    .detail-highlights ul li::before {
       
        left: 0;
        bottom: -42%;
    
    }

    .project-details h2{
        font-size: 20px;
    }

    .project-details p{
        font-size: 13px;
        line-height: 26px;
    }

    .location-access h2{
        font-size: 20px;
    }

    .location-access a {
        font-size: 15px;
    }

    .detail-amenities h2{
        font-size: 20px;
    }
    
    .detail-amenities p{
        font-size: 13px;
    }

    .download-card a {

        padding: 5px 15px 5px 15px;
        font-size: 18px;
    }

    .detail-similar h2{
        font-size: 20px;
    }

    .similar-property{
        padding-top: 17px;
    }
        
}

/* property detail page end */


/* blog page  */

.blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-card{
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-top: 15px;
}

.blog-image img{
    border-radius: 10px;
}

.blog-content{
    padding-top: 20px;
}

.blog-content h2{
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.blog-content p{
    font-size: 15px;
    color: #828282;
    font-weight: 400;
}

.blog-btn {
    border: 1px solid #183056;
    width: 100%;
    padding: 10px;
   
    border-radius: 5px;
    text-align: center;
    
    font-size: 17px;
    font-weight: 500;
}

.blog-btn a{
    color: #183056;
}

.blog-btn:hover{
    background-color: #183056;
    
}

.blog-btn:hover a{
    color: #ffffff;
}

@media(max-width:432px){

    .blog-content p{
        font-size: 17px;
    }
    .blog-content p{
        font-size: 13px;
    }

    .blog-btn a{
        font-size: 14px;
    }

    .blog-btn{
        font-size: 0px;
    }
}

/* blog end */


/* creer page */

.career-section{
    padding-top: 50px;
}

.career-top-title h2{
    font-size: 37px;
    font-weight: 500;
    color: #183056;
    text-align: center;
}

.filter-btn-row{
    padding-top: 30px;
}

.filter-btns button{
    border: none !important;
    color: #828282 !important;
}

.filter-btns button:hover{

    background-color:transparent !important;
    /* color: #ffffff !important; */
}

.filter-btns button.active {
    background-color:transparent;
    color: #000000 !important;
    border-bottom: 2px solid #000000 !important;
    border-radius: 0;
}

.filter-item {
    display: none;
}
.filter-item.show {
    display: block;
}

.filter-card{
    position: relative;
}

.filter-btn{
    padding-top: 20px;
    display: flex;
    gap: 10px;

}

.filter-btn-one a{
    border: 1px solid #183056;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 15px 7px 15px;
    border-radius: 10px;
    color: #183056;
}

.filter-btn-two a{
    border: 1px solid #183056;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 15px 7px 15px;
    border-radius: 10px;
    color: #183056;
}

.filter-card hr{
    margin-top: 30px;
    border: none;
    background-color: #828282;
    height: 1px;
}

.creer-apply {
   position: absolute;
   right: 0;
}

.creer-apply a{
    background-color: #d29d40;
    color: #ffffff;
    padding: 7px 15px 7px 15px;
    border-radius: 10px;
}

.creer-apply a:hover{
    background-color: #183056;
}

.filter-card p{
    color: #828282;
    font-size: 16px;
    font-weight: 400;
}



@media(max-width:490px){
    .creer-apply{
        /* left: 0;
        padding-top: 70px; */
    }

    .filter-btn-one a {
        font-size: 10px;
        padding: 7px 6px 7px 4px ;
    }

    .filter-btn-two a {
        font-size: 10px;
        padding: 7px 6px 7px 4px ;
    }

    .creer-apply{
        right: 5%;
    }
    .creer-apply a{
        padding: 7px 6px 7px 4px ;
        font-size: 12px;
        
    }

    .filter-card p{
        font-size: 13px;
    }

    .career-top-title h2{
        font-size: 20px;
    }
}

/* creer end */


/* blog detail  */

.blog-detail-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-detail-img img{
    border-radius: 10px;
}

.blog-detail-content {
    padding-top: 20px;
}

.blog-detail-content h2{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.blog-detail-content p{
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

@media(max-width:432px){
    .blog-detail-content p{
        font-size: 13px;
    }
}
/* blog detal end */

/* member footer */

/* .member-content{
    text-align: center;
} */

.member-content h5{
    color: #ffffff;
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;
    font-family: "Alata", sans-serif;
}
.member-image img{
    width: 100px;
}





































/* dont delete big screen */
@media (min-width: 1600px) {
  
  .container,  .container-xl, .container-xxl {
    max-width: 100% !important;
  }

  .container,  .container-xl, .container-xxl {
    padding-left: 130px;
    padding-right: 130px;
  }

  .about-image{
    text-align: end;
  }

}

/* dont delete big screen */