/* First part */
/* General */


.container:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.section-title h2 {
    font-size: 28px;
}

.d-table {
    display: table !important;
}

.w-100 {
    width: 100% !important;
}

.section-title p {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
}

/* Background */
.bg1.propbg {
    background-repeat: repeat;
    background-blend-mode: multiply;
    background: none;
    background: #24201c;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.bg-overlay .section-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}


/* ********* *
 * Animation *
 * ********* */
/* section bg animation */
.animation01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.animation01 div:nth-child(1) {
    background-image: url(/files/bg6.jpg);
    animation-delay: 1s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 48%;
}

.animation01 div {
    width: 20%;
    height: 100%;
    animation: animation01 .275s ease-in forwards;
    transform-origin: bottom;
    opacity: 0;
}

.animation01 div:nth-child(2) {
    background-image: url(/files/bg2.jpg);
    animation-delay: .8s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.animation01 div:nth-child(3) {
    background-image: url(/files/bg5.jpg);
    animation-delay: .6s;
    background-size: cover;
    background-position: center;
}

.animation01 div:nth-child(4) {
    background-image: url(/files/bg4.jpg);
    animation-delay: .4s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.animation01 div:nth-child(5) {
    background-image: url(/files/bg1.jpg);
    animation-delay: .2s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 39%;
}


/* ------ *
 * Banner *
 * ------ */
/* section#home1 {
    padding-top: 2.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
} */

/* section.bg-half-260 {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
} */


/* ************* *
 * Section Title *
 * ************* */



/* ******* *
 * Content *
 * ******* */

/* Content Title*/
.barcove-bold {
    color: #e9a558;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    padding-left: inherit
}

/* Content */
.pt-list {
    color: white;
    display: inline-block;
    padding: .5rem;
}

.pt-list .pt-list-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .1rem 0 0;
    padding: 0;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.text-left {
    text-align: justify !important;
    text-align-last: left;
}

.listing-odd {
    margin-left: 5% !important;
}


.btn-m-center {
    margin: 30px auto;
    text-align-last: center;
}

.box-text {
    margin: auto 1.2rem;
}

.icon-barcove1 {
    /* background-image: url('/assets/css/images/property/start_date.svg'); */
    background-image: url('/assets/css/images/property/start_date2.svg');
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.icon-barcove2 {
    background-image: url('/assets/css/images/property/end_date.svg');
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.picture {
    /* background: url(/assets/custom_images/home-one/homepage3.jpg); */
    background-size: cover !important;
    height: 400px;
    border-radius: 5px;
    min-height: 500px;
    box-shadow: 0 0 55px rgba(0, 0, 0, .5);
}

.row.listing {
    padding-block: 3rem 0;
    width: 100%;
}

.content {
    margin-left: -10%;
    padding: 3%;
    min-height: 500px;
}

.content-1 {
    padding: 3%;
    z-index: 1;
}

.barcove-card-1 {
    background: #4a4035;
    height: 100%;
}

.barcove-img-cont {
    width: 180px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 24px;
}


/* menu bar */
/* CLickable Btn */
#navbarSupportedContent .nav-btn-area .nav-btn {
    margin-top: 0
}

.btn-width-s {
    max-width: 80%;
}

.nav-btn-area {
    display: block;
}

/* ************ *
 * Media Screen *
 * ************ */

@media screen and (max-width:1350px) {
    .container {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:1100px) {
    .barcove-bold {
        color: #e9a558;
        font-weight: bold;
        padding: 1rem;
        text-align: center;
        font-size: 1rem;
        display: flex;
        justify-content: center;
        padding-left: inherit
    }
    body {
        font-size: .8rem;
        line-height: 1.8;
        font-weight: 400;
        background-color: black
    }
    p,
    span,
    a,
    label {
        font-size: .8rem;
        font-family: 'Poppins', sans-serif;
    }
    .content {
        margin-left: -10%;
        padding: 5%;
        min-height: 500px;
    }
    .btn-m-center {
        margin: 1rem auto;
        text-align-last: center;
    }
}

@media screen and (max-width:991px) {
    .listing-odd {margin-left: 0 !important;}
    .listing-odd .content {margin-left: 0; margin-top: -15%;}
    .listing-even {margin-left: 0 !important;}
    .listing-even .indent-content {margin-right: 0 !important;}
    .listing-even .content { margin-right: 0 !important; margin-top: -15%;}
    .bg-half-260 {top: 2.7rem;}
}

@media screen and (max-width:575px) {
    .barcove-card {
        width: 100%;
        padding: 0 20px;
    }

    .content {
        margin-left: 0;
        margin-top: -63px;
    }

    .picture-1 {
        margin-left: 0;
        margin-top: -63px;
    }

    .content-1 {
        margin-bottom: -13px;
        margin-left: 0;
    }

}

@media screen and (max-width:550px) {
    .box-text {margin: 0 0.5rem;}
}


@media screen and (max-width:450px) {
    .pt-list {padding: 6px 15px}

    .picture {
        height: 300px;
        min-height: 200px;
        max-height: 300px;
    }

    .content {min-height: 400px;}
    .barcove-sub-title {font-size: 23px;}
    .bg-half-260 {top: 2.7rem;}
}


/* new edit */
/* unused css */
/* .picture-1 {
    margin-left: -10%;
    background: url(/assets/custom_images/home-one/homepage2.jpg);
    background-size: cover;
    height: 400px;
    border-radius: 5px;
} */

/* .property-traits>div {
    font-size: 15px;
    float: left;
    margin-right: 20px;
    line-height: 28px;
    color: #fff;
    padding-left: 5px;
}

.property-traits>div>span {
    margin-right: 16px;
    font-size: 24px;
    height: 26px;
    width: 26px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    float: left;
} */

/* .property-card-btn {
    margin-top: 200px;
    position: relative;
    padding-left: 30px;
} */

/* a.book-btn {
    display: inline-block;
    padding: 7px 18px;
    border: 1px solid #ff8307;
    color: #ff8307;
    border-radius: 50px;
    font-size: 14px;
} */

/* .show {
    display: block;
} */

/* .barcove-sub-title {
    color: #C4A865;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
} */

/* .text-emboss-1 {
    font-size: 1.3em;
    font-weight: bold;
    color: #e9a558;
    padding: 0 0 10px 0;
    display: block;
} */



/* .listing-even {
    margin-left: -7% !important;
}

.listing-even .content {
    margin-right: -10% !important;
}

.listing-even .indent-content {
    margin-right: -10% !important;
} */

/* .barcove-card#barcove-pad {
    padding: 2rem 2.5rem !important;
    width: 100%;
} */
