@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'coldiac_freeregular';
    src: url('../fonts/Coldiac/coldiac-webfont.woff2') format('woff2'),
         url('../fonts/Coldiac/coldiac-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* latin */
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


h1,h2,h3,h4,h6{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Coldiac/coldiac-webfont.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
 

  }


* {
    margin: 0px;
    padding: 0px;
    font-family: 'Outfit';
}
html{
    scroll-padding-top: 80px;
}

.btn1{
    margin: 0 auto;
    text-align: center;
    width: 50%;
    margin-left: 25%;
}

.page-wrapper{
    background-color:#e2e6e9;
}

/* loader end */

section {
    border: transparent;
}

.mx-auto {
    margin: auto;
}

/* class for banners */

.price-text {
    font-size: 26px;
   margin: 0px 0px 8px 0px;
    text-align: center;
}

.price-sub-text {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.5px; 
}




.navbar-toggler-icon {
    color: dark;
}
nav.navbar {
    background-color: #fff;
    padding: 0px 20px;
    width: calc(100% - 300px);
    box-shadow: 0px 2px 8px 0px #00000040;
}
.navbar-light .navbar-brand {
    height: 73px;
    align-items: center;
    display: flex;
}
.navbar-light .navbar-brand img{
    /* width: 160px; */
}

.navbar-light .navbar-nav .nav-link {
    padding: 0px 13px;
    font-weight: 600;
    font-size: 18px;
    color: #474749;
}

.navbar-light .navbar-nav .nav-item:hover a.nav-link {
    text-decoration: dashed;
    color: #d9142e;
}

.main-container {
    margin-top: 59px;
}

.left-section {
    width: calc(100% - 300px);
}

#top-section {
    background-color: #232d30;
    position: relative;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 15px;
    height: 15px;
}

.slide-btn .carousel-control-prev {
    margin-left: 30vw;
    margin-top: 52%;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    z-index: 99;
}

.slide-btn .carousel-control-next {
    margin-right: 30vw;
    margin-top: 52%;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    z-index: 99;
}

.slide-btn {
    display: flex;
    justify-content: center;
    bottom: 0px;
}

.carousel-indicators [data-bs-target] {
    height: 4px;

}

/* #top-section > div > img{
    border-radius: 22px;
} */

#top-section .project-details {
    position: absolute;
    background: url(../images/contact/patter1.webp) top right / 100% no-repeat transparent;
    background-color: #fff;
    border-radius: 22px;
    /* padding: 25px 32px 25px 29px; */
    padding: 16px;
    top: 15%;
    margin: 9px 640px 0px 12px;
    width: 350px;
    height: auto;
}

#top-section .project-details h1 {
    font-size: 24px;
    letter-spacing: 1px;
    word-spacing: 4px;
}

#top-section .project-details h3 {
    font-size: 14px;
    margin: 0px 0px 10px 42px;
    /*text-transform: uppercase;*/
}

.desktop-summary {
    position: absolute;
    width: 300px;
    right: 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #FFF;
    box-shadow: 0 -1px 11px 0px #0000008f;
}

.og-block {
    padding: 0;
}

.og-block .btn {
    background-color: #000;
    color: #FFF;
    border: 0;
    font-size: 13px;
    width: 100%;
    border-radius: 0;
}

.og-block .btn:first-child {
    border-right: 1px solid #FFF;
}

.call-back-section .callBackBtn {
    text-shadow: 0px 3px 6px #322601;
    background-color: #503d10;
    background: linear-gradient(-45deg, #00aeef, #0c4da2, #00aeef, #0c4da2);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    color: var(--colorBtn);
    border: none;
    color: #FFF;
    font-size: 14px;
}

.form-section {
    height: calc(100% - 80px);
    padding-top: 30px !important;
}

.form-section h2 {
    font-size: 16px;
    font-weight: 800;
}
.btn-warning:hover {
    color: #000;
    background-color: #00aeef;
    border-color: #00aeef;
}



/* Effects */
@keyframes rocking {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(2deg)
    }

    75% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.effetMoveGradient,
.effetMoveGradient:hover {
    /* text-shadow: 0px 3px 6px #322601; */
    background-color: #503d10;
    background: #0c4da2;
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s !important;
    -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s !important;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s !important;
    color: #fff;
}

.effectScale {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.effectScale:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

#highlights {
    background-color: #FFF;
    padding: 60px 60px 60px;
    margin:10px;
}

#highlights h1 {
    font-size: 30px;
    color: #00aeef;
    /* color: #000; */
    font-weight: 600;
}


