@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Orpheus Pro';
    src: url(../font/Orpheus\ Pro.woff) format('woff'),
         url(../font/Orpheus\ Pro.woff2) format('woff2');
  }
  @font-face {
    font-family: 'cinzel.regular';
    src: url(../font/cinzel.regular.woff) format('woff'),
         url(../font/cinzel.regular.woff2) format('woff2');
  }
   
/* header start */
header {
    background-color: #000;
    border-radius: 0;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: 0;
    padding: 17px 0;
    box-shadow: 0 0 5px #fff;
}
header .container-fluid {
    padding: 0;
}
.inner-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    position: relative;
    align-items: center;
    z-index: 9;
}
.logo {
    max-width: 100px;
}
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu ul li a {
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-right: 22px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 300;
}
.button_container {
    display: none;
}
/* header end */  
.banner-section{
    position: relative;
    /*height:100vh;*/
    overflow:hidden;
}
.banner-section .container-fluid {
    padding: 0;
}
.auto-popup-right h3 {
    font-family: 'Orpheus Pro';
    font-size: 35px;
}
.auto-popup-right {
    font-family: 'Poppins';
}
.ct-tag {
    padding-bottom: 20px;
}
.auto-popup-right .extra-brochure {
    background: #000;
    color: #fff;
    width: 100%;
}
.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg, #000000c4, #141414c4, #14141473, transparent);
    z-index: 9;
    content: "";
}
.banner-information {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    z-index: 99;
    text-align: center;
}
.banner-inner{
    height:100%;
}
.banner-inner img{
    height: 100%;
     /*animation: scale 40s linear infinite; */
}
@keyframes scale {
    50% {
        -webkit-transform:scale(1.3);
        -moz-transform:scale(1.3);
        -ms-transform:scale(1.3);
        -o-transform:scale(1.3);
        transform:scale(1.3);
    }  
}
.banner-info h1{
    font-family: 'cinzel.regular';
    font-weight:500;
    font-size:70px;
}
.banner-info p{
    /* font-family: "Poppins", sans-serif; */
    font-family: 'Orpheus Pro';
    font-size:22px;
    letter-spacing:1px;
}
.padding-space-extra {
    padding: 50px 0;
}
.section-title h2 {
    font-family: 'Orpheus Pro';
    font-weight: 700;
    letter-spacing: 2px;
}
.overview-section{
    position:relative;
}

