@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@font-face {
    font-family: 'Austin News Headline Light';
    src: url(../font/Austin.html\ News\ Headline\ Light.woff) format('woff'),
         url(../font/Austin.html\ News\ Headline\ Light.woff2) format('woff2');
}
 /* HEADER CSS STARTS */
 header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: transparent;
    padding: 15px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5sease;
    transition: all 0.5sease;
}
  .newClass {
    background-color: #000;
      z-index: 999;
  }
  .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .logo {
    max-width: 107px;
}
.menu ul li:focus{
    border-bottom: 1px dotted #000 ;
}
  .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: 16px;
    padding: 0px 11px;
    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';
    font-weight: 500; 
  }
  .menu ul li{
    position:relative;
  }
  .active{
    border-bottom:1px dotted #fff;
    padding-bottom:10px !important;
  }
  .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;
  }
  .menu ul li.dropdown:hover .submenu {
    display: block
}
.menu .submenu li a {
    color: #fff;
  text-decoration: none;
  cursor:pointer;
}
.menu .submenu {
    position: absolute;
    background-color: #4c4ca5;
    display: none;
    padding: 10px;
    min-width:250px;
    z-index: 99;
    color: #fff;
    box-shadow: 0 0 3px #000;
}
.overlay.open li a {
    color: #fff;
    font-family: 'Montserrat';
    padding: 0;
}
.overlay-menu ul li span {
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    cursor:pointer;
}
.menu .submenu li{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dotted #fff;
}
.submenu.show {
    display: block;
}
  /* HEADER CSS ENDS */