.highlightData {
    padding-left: 50px;
    position: relative;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
    min-height: 42px;
}

.highlightData  {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 26px;
}

.highlightData p {
    font-size: 18px;
    font-weight: 100;
}

.iconBox {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
}

.mt-50 {
    margin-top: 50px;
}

.btn-hover:hover {
    background: radial-gradient(ellipse farthest-corner at left top, #fedb37 0%,  #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.details-btn {
    border: none;
    color: #fff;
    padding: 5px 50px;
    font-size: 16px;
}

.details-btn:hover {
    color: #fff;
    background: radial-gradient(ellipse farthest-corner at left top, #fedb37 0%,  #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

#overview {
    background-color: #fff;
    margin: 10px;
    padding: 60px 20px 100px;
}

.overview-data {
    margin: -10px 10px 0px 0px;
}

.overview-data h1 {
    color: #00aeef;
    font-size: 30px;
}

.offer-info-text {
    font-size: 22px;
    line-height: 30px;
    margin-top: 8px;
}

.download-brochure {
    width: 220px;
    padding: 5px 10px;
}

.download-brochure .fa-download {
    margin: 6px 0px 0px 5px;
    -webkit-animation: downloadbr 0.5s linear infinite;
    animation: downloadbr 0.9s linear infinite;
    /* filter: invert(1); */
}

@-webkit-keyframes downloadbr {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.amenities-info {
    padding: 0px 30px;
}

.color-imp {
    color: #0c4da2;
    font-weight: 800;
}

.overview-info {
    font-size: 18px;
    line-height: 28px;
}

#floor-plan {
    background-color: #232d30;
    padding: 60px 30px 60px;
    margin:10px;
}

#floor-plan h1 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 35px;
}


@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);

.pricing-btn {
    background-color: #00aeef;
    display: inline;
    margin: auto;
    font-size: 13px;
    margin: 0% 25% 0%;
    padding: 10px 20px;
}


.custom-btn {
    width: 220px;
    display: block;
    /* margin: 0 auto; */
    font-size: 13px;
    padding: 8px 10px;
    transition: .4s all ease;
    background: #0c4da2 !important;
    color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.26);
    border: 1px solid #0c4da2 !important;
}
.sec-price .table {
    max-width: 70rem;
    margin-inline: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    outline: 1px solid #00aeef;
    margin-top: 2rem;
    
}
.pricing-btn-1{
    margin:0px 18% 0px;
}

.sec-price .table thead th {
    background-color: #00aeef;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.8rem 1.8rem;
}

.table-striped>tbody>tr {
  
    vertical-align: middle;
}

.section-bg {
    background-color: #FFF;
    padding:50px;
}

.section-bg .section-title h2 {
    font-size: 18px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #ffffff;
}

.section-bg img{
    width:80%;
    /*border-radius:15px;*/
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ffffff;
    bottom: 0;
    left: calc(50% - 20px);
}

.enquiryNowBtn.custom-btn {
    /*width: 260px;*/
    /*bottom: 17px;*/
    /*position: absolute;*/
    margin: auto;
    left: 0;
    right: 0;
}

.custom-btn:hover {
    transition: .4s all ease;
    background: var(--button-hover-color);
    color: #ffffff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.26);
    border: 1px solid #00aeef;
}

.custom-btn:active {
    transition: .2s all ease;
    background: #00aeef;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border: 1px solid #00aeef;
}


.btn {
    border: none;
}

#amenities {
    padding: 50px;
    background-blend-mode: overlay;
    background-color: #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background: cover;
    margin:10px;
}

#amenities h1 {
    font-weight: 800;
    font-size: 30px;
    color: #00aeef;
    position: relative;
}


#amenities .amenities-data {
  
text-align: center;
  
justify-content: center;
  
color: #fff;
  
width: 100%;
  
/* max-width: 260px; */
  
height: 150px;
  
padding: 25px 30px 23px;
  
border-radius: 22px;
  
margin-bottom: 20px;
  
background: #373f41;
}

#amenities .amenities-data:hover {
    background: linear-gradient(115deg, #00aeef, #00aeef);
}

/* #amenities .amenities-row {
    margin-top: 35px;
} */

#amenities .amenities-data .fa {
    width: 22%;
    min-width: 40px;
    max-width: 40px;
    color: #00aeef;
    padding: 10px 0px 15px;
    text-align: center;
    margin: auto;
    filter: invert(1);
}

