@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'TimesTen';
    src: url(../font/TimesTen.woff) format('woff'),
         url(../font/TimesTen.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Bacalisties';
    src: url('../font/Bacalisties.woff') format('woff'),
         url('../font/Bacalisties.woff2') format('woff2');
         font-weight: normal;
         font-style: normal;
  } 
  
  /* header start */
header{
    background-color: transparent;
    border-radius: 0;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: 0;
}
header .container-fluid {
    padding: 0;
}
.inner-header {
    background: #fff;
    border-radius: 0px 0 20px 20px;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    position: relative;
    align-items:center;
    box-shadow: 0 0 3px #fff;
    z-index: 9;
}
.logo {
    max-width: 199px;
}
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu ul li a {
    font-family: "Montserrat", sans-serif;
    color: #000;
    margin-right: 22px;
    text-decoration: none;
}
.button_container {
    display: none;
}
/* header end */

.amenities-slider {
    border-right: 1px solid #fff;
}
.banner-section{
    background-color: #092D58;
    color: #fff;
    overflow: hidden;
    height:100vh;
}
.banner-building {
    border-radius: 0 90% 100% 0;
    max-width: 100%;
    box-shadow: 0 0 22px #fff;
}
.banner-section-information{
    text-align: center;
}
.banner-section-information h1 {
    font-family: 'TimesTen';
    font-size: 51px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
    text-align:center;
}
.banner-section-information .live-fit {
    font-size: 66px;
    font-family: 'Bacalisties';
    color: #ffab2d;
}
.banner-info {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    margin-top: 21px;
    color: #e5b264;
}
p.price-sect {
    font-family: 'Montserrat';
    font-size: 24px;
}
p.price-sect b{
    color: #fdaa2d;
}
.padding-space-extra{
    padding:50px 0;
}
.btn {
    font-family: 'Montserrat';
    border-radius: 0;
}
.download-brochure{
    margin-left:20px;
    background: #fdaa2d !important;
}
.about-section-info {
    font-family: 'Montserrat';
}
.section-title h1 {
    font-family: 'TimesTen';
}
.about-section-info-set p {
    margin-top: 30px;
}
.gallery-section-information{
    text-align: center;
}
.bg-color {
    background: #0a2e59;
    text-align: center;
}
.white-text h1 {
    color: #fdaa2d;
}
.section-title {
    margin-bottom: 40px;
}
.gallery-section-info {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #999999;
    position:relative;
}
.gallery-section-info img:hover{
    background:#fff;
    cursor:pointer;
}
.white-text p {
    color: #fff;
    font-family: 'Montserrat';
    padding-top: 15px;
}
.gallery-section-info:hover {
    box-shadow: 0 0 5px #fff;
    background: #cfcfcf;
}
.gallery-section{
    position:relative;
}
.circle-1 {
    padding: 20px;
    border-style: solid;
    border-width: 7px;
    border-color: #f0ebce;
    border-radius: 100% 100% 100% 100%;
    position: absolute;
    top: 13px;
    left: 22%;
    animation: bounceY 6s ease-in-out infinite;
}
.circle-2 {
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: #c7c7c7c4;
    border-radius: 100% 100% 100% 100%;
    position: absolute;
    top: 44px;
    left: 65%;
    animation: bounceY 6s ease-in-out infinite;
}
.circle-3 {
    padding: 10px 10px 50px 50px;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #c7c7c7c4;
    border-radius: 100% 100% 100% 100%;
    position: absolute;
    top: 18%;
    left: 87%;
    animation: bounceY 6s ease-in-out infinite;
}
.circle-4 {
    padding: 20px;
    border-style: solid;
    border-width: 7px;
    border-color: #c7c7c7c4;
    border-radius: 100% 100% 100% 100%;
    position: absolute;
    top: 37%;
    left: 6%;
    animation: bounceY 6s ease-in-out infinite;
}
.circle-5 {
    padding: 20px;
    border-style: solid;
    border-width: 7px;
    border-color: #c7c7c7c4;
    border-radius: 100% 100% 100% 100%;
    position: absolute;
    top: 80%;
    left: 79%;
    animation: bounceY 6s ease-in-out infinite;
}
@keyframes bounceY {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-20px)
    }

    to {
        transform: translatey(0)
    }
}
.highlight-section {
    text-align: center;
}
.bg-color-extra{
    background: #f6f6f6;
    position:relative;
}
.highlight-info {
    background: #0a2e59;
    margin-bottom: 20px;
    padding: 20px;
    color: #fff;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}
.price-section-information {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 21px;
    border: 1px solid #979797;
    padding: 10px;
}
.for-type {
    background: #c7741c;
    width: fit-content;
    padding: 5px 20px;
    font-size: 16px;
    margin: 0 auto;
}
.project-size {
    margin: 16px auto;
    padding: 10px 0;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    width: 70%;
}
.project-size p{
    margin:0;
}
.project-price {
    margin-bottom: 20px;
}
.floorplan-section{
    text-align: center;
}
.floor-plan-info {
    box-shadow: 0 0 5px #7d7c7c;
    filter: blur(2px);
}
.amenities-info {
    background: #fff;
    padding: 10px;
    font-family: 'Montserrat';
    margin-bottom:20px;
    box-shadow: 0 0 3px #fff;
}
.location-advantages-info ul li {
    font-family: 'Montserrat';
    margin-bottom: 20px;
    font-size: 17px;
    background: #0a2e59;
    color: #fff;
    padding: 10px;
    position: relative;
    padding-left: 30px;
}
.location-advantages-info ul {
    padding-left: 0;
}
.location-advantages-info ul li span {
    font-size: 22px;
    position: absolute;
    top: 6px;
    left: 8px;
}
.location-advantages-info .section-title {
    margin-bottom: 20px;
    font-family: 'Montserrat';
}
.location-advantages-info .section-title p {
    margin: 0;
    padding: 0;
}
.location-advantages-img {
    box-shadow: 0 0 5px #6f6262;
}
.disclamier-part {
    color: #c9c9c9;
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 30px 0;
}
.disclamier-part p{
    padding-top:20px;
}
.enquire-form-set {
    background: #f6f6f6;
    padding: 20px;
    font-family: 'Montserrat';
    box-shadow: 0 0 3px #000;
}
.extra-brochure {
    background: #0a2e59;
    color: #fff;
}
.footer-outer {
    font-family: 'Montserrat';
    text-align: center;
    padding: 10px 0;
}
.footer-outer p{
    margin:0;
}
.footer-outer a{
    color:#000;
    text-decoration:none;
    font-weight:700;
}
.calltoactionresponsive{
    display: none;
}
.auto-popup-right {
    font-family: 'Montserrat';
}
.floor-plan-information .download-brochure{
margin-top:20px;
}
.modal-dialog .modal-content .modal-body {
    padding: 20px;
}
.disclamier-img {
    max-width: 371px;
    background: #ffffffcf;
    margin: 0 auto;
    padding: 10px;
}
@media screen and (max-width:1400px){
    .banner-section-information .live-fit {
        font-size: 60px;
    }
    .banner-section-information h1 {
        font-size: 45px;
        margin-top: 8px;
    }
    .banner-section-information {
        margin-right: 10px;
    }
    .banner-section {
        height: 105vh;
    }    
}
@media screen and (max-width:1295px){

}
@media screen and (max-width:1199px){
    .banner-section-information .live-fit {
        font-size: 47px;
    }
    .banner-section-information h1 {
        font-size: 40px;
    }
    .banner-info {
        font-size: 20px;
    }
    .section-title {
        margin-bottom: 15px;
    }
    .about-section-info-set p {
        margin-top: 15px;
    }
    .menu ul li a {
        margin-right: 12px;
    }
    .logo {
        max-width: 172px;
    }
    .location-advantages-info ul li {
        font-family: 'Montserrat';
        margin-bottom: 20px;
        font-size: 14px;
        background: #0a2e59;
        color: #fff;
        padding: 10px;
        position: relative;
        padding-left: 30px;
    } 
    .enquire-form-set h3 {
        font-size: 21px;
    }
    .inner-header {
        padding: 4px 15px;
    }   
    .banner-section-information {
        margin-top: 60px;
    }
}
@media screen and (max-width:991px){
    .button_container {
        position: absolute;
        top: 50%;
        right: 15px;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
        display: block;
    }
    .overlay {
        position: fixed;
        background: #fff;
        top: 62px;
        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: #071c35;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #071c35;
    }
    .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;
    }
    .button_container span {
        background: #071c35;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }
      .banner-section {
        height: 97vh;
    }
    .about-section-info-set p {
        font-size: 13px;
    }
    .section-title h1 {
        font-size: 30px;
    }
    .padding-space-extra {
        padding: 30px 0;
    }
    .project-size p {
        font-size: 15px;
    }
    .amenities-info {
        height: 138px;
    }
    .location-advantages-info .section-title p {
        font-size: 14px;
    }
    .location-advantages-info ul li {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .price-section-information {
        margin-bottom: 20px;
    }
    .enquire-form-set h3 {
        font-size: 20px;
    }
    .amenities-info p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .floor-plan-info {
        margin-bottom: 20px;
    }
    .enquire-form-set {
        margin-bottom: 20px;
    }
      .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;
      }
      .button_container span {
        background: #000;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
      }
      .banner-section-infos .img-fluid {
        height: 97vh;
    }
}
@media screen and (max-width:767px){
    .banner-section {
        height: 100%;
    }
    .banner-section-information {
        margin-top: 20px;
        margin-bottom:20px;
    }
    .circle-3 {
        top: 33%;
        left: 64%;
    }
    .banner-section-infos .img-fluid{
        height:100%;
    }
    .banner-section-information .live-fit{
        font-size: 35px;
    }
    .banner-section-information h1 {
        font-size: 33px;
    }
    .banner-info {
        font-size: 18px;
        margin-top:10px;
    }
  
}
@media screen and (max-width:565px){
    p.price-sect {
        font-size: 20px;
    }
    .enquire-now {
        margin-bottom: 20px;
    }
    .circle-2 {
        top: 72px;
        left: 65%;
    }
    .circle-1 {
        top: 70px;
        left: 3%;
    }
    .amenities-slider {
        border-right: none;
    }
    .calltoactionresponsive {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #000;
        color: #fff;
        padding: 10px 0;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    .enquire-form-set {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .footer-outer {
        padding: 10px 0 55px 0;
    }
    .banner-section-information {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0;
    }
}