.overview-section::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 2%;
    background: linear-gradient(45deg, #ed981a, #ed981a80, #ed981a) right;
    right: 0;
    top: 0;
    z-index: 1;
}
.highlight-section::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 2%;
    background: linear-gradient(45deg, #ed981a, #ed981a80, #ed981a) right;
    right: 0;
    top: 0;
    z-index: 1;
}
.overview-section-information{
    font-family: "Poppins", sans-serif; 
}
.download-brochure-btn {
    background: #000;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 1px;
    box-shadow: 0 0 3px #000;
}
.gallery-section .container-fluid {
    padding: 0;
}
.gallery-section {
    position: relative;
}
.gallery-section-info{
    position: absolute;
    top: 77px;
    left: 20%;
    transform: translate(-50%);
    z-index: 9;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.gallery-section-info p {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
}
.gallery-extra-section {
    position: relative;
    background: #dfdfdf;
    text-align: center;
}
.highlight-section{
    position: relative;
}
.gallery-extra-section::before{
position:absolute;
content:"";
height:100%;
width:20%;
background:linear-gradient(45deg, #ed981a, #ed981a80, #ed981a) right;
left:0;
top:0;
z-index:1;
}
.gallery-section-extra-fact {
    font-family: 'Poppins';
}
.gallery-extra-section-information {
    position: relative;
    z-index: 9;
}
.gallery-banner {
    position: relative;
    border: 1px solid #fff;
}

.highlight-section-img {
    position: relative;
    z-index: 9;
}
.highlight-section-infomation {
    font-family: "Poppins", sans-serif;
}
.highlight-section-infomation ul {
    padding-left: 17px;
}
.highlight-section-infomation li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}
.price-section{
    background: #000000d4;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.price-section-information {
    position: relative;
    font-family: "Poppins", sans-serif;
}
.project-price-information {
    background: #fff;
    text-align: left;
    padding: 10px 15px 10px 10px;
    box-shadow:0 0 3px #a39f9f;
    position:relative;
}
.project-price-information::before{
    position:absolute;
    top:0;
    right:0;
    background:linear-gradient(45deg, #ed981a, #ed981a80, #ed981a) right;
    width:10%;
    height:100%;
    z-index:9;
    content:"";
}
.project-fiter{
    font-family: 'Orpheus Pro';
    font-size:22px;
    font-weight:700;
}
.price-section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: url(../images/bg_pattern.webp); */
}
.color-fit .section-title h2 {
    color: #fff;
}
.color-fit .section-title p {
    color: #fff;
}
.color-fit .download-brochure-btn {
    color: #000;
    background: #fff;
    box-shadow: 0 0 3px #fff;
}
.floor-plan-section {
    text-align: center;
    font-family: "Poppins", sans-serif;
    position:relative;
}
.floor-plan-section::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 5%;
    background:linear-gradient(45deg, #ed981a, #ed981a80, #ed981a) right;
    right: 0;
    top: 0;
    z-index: 1;
}
.floor-plan-section-information {
    position: relative;
    font-family: "Poppins", sans-serif;
}
.floor-plan-info {
    box-shadow: 0 0 5px #312c2c;
}
.floor-plan-info p{
    margin-bottom:0;
    background: linear-gradient(45deg, #ed981a, #ed981a80, #ed981a) right;
    padding:5px;
}
.amenities-info{
    position: relative;
    margin: 20px 0;
    text-align: left;
    background: #fff;
    padding: 20px;
}
.amenities-section{
    background:#000000d4;
    text-align: left;
    position:relative;   
}
/* .amenities-section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg_pattern.webp);
} */
.amenities-section-information{
    position:relative;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.amenities-info .circle {
    margin: 25px 0 10px;
    position: relative;
}
.amenities-info .dot {
    height: 22px;
    width: 22px;
    background: #000;
    display: block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out;
}
.amenities-info .dot:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.amenities-info .circle:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #000;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 300ms ease-in-out;
}
.amenities-info:hover .dot{
    background:#ed981a;
     transition:all 300ms ease-in-out;
}
.amenities-info .active .circle:after,
.amenities-info:hover .circle:after{border-color:#ed981a;}

.floor-plan-section-inner .download-brochure-btn {
    margin-top: 25px;
}

.price-section-information .download-brochure-btn {
    margin-top: 20px;
}
.btn.enquire-now {
    background: linear-gradient(45deg, #ed981a, #ed981a80, #ed981a) right;
    color: #000;
    border-radius: 0;
}
.location-section{
    position:relative;
}
.location-section::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 30%;
    background: linear-gradient(45deg, #ed981a, #ed981a80, #ed981a) right;
    left: 0;
    top: 0;
    z-index: 1;
}
.location-advantages-section{
    font-family: "Poppins", sans-serif;
}
.location-advantages-section ul {
    padding-left: 16px;
}
.location-advantages-section ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #000;
}
.location-advantages-img {
    position: relative;
    z-index: 9;
    box-shadow:0 0 3px #979797;
}
.footer-inner h5 {
    color: #fff;
    font-family: 'Orpheus Pro';
    letter-spacing: 1px;
}
.footer-section {
    background: #000000d4;
    text-align: center;
}
.footer-inner form {
    margin-top: 20px;
}
.footer-inner form .form-group {
    margin-bottom: 0;
}
.footer-inner form .form-group .form-control{
   border-radius:0;
}
.extra-brochure {
    background: #fff;
    font-family: 'Poppins';
    border: 0;
    padding: 7px;
}
.footer-privacy {
    font-family: 'Poppins';
    text-align: center;
}
.policy-point{
    margin-bottom:0;
}
.policy-point a {
   color:#000;
   text-decoration:none;
}
.footer-privacy.padding-space-extra {
    padding: 40px 0 30px 0;
}
.banner-section-infos {
    position: relative;
}
.gallery-banner {
    position: relative;
}
.gallery-banner::before{
    position:absolute;
    width:100%;
    height:100%;
    background:#00000052;
    content:"";
    top:0;
    left:0;
}
.footer-inner {
    font-family: 'Poppins';
}
.container {
    max-width: 1290px;
}
.floor-plan-img img {
    filter: blur(3px);
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.desktop-gallery{
    display:block;
}
.mobile-gallery{
    display:none;
}
.Project-info {
    font-size: 42px !important;
    color: #ff9c00;
}
.form-brochure {
    font-family: 'Poppins';
    border-radius: 0;
}
.swiper-button-next:after {
    content: 'prev';
    font-size: 23px !important;
}
 .swiper-button-next {
    left: 10px;
    right: auto;
    background: #000;
    color: #eaa53e !important;
    box-shadow:0 0 2px #fff;
}
.swiper-button-prev:after {
    content: 'next';
    font-size: 23px !important;
}
.swiper-button-prev {
    background: #000;
    color: #eaa53e !important;
    box-shadow:0 0 2px #fff;
}
.enquire-outer {
    display: none;
}
.faq-section{
    text-align: center;
}
.faq-section-information .section-title p {
    font-family: 'Poppins';
}
.faq-section-heading h3 {
    background: linear-gradient(45deg, #ed981a, #ed981a80, #ed981a) right;
    font-size: 22px;
    padding: 10px;
    margin-bottom:0;
    text-align: left;
    font-family: 'Orpheus Pro';
    font-weight:800;
}
.faq-section-heading p {
    font-family: 'Poppins';
    text-align: left;
    background: #e7e7e7;
    padding: 10px;
}
.faq-section-heading p a{
    border-bottom:1px solid #000;
    text-decoration:none;
}
p.project-form-section {
    text-align: justify;
}
p.project-form-fit {
    text-align: justify;
}
.youtube-btn {
    background: #d5052e;
}

@media screen and (max-width:1400px){
    .container {
        max-width: 1115px;
    }
    .desktop-gallery{
        display:block;
    }
    .mobile-gallery{
        display:none;
    }
    .Project-info {
        font-size: 40px !important;
    }
}
@media screen and (max-width:1295px){
    .banner-info h1 {
        font-size: 55px;
    }
    .overview-section {
        text-align: center;
    }
    .floor-plan-section-inner {
        padding: 0 30px;
    }
    .logo {
        max-width: 119px;
    }
    .desktop-gallery{
        display:block;
    }
    .mobile-gallery{
        display:none;
    }
    .Project-info {
        font-size: 37px !important;
    }
}
@media screen and (max-width:1199px){
    .container {
        max-width: 960px;
    }
    .gallery-section-info {
        top: 54px;
        left: 28%;
    }
    .banner-section {
        height: 100%;
        margin-top: 75px;
    }
    .menu ul li a {
        margin-right: 19px;
        font-size: 15px;
    }
    .desktop-gallery{
        display:block;
    }
    .mobile-gallery{
        display:none;
    }
    .Project-info {
        font-size: 31px !important;
    }
    .banner-information {
        top: 35%;
    }
    .banner-info h1 {
        font-size: 50px;
    }
}
@media screen and (max-width:991px){
    .overview-section-information p {
        font-size: 15px;
    }
    .banner-information {
        top: 40%;
    }
    .highlight-section::after {
        width: 26%;
    }
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:block;
    }
    .mobile-banner{
        display:none;
    }
    .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: #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;
    }
    .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;
    }
    .inner-header {
        justify-content: space-between;
    }
    .logo {
        max-width: 119px;
    }
    header {
        padding: 10px 0;
    }
    .container {
        max-width: 720px;
    }
    .amenities-info p {
        font-size: 14px;
    }
    .menu ul li a {
        color:#000;
    }
    .desktop-gallery{
        display:block;
    }
    .mobile-gallery{
        display:none;
    }
    .banner-information {
        top: 25%;
    }
    .banner-info h1 {
        font-size: 50px;
    }
    .Project-info {
        font-size: 34px !important;
    }
}
.video-section {
    background: #2b2b2b;
    color: #fff;
    font-family: 'Poppins';
    text-align: center;
}
@media screen and (max-width:767px){
    .banner-information {
        top:20%;
        width: 100%;
    }
    .highlight-section-img {
        display: none;
    }
    .highlight-section-infomation {
        position: relative;
        z-index: 9;
    }
    .highlight-section::after {
        display:none;
    }
    .padding-space-extra {
        padding: 30px 0;
    }
    .project-price-information {
        margin-bottom: 20px;
    }
    .floor-plan-info {
        margin-bottom: 20px;
    }
    .floor-plan-section::after {
       display:none;
    }
    .location-section-inforamtion {
        position: relative;
        z-index: 9;
    }
    .location-section::before {
        display:none;
    }
    .footer-inner form .form-group {
        margin-bottom: 10px;
    }
    .footer-inner form .form-group .form-control{
        border-radius:0;
    }
    
    .footer-inner {
        font-family: 'Poppins';
    }
    .location-advantages-section {
        margin-bottom: 20px;
    }
    .floor-plan-section-inner .download-brochure-btn {
        margin-top: 10px;
    }
    .desktop-gallery{
        display:none;
    }
    .mobile-gallery{
        display:block;
    }
    .banner-section::before {
        background: linear-gradient(0deg, #000000c4, #141414b3, #1414148a, transparent);
    }
    .banner-info h1 {
        font-size: 45px;
    }
    .Project-info {
        font-size: 29px !important;
    }
    .banner-info p {
        font-size: 18px;
    }
    .video-section-information iframe{
        height:320px !important;
    }
}
@media screen and (max-width:575px){
.desktop-banner{
    display:none;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:block;
}
.desktop-gallery{
    display:none;
}
.mobile-gallery{
    display:block;
}
.logo {
    max-width: 82px;
}
header {
    padding: 14px 0;
}
.banner-section {
    height: 100%;
    margin-top: 65px;
    background: #000;
    padding-bottom: 25px;
}
.banner-information {
    top: 10px;
    width: 100%;
    position: relative;
    left: 0;
    transform: translate(0);
    background: #000;
}
.banner-info p {
    font-size: 18px;
    margin-bottom: 7px;
}
.banner-info h1 {
    font-size: 37px;
}
.padding-space-extra {
    padding: 30px 0;
}
.section-title h2 {
    font-size: 28px;
}
.overview-section-information p {
    font-size: 13px;
}
.download-brochure-btn {
    font-size: 13px;
}
.banner-info p {
    font-size: 18px;
}
.Project-info {
    font-size: 20px !important;
    color: #ffbc53;
}
.banner-inner img {
    animation: none;
}
.gallery-section-info {
    top: 54px;
    left: 50%;
    text-align:center;
}
.floor-plan-section-inner {
    padding: 0;
}
.project-form-section {
    text-align: justify;
}
.project-form-fit{
    display:none;
}
.location-section::before {
    display:none;
}
.location-advantages-section ul li {
    font-size: 14px;
}
p.footer-disclaimer {
    text-align: justify;
    font-size: 14px;
}
p.market-privacy {
    font-size: 14px;
}
.ct-tag {
    padding-bottom: 20px;
    font-size: 14px;
}
.auto-popup-right h3 {
    font-size: 28px;
}
.auto-popup-right p {
    font-size: 14px;
}
.footer-inner form .form-group {
    margin-bottom: 7px;
}
.footer-inner {
    font-family: 'Poppins';
}
.project-fiter {
    font-size: 20px;
}
.gallery-section-extra-fact .section-title p {
    font-size: 14px;
}
header {
    box-shadow: 0 0 3px #fff;
}
.highlight-section-infomation li {
    font-size: 15px;
}

.gallery-section {
    background: #000;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #000;
}
.highlight-section::after {
    display:none;
}
.gallery-section-info {
    top: 0;
    left: 50%;
    text-align: center;
    position: relative;
    padding: 0 20px;
}
.gallery-section-info .section-title h2 {
    font-size: 25px;
}
.banner-section::before {
    background: none;
}
.gallery-extra-section::before {
    width: 2%;
}
.project-price-information::before {
    width: 4%;
}
.amenities-section-information .section-title p {
    margin-bottom: 0px;
    font-size: 13px;
}
.footer-inner h5 {
    color: #fff;
    font-family: 'Orpheus Pro';
    letter-spacing: 1px;
    font-size: 17px;
}
.enquire-outer {
    position: fixed;
    z-index: 99;
    bottom: 0;
    display: block;
    width: 100%;
    background: #db8621;
    box-shadow:0 0 2px #d3d3d3;
}
.enquire-outer ul{
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom:0;
    padding-left: 0;
  }
  .enquire-outer ul li {
    width: 100%;
  }
  .enquire-outer ul li .enquire-form-fit {
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Poppins';
    color:#fff;
    background-color:#000;
  }
  .fit-ext{
    background: #db8621 !important;
  }
  .footer-privacy.padding-space-extra {
    padding: 40px 0 40px 0px;
}
.highlight-section-infomation p {
    font-size: 14px;
}
.amenities-info {
    padding: 13px;
    height:185px;
}
}
@media screen and (max-width:400px){
    .faq-section-information .section-title h2 {
        font-size: 23px;
    }
    .video-section-information iframe{
        height:300px !important;
    }
}