#amenities .amenities-data .fa:hover {
filter: invert(1);
   
}



#amenities .amenities-data:hover img {
    filter: invert(1);
}

#amenities .amenities-btn {
    align-items: center;
    margin: 40px 0px 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 2px solid transparent;
    background: #00aeef;
    transition: 2s all ease;
}

#amenities .amenities-btn:hover {
    background: var(--Secondary-color);
    border: 2px solid #00aeef;
}

/* moving img */
#connectivity {
    /* background: url(../images/connectivity/pattern.webp) top right / 100% no-repeat transparent; */
    background-blend-mode: overlay;
    background-color: #fafafbba;
    margin:10px;
    
}

#connectivity h2 {
    color: #00aeef;
    font-size: 30px;
    font-weight:600;
}

#connectivity {
    position: relative;
    padding: 80px 20px 60px;
}

#connectivity p {
    font-size: 16px;
}

#connectivity .amenities-info {
    position: relative;
}


#connectivity .location-btn {
    margin: -55px 0px 0px;
}


.accordion {
    margin-left: -18px;
    margin-bottom: 10px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 25px;
    content: "";
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e); */
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion h2.accordion-header .accordion-button {
    background-color: transparent;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding: 5px 0px;
}

.accordion h2.accordion-header .accordion-button:hover {
    letter-spacing: 1px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: none;
    background-color: transparent;
}

.accordion-flush .accordion-item {
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

.accordion-flush .accordion-item:active {
    border: none;
}

.accordion-button:focus {
    z-index: 0;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    font-weight: 700;
    color: #000;
}

#gallery h1 {
    font-size: 30px;
    font-weight: 800;
    color: #00aeef;
    margin-bottom: 25px;
}

#gallery {
    background-color: #fff;
}


#contact {
    margin: 10px;
    /*padding:50px 0px;*/
    background-color: #fff;
}

#contact .full-width {
    max-height: 250px;
    background: #00aeef;
    padding: 80px 0px;
}

#contact .contact-data {
    margin: -105px 0px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px gray;
    border-radius: 12px;
    overflow: hidden;

}

.form-data {
    background-image: url("../images/contact/patter1.webp");
}

#contact .form {
    padding: 10px 20px 10px;
}

#contact .form .form-control {
    margin: 10px 0px;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    background: none;
}


#contact .form .btn {
    margin: 10px 0px 0px;
    padding: 5px 50px;
    width: 220px;
}

#contact .image-carousel {
    margin: 0px -13px -7px 12px;
    position: relative;
    border: 0px 22px 22px 0px;
}




#contact .image-carousel .contact-video {
    border-radius: 0px 22px 22px 0px;
    /*height: 290px;*/
    height: 100%;

}

.contact-video img{
    height: 100%;
    object-fit: cover;
}

#contact .image-carousel1 {
    margin: 0px -20px -20px 12px;
    display: none;
}

#gallery {
    margin: 10px;
    padding: 50px 15px;
}

footer p {
    font-size: 11px;
    color: #5c5e5f;
    /*background-color: #fff;*/
    text-align: center;
    margin: 0px a;
}

.modal-body .form-control {
    border-bottom: 2px solid #eaeaea;
    background-color: #f1f1f1;
    margin: 5px;
}

footer {
    padding: 40px 20px 0px; 
}

footer {
    background-color:#fff;
}
/*footer img{*/
/*    width:160px;*/
/*}*/



.footer-enquiryBtn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    text-align: center;
    padding: 4px 2px;
    width: 100%;
    background: #FFF;
    border-radius: 0;
}

.footer-enquiryBtn a {
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
    /* width: calc(50% - 4px); */
    width: 100%;
    padding: 8px 5px;
    margin: 0 2px;
    border-radius: 4px;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: 0;
    background-color: #00aeef;
    color: #FFF;
    text-decoration: none;
}

.mob-form {
    background-color: #FFF;
    padding: 0px 0;
}

.modal {
    background-color: #00000075;
    background-blend-mode: overlay;
    z-index: 10600;
}

.enquire-modal .modal-dialog {
    background-color: #fff;
    padding: 0px;
    border-radius: 6px;
    margin-top: 100px;
}

.enquire-modal .modal-dialog .modal-content,
.enquire-modal .modal-dialog .modal-content .modal-header,
.enquire-modal .modal-dialog .modal-content .modal-body {
    border: none;
}


