:root {
    --primary-color: #d0582f;
    --secondary-color: #0e4b66;
    --font-color: #212529;
    --mainColor: rgb(10, 112, 161);
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
        url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.img-fit {
    width: 100%;
  height: 550px !important;
  object-fit: cover;
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: .8rem;
    border-radius: .2rem;
}

.countryCode ~ .form-control {
    padding-left: 130px !important;
}
.banner-view h1{
    font-size: 2rem
}
.video-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-banner video {
    width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}
header {
    box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
}

.banner-configuration-info p.small {
    font-size: 0.9rem;
    padding-bottom: 5px;
}

.same-size h3::after {
    bottom: -8px;
}

.same-size h3 {
    margin-bottom: 25px;
}

.highlight-configuration-info li i {
    font-size: 20px;
    border: 1px solid var(--primary-color);
    padding: 10px;
    color: var(--primary-color);
    border-radius: 50%;
    margin-right: 10px;
}

.highlight-configuration-info li:after {
    position: absolute;
    width: 0%;
    height: 1px;
    background: var(--primary-color);
    left: 0;
    bottom: -1px;
    content: "";
    -webkit-transition: 0.75s;
    transition: 0.75s;
}

.highlight-configuration-info .high {
    display: flex;
    align-items: center;
    justify-content: left;
}

.highlight-configuration-info li {
    padding-bottom: 10px;
}
.heighlighted{
    display: block;
  margin: 0 auto;
  width: 80%;
  filter: grayscale(1);
  filter: brightness(0) invert(1);
}
.keyInvestmentSection {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.65)), url(../images/alive.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 200px 0px;
    color: #fff;
}
/*Contact us section*/
.contactusSection .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    border-radius: 0
}

.contactusSection .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.contactusSection .contact-wrap {
    background: #fff;
}

.contactusSection .info-wrap {
    background-color: var(--mainColor);
}

.contactusSection .info-wrap h3 {
    color: #fff;
}

.contactusSection .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.contactusSection .info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.contactusSection .info-wrap .dbox p {
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}

.contactusSection .info-wrap .dbox p span {
    font-weight: 600;
    color: #fff;
}

.contactusSection .info-wrap .dbox p a {
    color: #fff;
}

.contactusSection .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.contactusSection .info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.contactusSection .info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.padding-left{
    padding-left: 0;
    padding-right: 0
}
.padding-right{
    padding-right: 0;
    padding-left: 0;
}
.contactusSection .button-1f:hover, .contactusSection .button-1f:active {
    color: #fff;
    background-color: var(--mainColor);
}
/*End contact us section*/
.floor-plan-item img{
     width: 100%;
  height: 250px !important;
  object-fit: cover;
}
.floor-plan-item h6{
    padding: 10px 0
}
.floor-plan-item{
    margin-bottom: 30px
}
.keyInvestmentSection .keyInvestment li i {
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
}

.keyInvestmentSection .keyInvestment li,
.keyInvestmentSection .keyInvestment li p {
    color: #fff;
    list-style: none
}

.keyInvestmentSection .keyInvestment li {
    padding: 15px;
    border: 1px dashed #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%
}

.keyInvestmentSection h3::after {
    background: #ffffff;
}

.keyInvestmentSection .high {
    display: flex;
    align-items: self-start;
    justify-content: left;
}

.keyInvestmentSection ul {
    padding: 0;
    margin: 0
}

.text-left {
    text-align: left
}

.callAction {
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    justify-content: normal;
    display: flex;
}

.callAction .info {
    display: flex;
    align-items: center;
    justify-content: left;
}

.callAction .info i {
    padding: 10px;
    color: #fff;
    font-size: 1.2rem;
}

.callAction .info .phoneCall {
    margin: 0 auto 15px;
    background-color: #d0582f;
    border-radius: 100%;
    position: relative;
    background-color: #d0582f;
    width: 40px;
    height: 40px;
}

.callAction .info .phoneCall::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #d0582f;
    border-radius: 100px;
    -webkit-animation: 1.5s infinite widgetPulse4;
    animation: 1.5s infinite widgetPulse4;
}

