section.banner-section {
    width: 100%;
    height: calc(100vh - 100px);
    background: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display:flex;
    align-items: center;
    justify-content: center;
}
section.banner-section .banner-info {
    max-width: 900px;
    margin: auto;
    text-align: center;
}
section.banner-section .banner-info h1 span{
    color: var(--secondary-color);
}
section.banner-section .banner-info p{
    font-size:32px;
    color:var(--heading-color);
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
}
section.banner-section #pills-tab {
    justify-content: center;
    margin-bottom: 24px;
    gap: 16px;
}
section.banner-section .banner-tab {
    margin-top: 40px;
}
section.banner-section .banner-tab .nav-pills .nav-link {
    border-radius: 120px;
    font-size: 16px;
    color: var(--heading-color);
    padding: 10px 24px;
    background: var(--white-color);
    line-height: 1.2;
}
section.banner-section .banner-tab .nav-pills .nav-link:hover, section.banner-section .banner-tab .nav-pills .nav-link.active{
    background-color: var(--secondary-color);
    color:var(--white-color);
}
.banner-search {
    background: var(--white-color);
    height: 96px;
    border-radius: 80px;
    border: 1px solid #E6E6E6;
    box-shadow: 5px 10px 88px 18px #0000000A;
    padding: 0 30px;
    position: relative;
    display: flex;
    align-items: center;
}
.banner-search .search-line {
    background: #E6E6E6;
    width: auto;
    display: inline-block;
    height: 94px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    padding: 0;
}
.banner-search  .search-list {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width:47%;
}
.banner-search  .search-list input{
        width: 100%;
        border: 0px solid;
        color: #979797;
        font-size: 16px;
        font-weight: 300;
}
.banner-search  .search-list input::placeholder{
color: #979797;
}
.banner-search  .location-list {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.banner-search  select#loc {
    width: 200px;
    border: 0px solid;
    color: #979797;
    font-size: 16px;
    font-weight: 300;
}
.banner-search form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.search-btn .main-btn{
        padding: 0;
    width: 55px;
    height: 55px;
}
section.top-categories .head-sec{
    text-align: center;
    margin-bottom: 64px;
}
section.top-categories .head-sec h2{
    margin-bottom: 15px;
}
section.top-categories .category-info li a{
        border: 1px solid var(--lt-bg-color);
        display: inline-flex;
        padding: 7px;
        border-radius: 70px;
        font-size: 19px;
        padding-right: 25px;
        font-weight: 500;
        color: var(--heading-color);
        align-items: center;
        gap: 15px;
}
section.top-categories .category-icon {
    width: 59px;
    height: 59px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(253, 235, 236, 1);
    border-radius: 100%;
}
section.top-categories .category-info ul{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
}
section.top-categories .category-info li:nth-child(2) .category-icon{
    background: #F1F8ED;
}
section.top-categories .category-info li:nth-child(3) .category-icon{
    background: #F6EDF4;
}
section.top-categories .category-info li:nth-child(4) .category-icon{
    background: #EAF2F9;
}
section.top-categories .category-info li:nth-child(5) .category-icon{
    background:#FEF3EB;
}
section.listing-sec {
    padding-top: 0;
}
section.listing-sec .head-sec {
    text-align: center;
    margin-bottom: 56px;
}
section.listing-sec #myTab .nav-link{
    padding: 11px 21px;
    background: var(--lt-bg-color);
    border-radius: 80px;
    color: var(--primary-color);
    /* line-height: 24px; */
}
section.listing-sec ul#myTab {
    width: 100%;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 56px;
    border: 0px solid;
}
section.listing-sec #myTab .nav-link:hover, section.listing-sec #myTab .nav-link.active{
    background: var(--secondary-color);
    border-color:var(--secondary-color);
    color:var(--white-color);
}
section.listing-sec .pro-info {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--white-color);
}
section.listing-sec .pro-img img{
        width: 100%;
    height: 280px;
    object-fit: cover;
}
section.listing-sec .pro-img {
    position: relative;
}
section.listing-sec .pro-img span{
    background: #77B747;
    width: 102px;
    position: absolute;
    height: 37px;
    top: 24px;
    right: 24px;
    border-radius: 40px;
    font-size: 14px;
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
section.listing-sec .pro-content {
    padding: 20px;
}
section.listing-sec p.price {
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
section.listing-sec p.price span{
    font-size: 20px;
    color: var(--secondary-color);
}
section.listing-sec .pro-content h2{
        font-size: 24px;
    line-height: 1.5;
        font-weight: 600;
            margin-bottom: 15px;
}
section.listing-sec .pro-content h2 a{
    color:var(--heading-color);
}
section.listing-sec .pro-amn ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.listing-sec .pro-amn ul li{
    color: var(--heading-color);
}
section.listing-sec .pro-owner {
    margin-top: 20px;
    border-top: 1px solid #DDDDDD;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.listing-sec .pro-owner-imfo {
    display: flex;
    align-items: center;
    gap: 16px;
}
section.listing-sec .pro-owner-imfo img{
    width:56px;
    height: 56px;
    object-fit:cover;
    border-radius:100%;
}
section.listing-sec .pro-owner-imfo h4{
        font-size: 20px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 12px;
}
section.listing-sec .pro-owner-imfo p{
    margin-bottom: 0;
}
section.listing-sec .pro-heart-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section.listing-sec .pro-sec .row{
gap:50px 0;
}
section.listing-sec .list-btn{
    margin-top:45px;
    text-align: center;
}
section.listing-sec .list-btn .main-btn{
    display: inline-flex;
}
section.insights-sec {
    padding-top: 0;
    padding-bottom: 0;
}
section.insights-sec .insights-box {
    width: 30%;
    height: 200px;
    border-radius: 16px;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section.insights-sec .insights-box h5{
        font-size: 40px;
    color: var(--white-color);
    margin-bottom: 12px;
}
section.insights-sec .insights-box p{
    color: var(--white-color);
    margin-bottom: 0;
}
section.insights-sec .insights-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
section.insights-sec h2{
    margin-bottom: 0;
}
section.insights-sec .insights-left {
    display: flex;
    align-items: center;
}
section.location-sec .head-sec {
    text-align: center;
    margin-bottom: 56px;
}
section.location-sec .location-card img{
width:100%;
height: 450px;
border-radius: 10px;
object-fit: cover;
transition:transform .4s;
transform: scale(100%);
}
section.location-sec .location-card{
    width:100%;
    height:450px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
section.location-sec .loc-cont {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 25px 20px;
    padding-top: 50px;
    border-radius: 0 0 10px 10px;
}
section.location-sec .loc-cont h6{
    color: var(--white-color);
    margin-bottom: 0;
    font-weight: 400;
    transition:transform .4s;
    transform: translateY(0px);
}
section.location-sec .location-card:hover h6{
transform: translateY(-10px);
}
section.location-sec .loc-cont a{
        width: 100%;
    position: absolute;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
}
section.location-sec .location-card:hover img{
transform: scale(110%);
}
section.location-sec .col-lg-3:nth-child(2) .location-card, section.location-sec .col-lg-3:nth-child(3) .location-card img{
    height:215px;
}
section.location-sec .col-lg-3:nth-child(2) .location-card, section.location-sec .col-lg-3:nth-child(3) .location-card{
height:215px;
}
section.location-sec .col-lg-3:nth-child(2) .locations-info, section.location-sec .col-lg-3:nth-child(3) .locations-info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.articles-sec {
    padding-top: 0;
}
section.articles-sec .head-sec {
    text-align: center;
    margin-bottom: 56px;
}
section.articles-sec .articles-left .articles-img img{
        width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
section.articles-sec .articles-left .articles-img{
    margin-bottom: 20px;
}
section.articles-sec span.date {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
    line-height: 1;
}
section.articles-sec h4{
        font-size: 20px;
    color: var(--heading-color);
    line-height: 30px;
    margin-bottom: 16px;
}
section.articles-sec h4 a{
    color:var(--heading-color);
}
section.articles-sec p{
    margin-bottom: 0;
}
section.articles-sec .articles-right .articles-img img{
        width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
        min-width: 190px;

}
section.articles-sec .articles-right .articles-info {
    display: flex;
    gap: 20px;
}

section.articles-sec .articles-right span.date{
display: block;
    line-height: 1;
    margin-bottom:10px;
    font-size:13px;
}
section.articles-sec .articles-right h4{
        font-size: 17px;
    color: var(--heading-color);
    line-height: 1.5;
    margin-bottom: 10px;
}
section.articles-sec .articles-right .articles-list{
    display: flex;
    gap:25px;
    flex-direction: column;
}
section.articles-sec .articles-right p{
    font-size: 14px;
}