.enquire-modal .modal-dialog .modal-content .modal-header {
    background: #00aeef;
    padding: 10px 24px;
    color: #FFF;
}

.enquire-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    font-weight: 800;
    margin: auto;
}

.enquire-modal .modal-dialog .modal-content .modal-header .close {
    font-size: 24px;
    line-height: 20px;
    position: relative;
    top: auto;
    transform: none;
    right: 0;
    background: transparent;
}

.modal-dialog .modal-close {
    position: absolute;
    right: 2px;
    top: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%,  #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}


#disclaimer {
    text-align: left;
    font-size: 8px;
    color: #878787;
}

.checkbox-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.checkbox-section p {
    font-size: 10px;
    color: #000;
    padding: 10px;
    margin: 0;
    line-height: unset;
}

.form_inner .form-control {
    margin: 10px 0px;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    background: none;
}
.enqModal{margin: 0px auto; font-size: 12px; padding: 16px 0;}
.popup-images-offer{display: flex;}
.right-sec{width: 50%;}
.modal-dialog {max-width: 450px;margin: 1.75rem auto;}


.accordion-header img{
    margin-right: 8px;
}


@media only screen and (max-width:1280px){
    .enqModal {
        margin: 50px auto;}
}

@media only screen and (max-width: 991px) {

    
    nav.navbar {
        /* width: calc(100% - 32px); */
        width: 100%;
        padding: 0 10px;
    }

    .desktop-summary {
        display: none;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    #top-section .project-details {
        position: relative;
        width: 96%;
        width: 96% !important;
        height: 468px;
    }

    .slide-btn .carousel-control-prev {
        margin-left: 30vw;
        margin-top: 48%;
        width: 40px;
        height: 40px;
        background-color: #000;
        border-radius: 50%;
        z-index: 5;
    }

    .slide-btn .carousel-control-next {
        margin-right: 30vw;
        margin-top: 48%;
        width: 40px;
        height: 40px;
        background-color: #000;
        border-radius: 50%;
        z-index: 5;
    }

    .left-section {
        width: 100%;
    }

    .footer-enquiryBtn {
        display: flex !important;
        justify-content: center;
    }

    #top-section .project-details {
        padding: 30px;
    }

    #overview img {
        margin: 40px 0px 0px;
    }

    .overview-info {
        font-size: 14px;
    }

    .download-brochure {
        margin: 40px auto 20px;
    }

    .pricing-btn {
        margin: auto;
    }

    .custom-btn {
        width: 240px;
        display: block;
        /* margin: 0 auto; */
        font-size: 15px;
    }

    .amenities-img img {
        display: block;
        margin: 20px 0px 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 20px 16px;
        font-weight: 600;
        font-size: 2.1vw;
        color: #474749;
    }

    .navbar-toggler {
        border-color: transparent;
    }

   

    #connectivity p {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    #contact .form {
        padding: 10px 20px 34px;
    }

    #highlights {
        padding: 60px 100px 60px;
    }
    
}


@media (max-width: 575px) {
    html {
        font-size: 81.25%;
        
    }

    h4 {
        font-size: 1.4rem;
    }

    p {
        line-height: 1.4;
    }

    nav.navbar {
        width: 105%;
        padding: 0 10px;
    }

    .desktop-summary {
        display: none;
    }

    #top-section .project-details {
        position: relative;
        width: 100%;
        width: 100% !important;
    }

    .left-section {
        width: 100%;
        padding-bottom: 10px;
    }


    .offer-info-text {
        font-size: 24px;
        line-height: normal;
    }

    .enquiryNowBtn.custom-btn {
        position: relative;
        margin: 0;
        bottom: auto;
        margin-top: 20px;
        display: block;
    }
    .navbar-light .navbar-brand img {
        width: 131px;
    }
    #overview img {
        margin: 18px 0px 0px;
    }
}

@media(min-width:500px) {

    #contact .image-carousel1 {
        display: none;
    }
}