.callAction .info .phoneCall::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #d0582f;
    border-radius: 100px;
    -webkit-animation: 1.5s infinite widgetPulse4;
    animation: 1.5s infinite widgetPulse4;
}

@-webkit-keyframes widgetPulse4 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

.callAction a {
    text-decoration: none
}

.callAction .info p {
    font-size: 1.35rem;
    color: var(--font-color);
    font-weight: 600
}

.project-section {
    position: relative;
    padding-top: 58px;
    background-color: #f0f0f0;
}

.section-gap {
    padding-bottom: 25px;
}

.disclaimer {
    border: 1px solid #000;
    padding: 20px 20px 10px 20px;
}

.project-heading {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'poppinsbold';
    font-size: 40px;
    margin-top: 15px;
}

.project-section p {
    text-align: center;
}

.disclaimer p {
    margin: 0 0 10px 0;
    font-size: 16px;
}

footer {
    background-color: #131A22;
    padding-top: 60px
}

footer .disclaimerPart {
    font-size: .8rem;
    font-weight: 100 !important;
}

.contact-number a,
.btn,
.toggle,
.button-close,
.callAction .info .phoneCall {
    background-color: var(--secondary-color);
    background: var(--secondary-color) !important;
}

.highlight-configuration-info li i {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.highlight-configuration-info li:after {
    background: var(--secondary-color);
}

.callAction .info .phoneCall::before,
.callAction .info .phoneCall::after {
    border: 1px solid var(--secondary-color);
}

.button-close {
    border: 5px solid var(--secondary-color) !important;
}

ol.more-tags {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.more-tags li {
    float: left;
    color: #fff;
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 5px;
    font-size: .85rem;
}

.logo img {
    width: 110px;
    border-radius: 5px;
}

.features-listings {
    height: 195px;
    min-height: 195px;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    margin: 6px 5px;
    border: 1px solid #e2dddd !important;
    float: left;
    border-radius: 8px;
    list-style: none;
    display: inline-grid;
    align-items: center;
    justify-content: center;
}

.features-listings:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color) !important;
}

.features-listings .feature-icons {
    margin-right: 0;
    float: none;
    margin-top: 0;
    padding: 20px 20px 10px 20px;
    border-radius: 50%;
}

.features-listings .feature-icons img {
    width: 60px;
    height: auto;
}

.features-listings .features-text {
    width: 100%;
    float: none;
    margin: 0;
}

.features-listings p {
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}

.amenitiesstn0 {
    float: left;
    text-align: center;
    width: 100%;
}

.amenitiesstn0 ul {
    display: flex;
    flex-wrap: wrap;
    float: left;
    justify-content: center;
    width: 100%;
        list-style: none;
}

.amenitiesstn0 ul li {
    float: left;
    margin-bottom: 25px;
    width: 19%;
    list-style: none;
}

.amenitiesstn0 ul li span {
    background: rgb(255, 193, 7, 0.56);
    border-radius: 100%;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    transition: all .5s ease;
    width: 100px;
    padding: 10px
}
.amenitiesstn0 ul li img{
    width: 75%
}
.amenitiesstn0 ul li p {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 23px;
    margin-top: 15px;
    text-transform: uppercase;
}
.btn:hover {
    color: #ea8809;
}

.footer-bottom{
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom .one{
    flex: 50%;
}








@media (max-width: 1380px) {
    .amenitiesstn0 ul li span {
        height: 80px;
        line-height: 60px;
        width: 80px;
    }

    .amenitiesstn0 ul li p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
    }
}
@media (max-width: 980px) {
    .amenitiesstn0 ul li {
        margin-bottom: 40px;
        width: 24%;
    }
}
@media only screen and (max-width: 600px) {
    .footer-bottom .one{
        flex: 100%;
    }
    .footer-bottom ul.one{
        margin-bottom: 60px;
    }

    .contact-number a {
        right: 20%;
    }

    .button_container {
        display: block;
    }
}
@media (max-width: 480px) {
    .amenitiesstn0 ul li {
        margin-bottom: 15px;
        width: 50%;
    }
}

@media (max-width: 375px) {
    .amenitiesstn0 ul li {
        width: 100%;
    }
}



