.projectBannerSec img{
    width: 100%;
    object-fit: cover;
}

.projectTopSec {
    background: #fff;
    margin: -100px 0 20px;
    z-index: 1;
    position: relative;
    border-radius: 20px;
    padding: 30px 30px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.projectTopSec .leftWrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.projectTopSec .place {
    border: solid 1px var(--primaryGolden);
    background: var(--lightYellow);
}

.heighlightWrap {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.heighlightThumb {
    display: flex;
    gap: 20px;
    font-family: "Philosopher", sans-serif;
}

.heighlightThumb figure {
    border: solid 1px rgb(209 172 102 / 30%);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.heighlightThumb .heading {
    font-size: 16px;
    color: #999;
}

.heighlightThumb p {
    font-size: 20px;
}

.firstPhaseSec {
    margin: 0 0 100px;
}

.firstPhaseSec .container {
    padding: 0 30px;
}

.firstPhaseSec .container .row {
    align-items: center
}

.firstPhaseSec .content {
    position: relative;
    left: -30px;
    padding: 50px 60px 50px 30px;
    border-right: solid 15px rgb(209 172 102 / 30%);
}

.firstPhaseSec .content:after,
.firstPhaseSec .content:before {
    content: "";
    position: absolute;
    right: 0;
    background: rgb(209 172 102 / 30%);
    height: 15px;
}

.firstPhaseSec .content:after {
    top: 0;
    width: 100px
}

.firstPhaseSec .content:before {
    bottom: 0;
    width: 50%
}

.firstPhaseSec h3 {
    font-size: 24px;
}

.firstPhaseSec h3:after {
    display: none;
}

.firstPhaseSec p {
    margin: 0 0 30px;
}

.firstPhaseSec .btn {
    padding: 4px 20px;
    height: 44px;
    display: inline-flex;
    gap: 10px;
    text-transform: capitalize;
    font-size: 16px;
}

.firstPhaseSec .btn img {
    width: 26px;
}

.firstPhaseSec .btn:hover img {
    filter: brightness(0) invert(1);
}

.configurationSec {
    background: var(--lightYellow);
    overflow: hidden;
    margin: 0 0 100px;
}

.configurationSec .container {
    position: relative;
    padding: 100px 40px;
}

.configurationSec h3 {
    margin: 0 0 50px;
}

.configurationSec h3:after {
    display: none
}

.configurationSec .tableWrap {
    max-width: 600px;
    z-index: 1;
    position: relative;
    margin: 20px 0 0;
}

.configuration-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.table {
    margin: 0 0 0 10px;
}

.table a {
    text-decoration: underline;
}

.table .row {
    background: #fff;
    padding: 14px 0;
}

.table .row:first-child {
    border-top: solid var(--primaryGolden);
}

.table .row:not(last-child) {
    border: solid var(--primaryGolden);
    border-top: 0;
}

.tableHeader {
    background: var(--primaryGolden) !important;
}

.testimonialSec {
    margin: 0 0 100px;
}

.testimonialSec h4 {
    margin: 0 0 10px;
}

.testimonialSec h3 {
    margin: 0 0 60px;
}

.testimonial-carousel {
    max-width: 900px;
    padding: 0 0 0 40px;
}

.testiThumb {
    border: solid 10px rgb(209 172 102 / 30%);
    position: relative;
    width: 90%;
}

.testiThumb .icon {
    height: 30px;
    width: auto !important;
}

.testimonial-carousel .owl-dots {
    margin: 20px 0 0
}

.testiThumb .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px var(--primaryGolden);
    padding: 20px;
    background: #fff;
}

.testiThumb .iconFlex {
    display: flex;
    gap: 10px;
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--primaryRed);
    justify-content: center;
    margin: 0 0 10px;
}

.testiThumb a {
    padding: 0 10px;
}

.amenitiesSec {
    background: var(--lightYellow);
    padding: 100px 0;
}

.amenitiesSec .headingWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.amenitiesSec .thumbs {
    padding: 1px;
    position: relative;
    overflow: hidden;
}

.amenitiesSec .thumbs img {
    width: 100%;
    transition: all ease 0.5s;
}

.amenitiesSec .thumbs:hover img {
    transform: scale(1.2);
}

.amenitiesSec .thumbs .heading {
    width: 100%;
    background: rgb(0 0 0 / 70%);
    color: #fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
}

.locationSec {
    padding: 100px 0;
}

.locationSec h4 {
    max-width: 500px;
    margin: 0 0 10px;
}

.accordianWrap {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 6%);
    padding: 50px;
}

