@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 0px;
    z-index: 99;
    background: linear-gradient(45deg, #000000, #8b0967);
    padding: 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(-50%);
    border-bottom:1px solid #ead789;
}
.active {
    background: #fff;
    color: #000 !important;
    border-radius: 4px;
    box-shadow: 0 0 3px #bdbdbd;
    /* border: 1px solid #fff; */
}
.newClass {
    background: linear-gradient(45deg, #000000, #8b0967);
    box-shadow: 0 0 1px #000;
    z-index: 999;
}
  .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .logo {
    max-width: 103px;
}
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 10px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: 'Montserrat';
  }
  .project-overview-section .know-more {
    text-align: left;
  }
  .contact-number {
    display: flex;
  }
  .contact-number a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .responsiv-mobile {
    display: none;
}
  /* HEADER CSS ENDS */
.banner-section{
    position:relative;
    margin-top:25px;
}
.banner-section .container-fluid{
    padding:0;
}
.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000036;
}
.banner-section-information {
    position: absolute;
    top: 30%;
    left: 50%;
    content: "";
    z-index: 9;
    color: #3d0a34;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: translate(-50%);
    width: 50%;
    box-shadow: 0 0 3px #616161;
}
p.premium-floors {
    font-size: 23px;
    margin-bottom: 5px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #ffffff;
    font-weight: 600;
}
.banner-section-info {
    padding: 15px 10px 5px 10px;
    background: linear-gradient(45deg, #000000, #000000c2);
    width: 100%;
    border-radius: 10px;
}
.banner-section-info .row {
    margin-top: 10px;
}
.banner-section-info h1 {
    margin-bottom: 10px;
    color: #e5bf6a;
    font-weight: 800;
}
p.points-banner {
    background: linear-gradient(45deg, #000000, #8b0967);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border:1px solid;
}
p.presenting {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
}
p.starting-price {
    font-size: 19px;
    margin-bottom: 4px;
    background: linear-gradient(45deg, #000000, #8b0967);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    outline: 1px dotted #d8a175;
    outline-offset:-5px;
}
.starting-price b {
    font-size: 36px;
    color: #e5bf6a;
}
p.payment-plan {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
}
.payment-plan b {
    font-size: 33px;
    color: #66265c;
}
.banner-btn {
    position: absolute;
    bottom: 40px;
    z-index: 99;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-family: 'Montserrat';
}
.banner-btn .btn{
    background:linear-gradient(45deg, #000000, #8b0967);
}
.btn {
    background: linear-gradient(45deg, #000000, #8b0967);
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 0 3px #000000;
}
.padding-space-extra{
    padding:50px 0;
}
.project-info {
    position: relative;
}
.project-img {
    position: relative;
}
.project-status {
    position: absolute;
    top: 12px;
    left: 10px;
    background: linear-gradient(45deg, #000000, #8b0967);
    color: #fff;
    content: "";
    z-index: 9;
    font-family: 'Montserrat';
    padding: 5px 10px;
    border-radius: 24px;
    font-size: 15px;
    box-shadow: 0 0 3px #454242;
}
.project-status p {
    margin-bottom: 0;
}
.project-infer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, #000000, #000000c2);
    color: #fff;
    padding: 10px;
    font-family: 'Montserrat';
    border-bottom: 1px dotted #a97c5c;
}

.project-name {
    font-size: 26px;
    margin-bottom: 5px;
    color: #e5bf6a;
    font-weight: 700;
}
.project-section-info {
    background: linear-gradient(45deg, #000000, #000000);
    box-shadow: 0 0 3px #454242;
    color: #fff;
    margin-bottom: 20px;
}
.project-fer {
    padding: 10px;
    font-family: 'Montserrat';
    /* outline: 1px dotted #fff;
    outline-offset: -6px; */
}
.project-starting-price {
    margin-bottom: 5px;
}
.price-range b {
    color: #e5bf6a;
    font-size: 31px;
}
.project-btn .btn {
    font-size: 14px;
}
p.price-range {
    margin-bottom: 8px;
}
.project-location {
    margin-bottom: 0;
}
.btn-contact {
    position: absolute;
    top: 14%;
    left: 9px;
    content: "";
    z-index: 9;
}
.btn-contact .btn {
    background: linear-gradient(45deg, #000000, #8b0967);
    border-radius: 20px;
    border: none;
    font-family: 'Montserrat';
    color: #fff;
}
.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
     animation: blink .75s linear infinite;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0.3; }
    100% { opacity: 0.3; }
}
.btn-pulse {
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% {
      transform: scale(0.9);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.9);
    }
}
.about-section {
    background: url(../images/about-developer.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Montserrat';
    position:relative;
}
.about-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    background: #000000b8;
}
.about-section-information{
    position:relative;
    z-index: 9;
}
.about-section-info h2 {
    color: #e5bf6a;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.section-title h2 {
    font-size: 30px;
}
.about-section-info p {
      text-align: justify;
    font-size: 15px;
}
.call-action{
    margin-top:20px;
    background:linear-gradient(45deg, #000000, #000000);
    font-family: 'Montserrat';
}
.call-action h2 {
    color: #e5bf6a;
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
}
.call-action form .form-group {
    margin-bottom: 0;
}
footer{
    font-family: 'Montserrat';
    text-align: center;
}
.project-section {
    text-align: center;
    font-family: 'Montserrat';
}
.project-section h2 {
    margin-bottom: 5px;
    font-size: 28px;
}
.desktop-banner{
    display: block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.modal-content {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    outline:1px dotted #fff;
    outline-offset:-5px;
    border-radius:10px;
}
.modal-content hr{
    border-top:1px dotted #fff;
}
.close {
    color: #fff;
    opacity: 1.5;
}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: .75
}
.mobile-btn{
    display:none;
}
.calltoactionmobileresponsive {
    display:none;
}
.project-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-section-info ul li b {
    color: #e5bf6a;
    margin-right: 10px;
}
.section-title {
    text-align: center;
    font-family: 'Montserrat';
}
.faq-heading {
    font-family: 'Montserrat';
    background: #d7d5d5;
}
.faq-heading h4 {
    font-size: 19px;
    background: linear-gradient(45deg, #000000, #8b0967);
    color: #fff;
    padding: 10px;
    margin-bottom:0;
}
.faq-heading p {
    font-size: 13px;
    padding: 10px;
}
@media only screen and (max-width: 1295px) {
    .banner-section-information {
    width: 60%;
}
}
@media only screen and (max-width: 1199px) {
    .project-btn .btn {
        font-size: 18px;
    }
    .banner-section {
        margin-top: 53px;
    }
}
@media only screen and (max-width: 1060px) {
        .banner-section-information {
        width: 70%;
    }
    .banner-section {
        margin-top: 65px;
    }
    .call-action h2 {
        font-size: 24px;
    }
    .project-btn .btn {
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px) {
    header{
        padding:10px 0;
    }
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }
    .button_container span {
        background: #fff;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }
    .newClass {
        background-color: #313683;
        box-shadow: 0 0 1px #000;
        z-index: 999;
    }
    .overlay {
        position: fixed;
        background: linear-gradient(45deg, #000000, #8b0967);
        top: 85px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }
    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .overlay nav {
        text-align: center;
    }
    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }
    .active {
        background: transparent;
        box-shadow: none;
    }
    .button_container span:nth-of-type(2) {
        top: 11px;
        width: 61%;
        height: 3px;
        right: 0;
        left: auto;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    .menu ul li a {
        color: #fff;
    }
.desktop-banner{
    display:none;
}
.tab-banner{
    display:block;
}
.mobile-banner{
    display:none;
}
.banner-section-information {
    width: 85%;
    top: 20%;
}
.container {
    max-width: 820px;
}
.about-section-info ul li b {
    font-size: 19px;
}
.hidden-view {
    display: none;
}
}
@media only screen and (max-width: 767px) {
    .call-action form .form-group {
        margin-bottom: 15px;
    }
    .banner-section-info h1 {
    margin-bottom: 0;
}
p.premium-floors {
    margin-bottom: 0;
}
.about-section-info h2 {
    font-size: 27px;
}
}
@media only screen and (max-width: 615px) {
.banner-section-information {
        top: 15%;
    }
    .banner-section-info .row {
    display: none;
}
p.presenting {
    display: none;
}
.banner-section-info {
    padding: 15px 10px 15px 10px;
}
    .banner-section-information {
        width: 95%;
    }
}
@media only screen and (max-width: 575px) {
    p.hidden-view{
        display:none;
    }
    p.footer-disclaimer {
    text-align: justify;
    }
    .calltoactionmobileresponsive {
        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: linear-gradient(45deg, #000000, #8b0967);
        font-family: 'Montserrat';
    }

    .calltoactionmobileresponsive .btn-pulse {
        animation: none;
    }
    .mobile-icon a {
        padding: 10px;
        color: #fff;
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        font-family: 'Montserrat';
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }   
    .mobile-icon {
        width: 33.3%;
    }
    .mobile-icon i{
        margin-right:10px;
    }
    .mobile-icon p{
        display:block;
        margin-bottom:0;
    }
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:none;
    }
    .mobile-banner{
        display:block;
    }
    .banner-section-information {
        width: 95%;
    }
        .banner-section-info h1 {
        font-size: 35px;
    }
    p.premium-floors {
    font-size: 20px;
}
    .project-location {
    margin-bottom: 0;
    font-size: 18px;
}
    .project-section h2 {
        margin-bottom: 9px;
        font-size: 24px;
    }
    .about-section-info h2 {
        font-size: 22px;
    }
    .section-title h2 {
    font-size: 22px;
}
.desktop-btn{
        display:none;
    }
    .mobile-btn{
        display:block;
    }
    .banner-btn {
        bottom: 32px;
        left: 50%;
        justify-content: center;
        transform: translate(-50%);
        text-align: center;
    }
}
@media only screen and (max-width: 485px) {
    .banner-section-info h1 {
        font-size: 32px;
    }
    .starting-price b {
        font-size: 26px;
    }
    p.starting-price {
        font-size: 16px;
    }
    p.premium-floors {
        font-size: 20px;
    }
    .banner-section-img {
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner-section-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
        .project-section h2 {
        font-size: 21px;
    }
        .about-section-info h2 {
        font-size: 20px;
    }
    .about-section-info p {
    font-size: 14px;
}
.about-section-info ul{
    padding-left:5px;
}
.faq-heading h4 {
    font-size: 15px;
}
.about-section-info ul li {
    font-size: 13px;
    text-align: justify;
}
    .about-section-info ul li b {
        font-size: 16px;
    }
   
}
@media only screen and (max-width: 405px) {
    .banner-section-info h1 {
        font-size: 29px;
    }
    p.premium-floors {
        font-size: 18px;
    }

}
@media only screen and (max-width: 398px) {
    .about-section-info h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 353px) {
    .project-fer {
        padding: 10px 0;
    }
    .btn-contact {
        top: 17%;
    }
}
@media only screen and (max-width: 347px) {
    .banner-section-info h1 {
        font-size: 29px;
    }
    header {
        padding: 6px 0;
    }
    p.payment-plan {
        font-size: 17px;
    }
    p.starting-price {
        padding: 7px;
    }
    .overlay {
        top: 78px;
    }
    
}
@media only screen and (max-width: 339px) {
    .project-name {
        font-size: 24px;
    }
}