@media (max-width: 500px) {
    .navbar-light .navbar-nav {
        padding-bottom: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px;
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #232d30;
        color: #fff;
    }

    #amenities .mt-50{
        margin-top:30px;
    }

    .price-sub-text {
        font-weight: 700;
        font-size: 30px;
        letter-spacing: 1px;
        margin: 0px 0px 0px 4px;
    }

    .price-text {
        font-size: 30px;
        margin: 12px 0px -1px 0px;
    }

    #contact .contact-data {
        margin: -91px 30px 0px 1px;
    }

    #top-section .project-details {
        position: relative;
        background-color: #fff;
        border-radius: 22px;
        padding: 20px 15px 20px 20px;
        top: 0;
        margin: 0px 10px 0px 10px;
    }

    #top-section .project-details h1 {
        font-size: 25px;
        font-weight: 600;
        margin: 5px 0px 5px;
    }

    #top-section .project-details h3 {
        /*font-size: 23px;*/
        font-weight: 600;
    }

    .overview-data {
        padding: 240px 0px 20px;
    }

    #overview {
        padding: 50px 10px;
        margin: 10px 5px;
    }

    #highlights h1 {
        font-size: 24px;
        color: #00aeef;
    }

    .overview-data h1 {
        color: #00aeef;
        font-size: 22px;
        margin-bottom: 10px;
    }

    #top-section {
        background-color: #232d30;
        position: relative;
    }

    #floor-plan h1 {
        font-size: 25px;
        font-weight: 600;
        padding: 0px 0px 0px;
    }

    #floor-plan {
        background-color: #222c2f;
        padding: 0px 0px;
        margin: -10px 0px 0px;
    }

    #highlights {
        padding: 50px 20px 30px;
        margin: 0px 0px 0px;
    }

    #floor-plan {
        padding: 30px 0px 10px;
        margin: 0px 0px 0px;
    }

    .pricing-btn {
        background-color: #00aeef;
        display: block;
        margin: auto;
        font-size: 13px;
        margin: 0% 24% 0%;
        padding: 10px 10px;
        width: 220px;
    }

    #amenities .amenities-data {
        /* background-image: url(images/amenities/pattern-white.png); */
        background-color: #40484b;
        text-align: center;
        color: #fff;
        width: 174px;
        height: 135px;
        padding: 15px;
        margin: 10px;
        border-radius: 22px;
    }

    #amenities .amenities-data:hover img {
        filter: brightness(50);
    }

    #amenities {
        padding: 30px 0px 30px 10px;
    }

    #amenities h1 {
        font-weight: 600;
        font-size: 25px;
        color: #00aeef;
    }

    #amenities .amenities-row {
        margin-top: 0px;
    }

    .amenities-info {
        padding: 0px 10px;
        margin: 0px 0px 20px;
    }

    #amenities .amenities-data {
        /* background-image: url(images/amenities/pattern-white.png); */
        background-color: #40484b;
        text-align: center;
        color: #fff;
        width: 153px;
        height: 135px;
        padding: 10px;
        margin: -15px 8px 33px;
        border-radius: 22px;
    }

    #amenities .amenities-btn {
        margin: 20px auto;
        width: 220px;
    }

    #amenities .row .col-sm-6 {
        width: 48%;
    }


    #contact .image-carousel {
        margin: 0px -20px -38px 0px;
        display: none;
    }

    #contact .image-carousel1 {
        margin: 0px -20px -100px 0px;
        display: block;
    }

    #contact .full-width {
        padding: 67px 0px;
    }

    #gallery h1 {
        font-size: 25px;
        color: #00aeef;
    }

    #contact .image-carousel1 {
        position: relative;
    }

    #contact .image-carousel1 .contact-video {
        border-radius: 0px 22px 22px 0px;
    }

   

    .download-brochure {
        margin: 20px;
        display: block;
    }
}


@media (max-width: 767px) {
    .enquire-modal .modal-dialog .modal-content .modal-header .modal-title{
        font-size:15px;
    }

    .popup-images-offer {
    display: block;
}

.right-sec {
    width: 100%;
}
      #amenities .amenities-data .fa{
        width:45px;
    }

}