.accordianWrap h3 {
    margin: 0 0 60px;
}

.accordianWrap .card {
    border: 0
}

.accordianWrap .card-header {
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 1px solid #000;
    border-bottom: 0;
    border-radius: 0;
    padding: 0;
}

.accordianWrap .card-header a {
    display: block;
    padding: 10px 0;
}

.accordianWrap .card-body {
    padding: 0 0 20px;
}

.accordianWrap .card-body ul {
    list-style: initial;
    padding: 0 0 0 8px;
    list-style: none;
}
.accordianWrap .card-body ul li::before{
    content: '- ';
}

.projectSec {
    background: var(--lightYellow);
    padding: 100px 0;
}

.projectSec h4 {
    max-width: 500px;
    margin: 0 0 20px;
}

.projectSec h3 {
    margin: 0 0 40px;
    max-width: 500px;
}

.projectSec .tabsSec {
    margin: 0 auto 40px;
    justify-content: center;
    display: flex;
}

.projectSec .tabContent .columns {
    display: flex;
    row-gap: 30px;
}

.cat-device a {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: block;
    transition: all ease .2s;
}

/* .cat-device a:after {
    font-family: "fontawesome";
    content: "\f002";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all ease .2s;
    color: #ffff;
    font-size: 40px;
    opacity: 0;
} */

.cat-device a:before {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 90%;
    width: 90%;
    background: rgb(209 172 102 / 80%);
    transition: all ease .2s;
    opacity: 0;
}
.cat-device a .image-caption{
    color: #fff;
    position: absolute;
    font-size: 16px;
    width: 184px;
    text-align: center;
    opacity: 0;
    left: 50%;
    transition: all ease .2s;
    transform: translate(-50%, -50%);
    top: 50%;
}

.cat-device a:hover:after,
.cat-device a:hover:before {
    opacity: 1
    
}
/* .cat-device a:hover img{
    transform: scale(1.2);
} */
.cat-device a:hover .image-caption{
    opacity: 1;
}

.scanSec {
    padding: 40px 0 30px;
    text-align: center;
    border-bottom: solid 1px var(--primaryGolden);
}

.scanSec p {
    margin: 0 0 10px;
}

.qr-code {
    max-width: 200px;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .projectTopSec {
        margin: 10px 0 10px;
        padding: 0;
    }

    .heighlightWrap {
        row-gap: 20px;
    }

    .firstPhaseSec {
        margin: 0 0 0px;
    }

    .firstPhaseSec .container {
        padding: 0;
    }

    .firstPhaseSec .content {
        left: 0;
        padding: 30px 30px 50px 20px;
        border-right: solid 15px rgb(209 172 102 / 30%);
    }

    .firstPhaseSec h3 {
        margin: 0 0 10px !important;
    }

    .configurationSec .container {
        padding: 30px 20px;
    }

    .configurationSec {
        margin: 0 0 20px;
    }

    .testimonialSec {
        margin: 0 0 30px;
    }

    .testimonial-carousel {
        padding: 30px 0 0 0px;
    }

    .testiThumb {
        width: 100%;
    }

    .amenitiesSec {
        padding: 20px 20px;
    }

    .locationSec {
        padding: 20px 0;
    }

    .accordianWrap {
        padding: 0;
        box-shadow: none;
    }

    .projectSec {
        padding: 30px 0;
    }

    .projectSec .tabsSec .buttons {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .scanSec {
        padding: 10px 0 0;
    }

    .scanSec h3 {
        margin: 0 !important;
    }

    .tableWrap .table {
        width: 96%;
        border-top: solid var(--primaryGolden);
    }
    .tableHeader {
        display: none;
    }
}


.modal-header{
    background-color: var(--lightYellow);
}

.project-banner .banner-holder{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all ease-in 0.5s;
}

.project-banner img{
    transition: all ease-in 0.5s;
    width: 100% ;
}

.project-banner .banner-holder:hover img{
    transform: scale(1.05);
}