:root {
    --primary-color: rgb(10, 112, 161);
    --dark-orange: rgb(10, 112, 161);
    --hover-color: #0c0c0c;
    --icon-space: 1.3em;
}

.logo {
    width: 100%;
    height: auto
}


.navbar .nav-item.active .nav-link {
    background: var(--primary-color);
    color: #fff;
}

.banner-section .call_number .icon,
.banner-section .bottom {
    background: var(--primary-color);
}

.btn-info {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-info:hover {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
}

.navbar {
    box-shadow: rgb(17, 17, 17) 0px -10px 23px 0px;
}

.text-upparcase {
    text-transform: uppercase
}

/*
.location_section .locationAdvantage li:before {
    content: "\f08d";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: #fff
}
*/
.location_section .adv-points li {
    display: flex;
    align-items: start;
    padding: 12px 0;
    vertical-align: top;
}
.location_section .adv-points li i{
    margin-top: 5px;
    padding-right: 8px;
    color: #e0e0e0;
}
.location_advantage_section{
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../images/gallery/3-min.webp) no-repeat center center fixed;    
    background-size:cover;
    background-size: 105% !important;
    padding: 80px 0
}
.location_section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: calc(40% + 10px);
    background: transparent;
    top: 0;
    left: 0;
}
.faqSection{
    padding: 80px 0
}
.faqSection .accordion .btn-link {
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.bg-section{
    background-color: #f5f5f5
}
.amenity_section .amenityImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.mybtn{
    color: rgb(255, 255, 255);
    background-color: rgb(189, 135, 9);
    font-size: 18px;
    padding: 15px 20px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
}
.mybtn:hover{
    color: #fff
}
.text-white{
    color: #fff;
}
.text-white:hover{
    color: #fff;
}
.fixed-call-btn, .whatsapp-floating {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    position: fixed;
}
.whatsapp-floating {
    background: #0cbf0c;
    width: 50px;
    height: 50px;
    align-items: center;
    color: #fff;
    z-index: 9;
    bottom: 5.7rem;
    left: 1.4rem;
    line-height: 1;
}

@media (max-width: 1480px) {
    .schedule-site-visit_box {
        width: 70%;
    }
}

.blink-hardThird {
    animation: blinkerThird 1s step-end infinite;
}
.schedule-site-visit_box {
    display: flex;
    cursor: pointer
}
.schedule-site-visit_box {
    background: url(../images/highlights-pattern.png) repeat-y #1d1d1d;
    background-position: bottom left;
    padding: 14px;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
    border-radius: 5px;
    background-image: url(../images/row-bgimage-7.png);
}
@keyframes blinker {
  50%{background-color: #dcb864}
}

.blink-hardThird {
  animation: blinkerThird 1s step-end infinite;
}

@keyframes blinkerThird {
  50% {
    background-color: #dcb864;
  }
}
.schedule-site-visit_box .box_1 {
    width: 50%;
    text-align: center;
    display: grid;
    align-items: center;
}
.schedule-site-visit_box h2 {
    font-size: 22px;
    margin-bottom: 0;
}
.schedule-site-visit_box img.img-fluid.car_icon {
    filter: invert(1);
    margin-right: 10px;
}
.schedule-site-visit_box .box_2 {
    width: 50%;
    text-align: center;
}
.schedule-site-visit_box .box_2 p {
    margin-bottom: 0 !important;
    font-size: 20px;
    padding: 6px 5px;
    width: 100%;
    border-radius: 5px;
}
.schedule-site-visit_box img.img-fluid.mobile-icon_bottom {
    filter: invert(1);
    width: 9%;
}
.mybtn img.download_arrow-icon{
    filter: invert(1);
    width: 20px
}
.site-footer {
    background: #1b121e;
    margin-top: 0;
    padding-top: 80px
}

.footerlogo {
    width: 165px;
    margin-bottom: 15px
}

.footer-link {
    display: flex;
    margin: 0 -15px;
    text-align: left;
}

.footer-link ul {
    flex: 0 0 50%;
    width: 50%;
    list-style: none;
    padding: 0 15px;
    margin: 0
}

.footer-link ul li {
    margin-bottom: 12px
}

.footer-link ul li a {
    color: #e3e3e3
}

.site-footer h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}
.site-footer .footer-txt {
    max-width: 80%;
    text-align:left
}
.site-footer p {
    color: #e3e3e3;
    margin-bottom: 0;
}
.site-footer .connect-us {
    margin-bottom: 35px
}

.site-footer .connect-us a {
    color: #e3e3e3;
    display: block;
    margin-bottom: 10px;
    text-align: left
}

.site-footer .connect-us a:hover {
    color: #fff
}
.social-share-footer a {
    color: #e3e3e3;
    font-size: 20px;
    margin-right: 15px;
    display: inline-block
}

.copyrights {
    border-top: 1px solid #98989c24;
    padding-top: 15px;
    margin-top: 15px;
    text-align: center
}
.price_section .price_lists .icon img {
    max-width: 20px;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
}
.price_section .price_lists .cont {
    padding: 0 0 0 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.price_section .price_lists .cont img{
    height: auto;
    object-fit: cover;
}
.video-banner {
    position: relative;
    height: calc(100vh - 85px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /*background-color:#000;*/
}
.video-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    z-index: 0;
        background-color: #000;
}
.IconIMG{
    margin: 0 auto !important;
    display: block;
    padding: 5px 0;
    font-size: 90%;
}
.IconIMG img{
    max-width: 20px;
}
.upcoming-projects .card-body{
    padding:0;
}
.upcoming-projects .card-body img{
    width:100%;
    height: 240px;
    object-fit: cover;
}
.error{
    color:red;
    font-size:90%;
}
@media (max-width: 1600px) {
    .schedule-site-visit_box img.img-fluid.mobile-icon_bottom {
        width: 8%;
        margin-top: -5px;
    }
}
@media only screen and (max-width: 600px) {
    .upcoming-projects .card-body img{
        width:100%;
        height: auto;
    }
    .video-banner {
        position: static;
    }
    .schedule-site-visit_box .box_2 {
        width: 100%;
    }
    .schedule-site-visit_box .box_1 {
        width: 100%;
    }
    .schedule-site-visit_box {
        padding: 10px;
        width: 100%;
        display: grid;
    }
    .navbar .nav-link {
        height: auto;
        font-size: 1rem;
        padding: 5px 5px!important;
    }
    .price_section .price_lists .size {
        font-size: 14px;
        letter-spacing: 0px;
    }
    footer center{
        padding: 10px;
    }
    .overview-section ul{
        padding-left: 15px;
    }
    .logo {
        width: 100%;
        height: auto;
        filter: brightness(1) !important;
        padding: 5px 0;
        padding: 10px;
    }
}