.banner-section{
    position: relative;
    overflow:hidden;
}
.banner-section .container-fluid{
    padding:0;
}
.banner-section-inner{
    position:relative;
}
.banner-section-inner::before{
    position:absolute;
    top:0;
    left:0;
    content:"";
    z-index:9;
    width:100%;
    height:100%;
    background:linear-gradient(0deg, #000000de, transparent, transparent);
}
.banner-section-information {
    position: absolute;
    top: 22%;
    right: 7%;
    content: "";
    z-index: 9;
    color: #fff;
    font-family: 'Austin News Headline Light';
    padding: 0 20px;
    text-align: center;
}
.banner-section-info {
    position: relative;
}
.banner-section-info::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    border-top-left-radius: 1px dotted #fff;
    border-top-right-radius:1px dotted #fff;
    content:"";
    z-index:9;
    height:50%;
}
.banner-section-information h1 {
    font-size: 45px;
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
    background: linear-gradient(45deg, #BF953F, #fdf284, #e5c47d, #fff481, #cba45e);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 600;
    font-family: 'Montserrat';
}
.banner-section-info::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px dotted #fff;
    content: "";
    z-index: 9;
    height: 65%;
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
}
.banner-projecter{
    position:relative;
}
.banner-form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: 9;
    padding: 0 20px 20px 20px;
    font-family: 'Montserrat';
    color: #fff;
    background: linear-gradient(45deg, black, transparent);
}
.banner-form form .form-group{
    margin-bottom:0;
}
p.banner-form-para {
    font-family: 'Austin News Headline Light';
    font-size: 30px;
    margin-bottom:10px;
}
.space{
    margin-right:20px;
}
.banner-projecter {
    text-align: center;
    color: #000;
}
.world-class{
    background: linear-gradient(45deg, #BF953F, #fdf284, #e5c47d, #fff481, #cba45e);
    color: #232323;
    font-family: 'Montserrat';
    font-size: 18px;
    border-radius: 29%;
    padding: 8px;
    width: 279px;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #6d6d6d;
}
.banner-location{
    font-size:22px;
    margin-bottom:10px;
}
p.project-location {
    font-size: 27px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.banner-btn .btn {
    font-family: 'Montserrat';
    font-size: 16px;
}
.padding-space-extra{
    padding:50px 0;
}
.section-title h2{
    font-family: 'Austin News Headline Light';
    font-size:40px;
}
.section-title p{
    font-family: "Montserrat", sans-serif;
}
.project-section-information {
    padding: 10px;
    border: 1px solid #b3b2b2;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 2px #dbdbdb;
}
.project-section-information h3{
    font-family: 'Austin News Headline Light';
    font-size: 30px;
}
.project-section-information p{
    font-family: "Montserrat", sans-serif;
}
.project-section-information .btn{
    font-family: "Montserrat", sans-serif;
    margin-top:10px;
}
.project-section-information .project-img{
    position: relative;
    height:270px;
    overflow: hidden;
}
.project-section-information .project-img img{
    height:100%;
    width:100%;
    object-fit:cover;
    border-radius: 5px;
}
.btn {
    background: #4c4ca5;
    color: #fff;
    font-size:16px;
}
.download-brochure{
    font-size:13px;
    padding:7px;
}
.arrow-right {
    position: absolute;
    top: 8px;
    right: 12px;
    padding: 11px;
    border: 1px dotted #000;
    border-radius: 10%;
    z-index: 9;
    content: "";
}
.arrow-right i{
    font-size:20px;
    transform:rotate(-20deg);
}
.arrow-right:hover{
    background: #4c4ca5;
    color: #fff;
    cursor: pointer;
    border:none;
}
.arrow-right:hover i{
    transform:rotate(0deg);
    transition:0.5s;
}
.footer-section{
    color:#fff;
    background:#000;
    text-align: center;
    font-family: 'Montserrat';
}
.footer-inner form .form-group{
    margin-bottom:0;
}
.footer-privacy {
    text-align: center;
    padding: 20px 0;
    font-family: 'Montserrat';
}
.developer-logo {
    max-width: 120px;
}
.quick-links {
    text-align: left;
}
.quick-links ul {
    padding-left: 17px;
}
.quick-links ul li{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dotted #fff;
}
.quick-links ul li a{
color:#fff;
text-decoration: none;
}
.quick-links p {
    font-size: 32px;
    margin-bottom: 0;
    text-align: left;
    color: #adb5ff;
    font-weight: 500;
    font-family: 'Austin News Headline Light';
}
.footer-section hr{
    border-top:1px dotted #fff;
}
.about-developer {
    text-align: justify;
}
.about-developer p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ced2eff5;
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.project-section-information .project-btn{
    display:block;
}
.btn-tab-inner{
    display:none;
}
.btn-tab-outer{
    display: none;
}
.modal-content {
    background: #000;
    font-family: 'Montserrat';
    color: #fff;
}
.modal-content hr{
    border-top:1px dotted #fff;
}
.logo-home {
    max-width: 88px;
}
.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
}
.faq-section{
background: linear-gradient(180deg, #adb5ff, #adb5ff, transparent);
}
.faq-section .section-title{
    text-align: center;
}
.faq-section-points {
    font-family: 'Montserrat';
    margin-bottom: 20px;
    box-shadow: 0 0 2px #cfcfcf;
    background: #fff;
}
.faq-section-points h3 {
    font-size: 19px;
    border-bottom: 1px dotted #000;
    background: #000;
    color: #fff;
    padding: 10px;
}
.faq-section-points p {
    font-size: 15px;
    margin-bottom:15px;
    padding:10px;
}
.enquire-outer{
    display:none;
}
@media only screen and (max-width: 1295px) {
    .banner-section-information {
        bottom: 22%;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-section-information {
        bottom: 25%;
    }
    .banner-section-information h1 {
        font-size: 40px;
    }
    .world-class {
        font-size: 16px;
        width: 265px;
    }
}
@media only screen and (max-width: 1021px) {
    .world-class {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .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;
    }
    .overlay {
        position: fixed;
        background: #000;
        top: 68px;
        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;
    }
    .active{
        border-bottom:none;
    }
    .menu ul li a {
        color: #fff;
    }
    
    .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;
    }
    .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;
    }
.desktop-banner{
    display:none;
}
.tab-banner{
    display:block;
}
.mobile-banner{
    display:none;
}
.banner-section-information {
    top: 13%;
    right: 0%;
}
.banner-section-inner::before {
    background: linear-gradient(0deg, #0000005e, #00000000, transparent);
}
.project-section-information .project-btn{
    display:none;
}
.btn-tab-inner{
    display:block;
    position:absolute;
    bottom:5px;
    right:5px;
    z-index:9;
    content:"";
}
.btn-tab-outer{
    display: block;
}
.banner-section-information h1 {
    font-size: 39px;
    margin-bottom: 0;
}
}
@media only screen and (max-width: 785px) {
    .banner-section-information h1 {
        font-size: 39px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-form {
        position: relative;
        background: #000;
        padding: 10px 20px;
    }
    .banner-form form .form-group {
        margin-bottom: 10px;
    }
    .banner-section-information {
        top: 16%;
    }
}
@media only screen and (max-width: 736px) {
    .banner-section-information h1 {
        font-size: 35px;
    }
    p.starting-projecter-banner b {
        font-size: 37px;
    }
}
@media only screen and (max-width: 706px) {
    p.starting-projecter-banner {
        font-size: 17px;
    }
    p.project-location {
        font-size: 21px;
    }
    .banner-btn .btn {
        font-size: 14px;
    }
    p.starting-projecter-banner b {
        font-size: 37px;
    }
    .project-section-information p {
        font-size: 13px;
    }
    .arrow-right {
        padding: 8px;
    }
    .project-section-information h3 {
        font-size: 26px;
    }
    .section-title h2 {
        font-size: 35px;
    }
    .section-title p {
        font-size: 15px;
    }
    .footer-inner form .form-group {
        margin-bottom: 10px;
    }
    p.footer-disclaimer {
        font-size: 15px;
        text-align: justify;
    }
}
@media only screen and (max-width: 668px) {
    .banner-section-information {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 647px) {
    .banner-section-information {
        right: 12%;
        top: 22%;
        background: linear-gradient(180deg, #000000d9, transparent);
    }
    .banner-section-info::before{
        border:none;
    }
    .banner-form {
        text-align: center;
    }
    .banner-section-information h1 {
        font-size: 43px;
    }
    p.project-location {
        font-size: 24px;
    }
    p.starting-projecter-banner {
        font-size: 21px;
    }
}
@media only screen and (max-width: 620px) {
    .banner-section-information h1 {
        font-size: 37px;
    }
    .space {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 587px) {
    .banner-section-information h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #000;
        box-shadow: 0 0 2px #ffffff;
    }

    .enquire-outer .btn {
        animation: none;
    }

    .enquire-form-fit i {
        animation: none;
    }

    .enquire-outer ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        width: 100%;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .enquire-outer ul li a .btn{
        background: #4c4ca5 !important;
        color:#fff;
    }
    .enquire-outer ul li .enquire-form-fit {
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        font-family: 'Montserrat';
        color: #fff;
        background-color: #000;
    }
    header {
        background-color: #000000;
    }
.desktop-banner{
    display:none;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:block;
}
.banner-section-information {
    display: block;
    text-align: center;
}
p.project-location {
    font-size: 27px;
}
.project-section-information .project-btn{
    display:block;
}
.btn-tab-inner{
    display:none;
}
.btn-tab-outer{
    display: none;
}
.section-title h2 {
    font-size: 28px;
    font-weight: 700;
}
.section-title p {
    font-size: 14px;
    text-align: justify;
}
.project-section-price b {
    font-size: 20px;
}
.project-section-information p {
    font-size: 15px;
}
.download-brochure {
    font-size: 15px;
}
.project-section-information h3 {
    font-size: 30px;
    font-weight: 600;
}
.header{
    background:#000;
}
.banner-section{
    margin-top:70px;
}
}
@media only screen and (max-width: 523px) {
    .banner-section-information {
        right: 7%;
    }
}
@media only screen and (max-width: 496px) {
    .banner-section-information {
        right: 3%;
    }
}
@media only screen and (max-width: 472px) {
    .banner-section-information {
        right: 1%;
    }
    .banner-section-information h1 {
        font-size: 29px;
    }
}
@media only screen and (max-width: 457px) {
    .banner-section-information h1 {
        font-size: 29px;
    }
    p.project-location {
        font-size: 24px;
    }
}
@media only screen and (max-width: 424px) {
    .banner-section-information {
        right: 0;
    }
}
@media only screen and (max-width: 413px) {
    .project-section-information .project-btn{
        display:none;
    }
    .btn-tab-inner{
        display:block;
        position:absolute;
        bottom:5px;
        right:5px;
        z-index:9;
        content:"";
    }
    .btn-tab-outer{
        display: block;
    }
    .banner-section-information h1 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 383px) {
    .banner-section-information {
        padding: 0 10px;
    }
    .project-section-information h3 {
        margin-bottom: 0;
    }
    .footer-inner h5 {
        font-size: 17px;
    }
    header{
        background:#000;
    }
    .banner-section{
        margin-top: 73px;
    }
    .banner-section-information h1 {
        font-size: 25px;
        padding: 10px 0 0 0;
    }
    p.project-location {
        font-size: 20px;
    }
    .world-class {
        font-size: 15px;
        width: 265px;
    }
}
@media only screen and (max-width: 362px) {
    .banner-section-information {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 352px) {
    .banner-btn .btn {
        font-size: 13px;
        padding: 4px 6px;
    }
    .logo {
        max-width: 88px;
    }
    .banner-section-information h1 {
        font-size: 25px;
    }
    .world-class {
        width: 247px;
    }
    .section-title h2 {
        font-size: 25px;
    }
    p.starting-projecter-banner b {
        font-size: 33px;
    }
    p.project-location {
        font-size: 24px;
    }
    p.starting-projecter-banner {
        font-size: 18px;
    }
}
@media only screen and (max-width: 334px) {
    .banner-section-information h1 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 327px) {
    .banner-btn .btn {
        padding: 4px 4px;
    }
    p.project-location {
        font-size: 21px;
    }
}