@media(max-width:500px) {
    .btn1{
        width: 30%;
        margin: 0 auto;
        margin-left: 35%;
    }
    
    
    .sec-price .table {
     max-width: 70rem;
    margin-inline: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    outline: 1px solid #00aeef;
    margin-top: 2rem;
    border: 2px solid #00aeef;
    }
        table.table-pricing, .table-pricing thead, .table-pricing tbody, .table-pricing th, .table-pricing td, .table-pricing tr {
        display: block;
    }
        .table-pricing thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
        .table-pricing tr {
        margin: 0;
        padding: 23px 0;
    }
    .sec-price .table td {
        padding: 0;
        font-size: 1.2rem;
        width: 100%;
    }
        .sec-price .table td:nth-child(1) {
        font-size: 1.8rem;
    }
    .sec-price .table td:nth-child(3) {
        font-size: 1.8rem;
        font-weight: 600;
    }
    .table-striped>tbody>tr:nth-of-type(odd) {
     --bs-table-accent-bg: #fff; 
    color: var(--bs-table-striped-color);
     }
     .section-bg .section-title h2 {
    font-size: 25px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #00aeef;
    }
    .layout-plan{
        padding:30px 0px;
    }
    .pricing-btn-1 {
        background-color: #00aeef;
        display: block;
        margin: auto;
        font-size: 13px;
        margin: 0% 14% 0%;
        padding: 10px 10px;
        width: auto;
    }
    #connectivity p {
        font-size: 14px;
    }

    .overview-info {
        font-size: 14px;
    }

    #top-section .project-details {
        position: relative;
        background-color: #fff;
        border-radius: 22px;
        padding: 20px 15px 20px 20px;
        top: 0px;
        margin: 10px 10px 0px 10px;
        width: calc(100% - 20px) !important;
        height: auto;
    }

    .overview-data {
        padding: 0px 0px 20px;
    }

    #top-section {
        background-color: #232d30;
        position: relative;
        padding-bottom: 50px;
    }

    #amenities .amenities-data {
        /* background: url(images/amenities/pattern-white.png) top right / 100% no-repeat #40484b; */
        text-align: center;
        color: #fff;
        width: 260px;
        height: 160px;
        padding: 30px;
        margin: 10px 0px;
        border-radius: 22px;
    }
      #amenities .amenities-data .fa{
        width:45px;
    }

    #connectivity {
        padding: 25px 24px;
        padding-bottom: 10px;
    }

    #connectivity img {
        margin: 20px 0px 0px;
    }

    #contact .contact-data {
        margin: -129px 30px 0px 1px;
    }

    .contact-inner {
        margin: 30px 22px 0px;
    }

    #contact .image-carousel {
        margin: 0px -20px -20px 0px;
        height: 371px;
    }

    #contact .image-carousel1 {
        margin: 0;
        /* height: 278px; */
    }

    #amenities .amenities-data {
       
        background-color: rgb(34 44 47);
        text-align: center;
        color: #fff;
        /* width: 162px; */
        width: 100%;
        height: 135px;
        padding: 18px;
        border-radius: 22px;
    }

    #contact .form {
        padding: 20px 25px 40px 10px;
    }

    #contact .form .btn {
        margin: 20px 10px 0px;
    }

    #connectivity .location-btn {
        margin: 20px auto;
        display: block;
    }

    #floor-plan .pricing-btn {
        margin: 10px auto !important;
        display: block;
    }

    #overview .download-brochure {
        margin: 20px auto !important;
        display: block;
    }

    #gallery {
        padding: 50px 0px 30px!Important;
        margin: 10px;
    }

    footer {
        padding: 20px 20px 20px;
    }

    .slide-btn .carousel-control-next {
        margin-right: 2vw;
        margin-top: 23%;
        width: 35px;
        height: 35px;
        background-color: #000;
        border-radius: 50%;
        z-index: 0;
    }

    .slide-btn .carousel-control-prev {
        margin-left: 2vw;
        margin-top: 23%;
        width: 35px;
        height: 35px;
        background-color: #000;
        border-radius: 50%;
        z-index: 0;
    }

    .carousel-control-next-icon {
        width: 22px;
    }

    .carousel-indicators [data-bs-target] {
        height: 3px;
    }

}

@media (min-width:1400px) {

    #top-section .project-details {
        margin: 44px 636px 0px 60px;
    }

    #contact .form {
        padding: 20px 20px 40px;
    }

    #floor-plan {
        background-color: #232d30;
        padding: 50px 110px;
    }

    .pricing-btn {
        margin: 0% 25% 0%;
    }
}



.projectOffer{
    padding: 4px 8px;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}
.pro-border{
    padding: 6px;
    border : 2px dashed #ffffff;
}
.projectOffer_list{
    padding: 8px;
    text-align: center;
    color: #ffffff;
    

}
.projectOffer_list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3px;
}

.bg_animation{
    background: linear-gradient(-45deg, #00aeef, #0c4da2, #00aeef, #0c4da2);
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite;
    font-size: 15px;
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.projectOffer {
  animation: zoomInOut 1s infinite forwards;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}